projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec7d92
)
Updated prearedist.sh to use autoconf instead of metaconf IssueID #240
author
Rick Bird
<nveid@bender.theari.com>
Mon, 18 Apr 2011 03:20:19 +0000
(23:20 -0400)
committer
Rick Bird
<nveid@bender.theari.com>
Mon, 18 Apr 2011 03:20:19 +0000
(23:20 -0400)
utils/preparedist.sh
patch
|
blob
|
history
diff --git
a/utils/preparedist.sh
b/utils/preparedist.sh
index c156c318916e42a5018240aecdd4fa2dee9a9a83..68260257e40d49e7856b6df37e94c5148098a744 100755
(executable)
--- a/
utils/preparedist.sh
+++ b/
utils/preparedist.sh
@@
-27,9
+27,9
@@
mv hdrs/cmds.h win32/
mv hdrs/switches.h win32/
mv hdrs/funs.h win32/
-# Step 3: run
metaconfig
-echo "Running metaconfig to generate
Configure and config_h.SH...
"
-metaconfig -M
+# Step 3: run
autoconf
+echo "Running metaconfig to generate
configure
"
+autoconf
# Step 4: generate changes.txt
echo "Generating changes.txt..."