CVS compile take 2: AM_GNU_GETTEXT_VERSION is used, but not AM_GNU_GETTEXT
Gerald <[email protected]> Tue, 18 Nov 2003 18:27:39 -0500 (EST)
| Newsgroups | gmane.comp.gnu.radius.bugs |
|---|---|
| Message-ID | <[email protected]> |
I've managed to get all the apps to create a configure working except this: mail:~/cvsdir/radius/>./autogen.gerald autoreconf: configure.ac: AM_GNU_GETTEXT_VERSION is used, but not AM_GNU_GETTEXT The only mention I can find of this is: http://mail.gnu.org/archive/html/bug-autoconf/2003-06/msg00042.html If your curious about autogen.gerald: +autoreconf -f -i -s && \ +mv intl/Makefile.in intl/Makefile.in~ && \ +sed 's,^INCLUDES.*,& -I$(top_srcdir)/include,' intl/Makefile.in~ > intl/Makefile.in && I got tired of seeing the last if statement executed upon failure. gettext (GNU gettext-runtime) 0.12.1 I give up for tonight. Also... another oddity: mail:~/cvsdir/radius/>cat CVS/Root :pserver:[email protected]:/cvsroot/radius mail:~/cvsdir/radius/>cvs update /cvsroot/radius: no such repository That a normal thing? Is there a CVS mirror anywhere? Admitedly I have downloaded radius about 4 times, so if there is a limit I probably hit it. I'll try again tomorrow. Gerald