From: Daniel Lezcano Date: Sun, 26 Apr 2009 09:43:41 +0000 (+0200) Subject: rename configure.in to configure.ac X-Git-Tag: lxc_0_6_2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8dafdbb1591b545edb6a4b6bda889819d619a87;p=thirdparty%2Flxc.git rename configure.in to configure.ac Rename configure.in to configure.ac as it is the correct name for the recent version. Signed-off-by: Daniel Lezcano --- diff --git a/configure.in b/configure.ac similarity index 97% rename from configure.in rename to configure.ac index 67a152ce9..05a271f3e 100644 --- a/configure.in +++ b/configure.ac @@ -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: -------