1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04: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:
Dave Reisner 2014-06-21 11:19:47 -04:00
parent 113f1724d7
commit c52bb433f0
2 changed files with 1 additions and 1 deletions

View File

@ -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