From 955d308bca9ff24ba56dd0669bb3608b3f29ca07 Mon Sep 17 00:00:00 2001 From: Marc Jessome Date: Thu, 8 Aug 2013 22:25:45 -0400 Subject: [PATCH] Rename configure.in -> configure.ac --- INSTALL | 4 ++-- autogen.sh | 2 +- configure.in => configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename configure.in => configure.ac (99%) 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 similarity index 99% rename from configure.in rename to 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)