diff options
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac (renamed from configure.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 267560d8a9..1e2af1a08c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=. PKG_NAME="Evolution" REQUIRED_AUTOMAKE_VERSION=1.6 -(test -f $srcdir/configure.in \ +(test -f $srcdir/configure.ac \ && test -f $srcdir/ChangeLog \ && test -d $srcdir/shell) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" diff --git a/configure.in b/configure.ac index 45e54f854c..45e54f854c 100644 --- a/configure.in +++ b/configure.ac |