]> git.proxmox.com Git - mirror_frr.git/commitdiff
Provide 'standard interface', even if it just invokes autoreconf.
authorGreg Troxel <gdt@fnord.ir.bbn.com>
Fri, 2 Feb 2007 17:01:58 +0000 (17:01 +0000)
committerGreg Troxel <gdt@fnord.ir.bbn.com>
Fri, 2 Feb 2007 17:01:58 +0000 (17:01 +0000)
ChangeLog
bootstrap.sh [new file with mode: 0755]

index a54249d75f4b9987b171ee9782ab3a5501ba3ad9..bfbfea8c173dd5fc99716db37eb739ad881a218c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 (executable)
index 0000000..db986fd
--- /dev/null
@@ -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