mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 03:12:58 +02:00
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:
14
autogen.sh
14
autogen.sh
@@ -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"
|
||||
|
||||
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user