summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Jessome <marc.jessome@gmail.com>2013-08-08 22:25:45 -0400
committerAndrzej Rybczak <electricityispower@gmail.com>2013-09-25 14:27:03 +0200
commit955d308bca9ff24ba56dd0669bb3608b3f29ca07 (patch)
tree36f99dbc5209da4b0d421755df17f994391797a4
parentc6a710b61229106162a71445e750e757a126b69b (diff)
Rename configure.in -> configure.ac
-rw-r--r--INSTALL4
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac (renamed from configure.in)2
3 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 02a4a074..1966f092 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,8 +19,8 @@ diffs or instructions to the address given in the `README' so they can
be considered for the next release. If at some point `config.cache'
contains results you don't want to keep, you may remove or edit it.
- The file `configure.in' is used to create `configure' by a program
-called `autoconf'. You only need `configure.in' if you want to change
+ The file `configure.ac' is used to create `configure' by a program
+called `autoconf'. You only need `configure.ac' if you want to change
it or regenerate `configure' using a newer version of `autoconf'.
The simplest way to compile this package is:
diff --git a/autogen.sh b/autogen.sh
index f5590e6b..ad0acb74 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -52,7 +52,7 @@ do
case "$c" in
autoconf|autoheader)
- VERNEEDED=`fgrep AC_PREREQ configure.in | $AC_VERSIONGREP`
+ VERNEEDED=`fgrep AC_PREREQ configure.ac | $AC_VERSIONGREP`
VERSIONS="$AC_VERSIONS"
pkg=autoconf
;;
diff --git a/configure.in b/configure.ac
index aa7d92bc..37380e73 100644
--- a/configure.in
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(configure.in)
+AC_INIT(configure.ac)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.6_pre)