Added -I autoconf to the autogen.sh invocation of aclocal so it'll be included.

git-svn-id: file:///home/jj/hercules.svn/trunk@1793 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Jay Maynard
2003-08-20 02:31:24 +00:00
parent 1474ae3b9d
commit a1dc7d65bf
3 changed files with 1568 additions and 1560 deletions

View File

@@ -61,18 +61,18 @@ if test ! -e ./ABOUT-NLS; then
echo "as we will automagically run them for you now..."
echo ""
echo " aclocal -I m4..."
aclocal -I m4 >>./autogen.log 2>&1
echo " aclocal -I m4 -I autoconf..."
aclocal -I m4 -I autoconf >>./autogen.log 2>&1
echo " automake m4/Makefile..."
automake m4/Makefile >>./autogen.log 2>&1
automake m4/Makefile >>./autogen.log 2>&1
echo ""
fi
aclocal -I m4 >>./autogen.log 2>&1
autoheader >>./autogen.log 2>&1
automake >>./autogen.log 2>&1
autoconf >>./autogen.log 2>&1
aclocal -I m4 -I autoconf >>./autogen.log 2>&1
autoheader >>./autogen.log 2>&1
automake >>./autogen.log 2>&1
autoconf >>./autogen.log 2>&1
echo "Completed successfully"

3111
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -49,6 +49,9 @@ case "$host_os" in
CPPFLAGS=-traditional-cpp
AC_DEFINE([_BSD_SOCKLEN_T_],[int])
AC_DEFINE([_INTL_REDIRECT_MACROS])
## Do whatever is necessary to get the following symbol defined
## so the included libltdl will be built and used
## AC_PROVIDE_AC_LIBTOOL_DLOPEN
fi
;;
linux*)