mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
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`
|
||||
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 " top-level $PKG_NAME directory"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user