From f8dafdbb1591b545edb6a4b6bda889819d619a87 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Sun, 26 Apr 2009 11:43:41 +0200 Subject: [PATCH] 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 --- configure.in => configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename configure.in => configure.ac (97%) 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: ------- -- 2.47.3