Commit f8dafdbb by Daniel Lezcano Committed by Daniel Lezcano

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: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 8db2cb8e
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
AC_INIT([lxc], [0.6.2]) AC_INIT([lxc], [0.6.2])
AC_CONFIG_SRCDIR([configure.in]) AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
AM_CONFIG_HEADER([src/config.h]) AM_CONFIG_HEADER([src/config.h])
AM_INIT_AUTOMAKE([-Wno-portability]) AM_INIT_AUTOMAKE([-Wno-portability])
...@@ -113,7 +113,7 @@ AC_CONFIG_COMMANDS([default],[[]],[[]]) ...@@ -113,7 +113,7 @@ AC_CONFIG_COMMANDS([default],[[]],[[]])
AC_OUTPUT AC_OUTPUT
if test "x$DOCBOOK" = "xno"; then if test "x$DOCBOOK" = "xno"; then
AC_MSG_NOTICE([ AC_MSG_NOTICE([
Warning: Warning:
-------- --------
...@@ -125,7 +125,7 @@ If you want the man pages, install docbook and rerun 'configure'. ...@@ -125,7 +125,7 @@ If you want the man pages, install docbook and rerun 'configure'.
fi fi
if test "x$SETCAP" = "xno"; then if test "x$SETCAP" = "xno"; then
AC_MSG_NOTICE([ AC_MSG_NOTICE([
Warning: Warning:
-------- --------
...@@ -138,7 +138,7 @@ that's ok, but you will need to run these commands as root ...@@ -138,7 +138,7 @@ that's ok, but you will need to run these commands as root
else else
AC_MSG_NOTICE([ AC_MSG_NOTICE([
Advice: Advice:
------- -------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment