diff options
author | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-02 17:01:58 +0000 |
---|---|---|
committer | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-02 17:01:58 +0000 |
commit | d1a8316149fb2d9f6e79c80d87b483bd744046e4 (patch) | |
tree | 3f9e53433dbb4c594c16d7f6e435b4e28de8927c | |
parent | 75a9140be69c464f3b73175209f726bfeabb0c09 (diff) |
Provide 'standard interface', even if it just invokes autoreconf.
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | bootstrap.sh | 7 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>> + * bootstrap.sh: new file with just 'autoreconf' + * README.NetBSD: use update-autotools instead of autoreconf * update-autotools: print out tool name before invoking to aid debugging diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 00000000..db986fd3 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# This file exists to document the proper way to initialize autotools, +# and so that those used to the presence of bootstrap.sh or autogen.sh +# will have an eaiser time. + +autoreconf |