Update autogen.sh for configure.ac
authorMichael Biebl <biebl@debian.org>
Mon, 20 Apr 2009 23:17:07 +0000 (01:17 +0200)
committerDan Williams <dcbw@d410.(none)>
Sat, 2 May 2009 22:00:50 +0000 (18:00 -0400)
autogen.sh

index f9e56ee..7454373 100755 (executable)
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
 REQUIRED_AUTOMAKE_VERSION=1.9
 PKG_NAME=NetworkManager
 
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
   && test -f $srcdir/src/NetworkManager.c) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level $PKG_NAME directory"