From 0c3657f9c9deebdae721423ff940003c5d57d0e8 Mon Sep 17 00:00:00 2001 From: Francesco Salvestrini Date: Tue, 14 Oct 2008 23:15:21 +0200 Subject: [PATCH] Updated bootstrap for gnulib support --- bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bootstrap b/bootstrap index f35f227..71b22a5 100755 --- a/bootstrap +++ b/bootstrap @@ -42,6 +42,13 @@ rm -rf autom4te.cache || exit 1 rm -rf `find ./ -name ".deps"` || exit 1 # +# Call gnulib +# +if test -n "`which gnulib-tool`" ; then + gnulib-tool --lgpl=2 --no-changelog --aux-dir ./tools/autotools --m4-base ./tools/autotools/m4 --source-base=./src/gnulib --macro-prefix GNULIB --no-vc-files --import crypto/md5 crypto/sha1 || exit 1 +fi + +# # configure.ac # echo "$ME: Building configure.ac from configure.ac.in" -- 2.11.4.GIT