+
+# Massage lib/gnulib.mk before using it later in the bootstrapping process.
+gnulib_mk_hook()
+{
+ etc/prefix-gnulib-mk $1
+}
+
+bootstrap_epilogue()
+{
+ # Make sure we don't need src/bison, which usually doesn't exist at
+ # the time of a bootstrap.
+ touch src/parse-gram.[ch]
+}
+
+# Keep our bootstrap script in sync with gnulib's. If we ever need to
+# maintain our own bootstrap script again, set this to false, remove
+# the bootstrap entry from the file .x-update-copyright, and add any
+# needed copyright years to the copyright statement in the bootstrap
+# script.
+bootstrap_sync=true