From f482e7ea665938152518fe15cd71cfe882dd2b30 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 25 Aug 2009 09:10:21 +0200 Subject: 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. --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autogen.sh') 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=. -- cgit