Use configure.ac instead of configure.in

This commit is contained in:
Robert Roth
2014-08-20 05:25:50 +03:00
parent 7a3414d002
commit ed1b3f5834
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="Gnome Top Library"
(test -f $srcdir/configure.in \
(test -f $srcdir/configure.ac \
&& test -f $srcdir/copyright.txt \
&& test -d $srcdir/sysdeps) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"