diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 22:35:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 22:35:36 +0800 |
commit | 7379c515f504ccc197b7ada5368f20d0ce004366 (patch) | |
tree | c0b0e25dcb7400ecfae0bd7cfe61741921b14f32 /autogen.sh | |
parent | 1c69cee0239f3252a58e142eb4df8d760ee0274d (diff) | |
download | gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.tar.gz gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.tar.zst gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.zip |
Rename configure.in to configure.ac.
GNU Autoconf manual states (section 3.1):
Previous versions of Autoconf promoted the name configure.in, which
is somewhat ambiguous (the tool needed to process this file is not
described by its extension), and introduces a slight confusion with
config.h.in and so on (for which '.in' means "to be processed by
configure"). Using configure.ac is now preferred.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 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" |