replace some obsoleted autoconf/automake macros and update autogen.sh accordingly

This commit is contained in:
marschap
2005-02-27 22:11:42 +00:00
parent 89023dbca7
commit 44e5bb9c61
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ fi
echo "Running aclocal ..."
aclocal
if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
if grep "^A[CM]_CONFIG_HEADER" configure.in >/dev/null; then
echo "Running autoheader..."
autoheader
fi