]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Start modernizing configure
authorEric Blake <ebb9@byu.net>
Mon, 25 Jan 2010 15:00:43 +0000 (16:00 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 25 Jan 2010 15:00:43 +0000 (16:00 +0100)
* configure.ac: reanmed configura.in, use AC_CONFIG_HEADERS instead of
  AM_CONFIG_HEADER

configure.ac [moved from configure.in with 99% similarity]

similarity index 99%
rename from configure.in
rename to configure.ac
index 8cbbfe5ce91bbc9c86b6882eec41ddbd4b876a8d..32f376e3a252a8806b7c4a571ef71f019c9d4c35 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT([libvirt], [0.7.5])
 AC_CONFIG_SRCDIR([src/libvirt.c])
 AC_CONFIG_AUX_DIR([build-aux])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 dnl Make automake keep quiet about wildcards & other GNUmake-isms
 AM_INIT_AUTOMAKE([-Wno-portability])