Shell script to create the generated files
authorBruce Korb <korbb@gcc.gnu.org>
Thu, 1 Apr 1999 08:18:52 +0000 (08:18 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Thu, 1 Apr 1999 08:18:52 +0000 (08:18 +0000)
from the templates and definitions.

From-SVN: r26102

gcc/fixinc/genfixes [new file with mode: 0755]

diff --git a/gcc/fixinc/genfixes b/gcc/fixinc/genfixes
new file mode 100755 (executable)
index 0000000..391cfdf
--- /dev/null
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+echo AutoGen-ing inclhack.sh
+autogen inclhack.def
+
+echo AutoGen-ing fixincl.x
+autogen -T fixincl.tpl -b fixincl inclhack.def
+
+echo AutoGen-ing fixincl.sh
+autogen -DPROGRAM=1 -b fixincl inclhack.def