Hi, if I run the following, directly from my local CTAN mirror: $ sh /t/ctan/macros/texinfo/texinfo-4.2/configure $ grep -r '@[A-Za-z0-9_]*@' . | grep -v '^\./config\.status'
I get the following output: ./m4/Makefile:HAVE_LIB = @HAVE_LIB@ ./m4/Makefile:LIB = @LIB@ ./m4/Makefile:LTLIB = @LTLIB@ ./po/Makefile.in:POFILES = @POFILES@ ./po/Makefile.in:GMOFILES = @GMOFILES@ ./po/Makefile.in:UPDATEPOFILES = @UPDATEPOFILES@ ./po/Makefile.in:DUMMYPOFILES = @DUMMYPOFILES@ ./po/Makefile.in:CATALOGS = @CATALOGS@ ./doc/Makefile:HAVE_LIB = @HAVE_LIB@ ./doc/Makefile:LIB = @LIB@ ./doc/Makefile:LTLIB = @LTLIB@ ./lib/Makefile:HAVE_LIB = @HAVE_LIB@ ./lib/Makefile:LIB = @LIB@ ./lib/Makefile:LTLIB = @LTLIB@ ./info/Makefile:HAVE_LIB = @HAVE_LIB@ ./info/Makefile:LIB = @LIB@ ./info/Makefile:LTLIB = @LTLIB@ ./intl/Makefile:LIBTOOL = @LIBTOOL@ ./util/Makefile:HAVE_LIB = @HAVE_LIB@ ./util/Makefile:LIB = @LIB@ ./util/Makefile:LTLIB = @LTLIB@ ./Makefile:HAVE_LIB = @HAVE_LIB@ ./Makefile:LIB = @LIB@ ./Makefile:LTLIB = @LTLIB@ ./makeinfo/Makefile:HAVE_LIB = @HAVE_LIB@ ./makeinfo/Makefile:LIB = @LIB@ ./makeinfo/Makefile:LTLIB = @LTLIB@ ./makeinfo/tests/Makefile:HAVE_LIB = @HAVE_LIB@ ./makeinfo/tests/Makefile:LIB = @LIB@ ./makeinfo/tests/Makefile:LTLIB = @LTLIB@ Not, that this is a real problem, but it seems that the configure checks are not in sync with the autoconf variables in the Makefiles. Thomas _______________________________________________ Bug-texinfo mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-texinfo
