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])
......
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