X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fbootstrap;h=365a3d92eae8aa7d795ca997ca04146c94102bc2;hb=3213c107e7632d3b7e462c06acaefde7d50e5067;hp=875e751fa7b7b12e071c3e4b7d053d27a5c1eec5;hpb=f9b7f189982bacbb55bcf30796f24d205ccd551a;p=gnulib.git diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 875e751fa..365a3d92e 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -1,4 +1,6 @@ #! /bin/sh +# Print a version string. +scriptversion=2010-02-24.17; # UTC # Bootstrap this package from checked-out sources. @@ -841,3 +843,11 @@ fi bootstrap_epilogue echo "$0: done. Now you can run './configure'." + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: