mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02: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
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue