projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87a220
)
# Added pre-config script.
author
Jesse Thilo
<jthilo@gnu.org>
Thu, 9 Mar 2000 16:56:44 +0000
(16:56 +0000)
committer
Jesse Thilo
<jthilo@gnu.org>
Thu, 9 Mar 2000 16:56:44 +0000
(16:56 +0000)
pre-config
[new file with mode: 0755]
patch
|
blob
diff --git a/pre-config
b/pre-config
new file mode 100755
(executable)
index 0000000..
bc4c6d8
--- /dev/null
+++ b/
pre-config
@@ -0,0
+1,8
@@
+#! /bin/sh
+
+aclocal && \
+autoconf && \
+autoheader && \
+automake -a && \
+touch stamp-h.in || \
+exit 1