debian: Ignore other secondary architectures, not just :i386.
[febootstrap.git] / autogen.sh
index 0afb7ed..fce31bb 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh -
 
+if [ -z "$(ls gnulib 2>/dev/null)" ]
+then
+    git clone git://git.savannah.gnu.org/gnulib.git
+fi
+
 ./gnulib/gnulib-tool --update
 
 export AUTOMAKE='automake --foreign --add-missing'