summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-25 09:10:21 +0200
committerJim Meyering <meyering@redhat.com>2009-08-25 18:44:27 +0200
commitf482e7ea665938152518fe15cd71cfe882dd2b30 (patch)
treed352486057e4c630da2f11b4e3907d2879ba1bac /autogen.sh
parent52befe975fb3dcc780785f769429e2eeb72698ac (diff)
downloadlibguestfs-f482e7ea665938152518fe15cd71cfe882dd2b30.tar.gz
libguestfs-f482e7ea665938152518fe15cd71cfe882dd2b30.tar.xz
libguestfs-f482e7ea665938152518fe15cd71cfe882dd2b30.zip
build: invoke autopoint with --force
* bootstrap: Invoke autopoint with --force, to avoid warning about existing build-aux/config.rpath. Invoke libtoolize before gnulib-tool, to avoid spurious warnings. * autogen.sh: Add comments. Remove build-aux/config.rpath before running autoreconf.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 51796237..649ca7be 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -33,6 +33,10 @@ else
fi
mkdir -p daemon/m4
+
+# Remove this file, so autoreconf doesn't complain about it being
+# locally modified.
+rm -f build-aux/config.rpath
autoreconf -i
CONFIGUREDIR=.