mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-07 15:40:13 +01:00
also rename configure.in to configure.ac in autogen.sh
This commit is contained in:
parent
61fad487ba
commit
b7a56fc0dd
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue