comparison bootstrap.conf @ 22068:88b3c6932236

maint: use an absolute url for gnulib subrepo, rename back to gnulib * .hgsub (gnulib): Rename subrepo and point to gnulib mirror on hg.octave.org. * .hgsubstate: Rename gnulib-hg to gnulib. * bootstrap.conf (GNULIB_SRCDIR): Likewise. * etc/HACKING: Likewise.
author Mike Miller <mtmiller@octave.org>
date Thu, 07 Jul 2016 12:15:46 -0700
parents cf1bda5ca9c9
children e0dbd81fd9b1
comparison
equal deleted inserted replaced
22067:1340feab13a8 22068:88b3c6932236
142 source_base="libgnu" 142 source_base="libgnu"
143 143
144 # Don't use git to update gnulib sources. We keep gnulib under a 144 # Don't use git to update gnulib sources. We keep gnulib under a
145 # Mercurial subrepository instead. 145 # Mercurial subrepository instead.
146 use_git=false 146 use_git=false
147 GNULIB_SRCDIR=gnulib-hg 147 GNULIB_SRCDIR=gnulib
148 148
149 # Don't check for translations since we don't have any in Octave yet. 149 # Don't check for translations since we don't have any in Octave yet.
150 # This avoids the need for sha1sum or compatible utility in bootstrap. 150 # This avoids the need for sha1sum or compatible utility in bootstrap.
151 SKIP_PO=true 151 SKIP_PO=true
152 152