summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-11-11 08:24:54 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-11-11 08:24:54 -0500
commitb7a56fc0dd4e6aae2887da0fffc7f60a0ec0839a (patch)
treeab8065d3b35599671c70033b1ecfb79c300a5dff /autogen.sh
parent61fad487bace7114a9308db7106085ac128bbda1 (diff)
downloadupower-b7a56fc0dd4e6aae2887da0fffc7f60a0ec0839a.tar.gz
also rename configure.in to configure.ac in autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index cc9db84..d932c34 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -65,7 +65,7 @@ esac
aclocalinclude="$ACLOCAL_FLAGS"
- if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
+ if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then
echo "Running libtoolize..."
libtoolize --force --copy
@@ -73,11 +73,11 @@ esac
fi
echo "Running aclocal $aclocalinclude ..."
aclocal $aclocalinclude
- if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
+ if grep "^AM_CONFIG_HEADER" configure.ac >/dev/null; then
echo "Running autoheader..."
autoheader
fi
- echo "Running automake --gnu -Wno-portability $am_opt ..."
+ echo "Running automake --add-missing --gnu -Wno-portability $am_opt ..."
automake --add-missing --gnu -Wno-portability $am_opt
echo "Running autoconf ..."
autoconf