Skip to content

Commit

Permalink
rename configure.in to configure.ac to be liked by autoconf 1.12
Browse files Browse the repository at this point in the history
aclocal-1.12: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  • Loading branch information
glensc authored and stefano-k committed Jan 17, 2013
1 parent 80e03df commit 27bc14a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.


PKG_NAME="mate-file-manager" PKG_NAME="mate-file-manager"


(test -f $srcdir/configure.in) || { (test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory" echo " top-level $PKG_NAME directory"
exit 1 exit 1
Expand Down
File renamed without changes.

0 comments on commit 27bc14a

Please sign in to comment.