From e7d3f2ca1e2e74438db16bc0e8ed0778d5067653 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Fri, 1 Oct 2010 18:00:11 +0200 Subject: Add gnulib as a submodule. (Thanks also to Jim Meyering for resolving the git submodule problems). --- autogen.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 0ab1868..0afb7ed 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,6 @@ #!/bin/sh - -if [ -d ../gnulib ]; then - ../gnulib/gnulib-tool --update -fi +./gnulib/gnulib-tool --update export AUTOMAKE='automake --foreign --add-missing' autoreconf -- cgit