forked from PsychoticNinja/irssi
rename configure.in -> configure.ac
Silences warning on newer autoconf: aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
This commit is contained in:
parent
113f1724d7
commit
c52bb433f0
@ -6,7 +6,7 @@ PKG_NAME="Irssi"
|
|||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
test -z "$srcdir" && srcdir=.
|
test -z "$srcdir" && srcdir=.
|
||||||
|
|
||||||
if test ! -f $srcdir/configure.in; then
|
if test ! -f $srcdir/configure.ac; then
|
||||||
echo -n "**Error**: Directory \`$srcdir\' does not look like the"
|
echo -n "**Error**: Directory \`$srcdir\' does not look like the"
|
||||||
echo " top-level $PKG_NAME directory"
|
echo " top-level $PKG_NAME directory"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user