]> code.delx.au - gnu-emacs/blobdiff - autogen.sh
Tweak for sgml-transformation-function
[gnu-emacs] / autogen.sh
index dc8d53eec9798d784101b5faf277d5a49f323aad..e7c28c16d94e15a3a811fdb1e3d49ceeef2c1bb5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 ### autogen.sh - tool to help build Emacs from a bzr checkout
 
-## Copyright (C) 2011-201 Free Software Foundation, Inc.
+## Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
 ## Author: Glenn Morris <rgm@gnu.org>
 
@@ -201,7 +201,7 @@ This is not recommended - see the comments in \`copy_autogen'.
 Please report any problems with this script to bug-gnu-emacs@gnu.org .
 EOF
 
-    exit 101 # Exit status 101 means tools were missing.
+    exit 1
 fi
 
 echo "Your system has the required tools, running autoreconf..."