[netcf-devel] [PATCH] build: allow bootstrap on fresh checkout again

Eric Blake eblake at redhat.com
Thu Sep 9 20:22:50 UTC 2010


* autogen.sh: Fix omission from last commit.

Signed-off-by: Eric Blake <eblake at redhat.com>
---

If you already have ChangeLog lying around in your tree, you could
still build.  But since my last commit, a fresh clone no longer
has one, and a missing ChangeLog upsets automake.

 autogen.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index b0197c3..425c7b1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -84,6 +84,7 @@ fi

 mkdir -p $BUILD_AUX

+touch ChangeLog
 $LIBTOOLIZE --copy --force
 ./bootstrap ${GNULIB_SRCDIR:+--gnulib-srcdir="$GNULIB_SRCDIR"}
 aclocal -I gnulib/m4
-- 
1.7.2.2



More information about the netcf-devel mailing list