mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 05:30:03 +01:00
rename configure.in to configure.ac for non-oldness
This commit is contained in:
parent
c5b8eb66b1
commit
ea2847339f
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
|
|||
|
||||
DIE=0
|
||||
|
||||
(test -f $srcdir/configure.in) || {
|
||||
(test -f $srcdir/configure.ac) || {
|
||||
echo -n "**Error**: Directory $srcdir does not look like the"
|
||||
echo " top-level package directory"
|
||||
exit 1
|
||||
|
|
@ -20,7 +20,7 @@ DIE=0
|
|||
DIE=1
|
||||
}
|
||||
|
||||
(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
|
||||
(grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && {
|
||||
(libtool --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have libtool installed."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue