On Tue, 29 Jul 2003, Raja R Harinath wrote: > I think '[EMAIL PROTECTED]' is more appropriate than > '[EMAIL PROTECTED]'. >
Yes, it is. A mistake on my part. > I checked autoconf/lib/autoconf/c.m4, and it has > > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext > $LIBS >&AS_MESSAGE_LOG_FD' > > and > > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext > $LIBS >&AS_MESSAGE_LOG_FD' > > in the appropriate places for C and C++. Can you check the value of > $ac_link when your macro is run. > Another mistake on my part was to introduce typos into my macros, I have now found and corrected them. LDFLAGS is indeed used as you would suspect in AC_LINK_IFELSE. :.:: mattias
