diff bootstrap.conf @ 17299:a801d0ab5830

bootstrap: Update from gnulib sources, make portable to OpenBSD (bug #35580) * bootstrap: Update from gnulib sources, remove local modifications. * bootstrap.conf: Include use_git and GNULIB_SRCDIR overrides that were in bootstrap. Set SKIP_PO to bypass updating translations since we have none.
author Mike Miller <mtmiller@ieee.org>
date Tue, 20 Aug 2013 21:55:14 -0400
parents 3a93af21d206
children 4a348443de9b
line wrap: on
line diff
--- a/bootstrap.conf	Tue Aug 20 15:40:14 2013 -0400
+++ b/bootstrap.conf	Tue Aug 20 21:55:14 2013 -0400
@@ -143,6 +143,15 @@
 gnulib_name="libgnu"
 source_base="libgnu"
 
+# Don't use git to update gnulib sources. We keep gnulib under a
+# Mercurial subrepository instead.
+use_git=false
+GNULIB_SRCDIR=gnulib-hg
+
+# Don't check for translations since we don't have any in Octave yet.
+# This avoids the need for sha1sum or compatible utility in bootstrap.
+SKIP_PO=true
+
 ## Use --foreign since we auto-generate the AUTHORS file and the default
 ## --gnu strictness level doesn't like it if the AUTHORS file is missing.