[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Libvir] [patch 1/9] Run autoheader from autogen.sh
- From: markmc redhat com
- To: libvir-list redhat com
- Subject: [Libvir] [patch 1/9] Run autoheader from autogen.sh
- Date: Thu, 15 Feb 2007 08:58:03 +0000
Invoke autoheader from autogen.sh in order to generate
config.h.in.
Note, we really should remove config.h.in from CVS.
Signed-off-by: Mark McLoughlin <markmc redhat com>
Index: libvirt-foo/autogen.sh
===================================================================
--- libvirt-foo.orig/autogen.sh 2007-02-15 08:39:26.000000000 +0000
+++ libvirt-foo.orig/autogen.sh 2007-02-15 08:39:26.000000000 +0000
@@ -58,6 +58,7 @@ autopoint --force
#rm -rf m4
libtoolize --copy --force
aclocal -I m4
+autoheader
automake --add-missing
autoconf
--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]