]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
rename configure.in to configure.ac
authorDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 26 Apr 2009 09:43:41 +0000 (11:43 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 26 Apr 2009 09:43:41 +0000 (11:43 +0200)
Rename configure.in to configure.ac as it is the correct
name for the recent version.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
configure.ac [moved from configure.in with 97% similarity]

similarity index 97%
rename from configure.in
rename to configure.ac
index 67a152ce9052cce10f82bd31ceaa9794af0718f8..05a271f3e9073bf65a48bcc6f51de26d0a7887e2 100644 (file)
@@ -3,7 +3,7 @@
 
 AC_INIT([lxc], [0.6.2])
 
-AC_CONFIG_SRCDIR([configure.in])
+AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_CONFIG_HEADER([src/config.h])
 AM_INIT_AUTOMAKE([-Wno-portability])
@@ -113,7 +113,7 @@ AC_CONFIG_COMMANDS([default],[[]],[[]])
 AC_OUTPUT
 
 if test "x$DOCBOOK" = "xno"; then
-   AC_MSG_NOTICE([ 
+   AC_MSG_NOTICE([
 
 Warning:
 --------
@@ -125,7 +125,7 @@ If you want the man pages, install docbook and rerun 'configure'.
 fi
 
 if test "x$SETCAP" = "xno"; then
-   AC_MSG_NOTICE([ 
+   AC_MSG_NOTICE([
 
 Warning:
 --------
@@ -138,7 +138,7 @@ that's ok, but you will need to run these commands as root
 
 else
 
-   AC_MSG_NOTICE([ 
+   AC_MSG_NOTICE([
 
 Advice:
 -------