From: Rick Bird Date: Mon, 18 Apr 2011 03:20:19 +0000 (-0400) Subject: Updated prearedist.sh to use autoconf instead of metaconf IssueID #240 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=4f7d53a164a2b4e1b0e15025b269adbf71ae4336;p=cobramush.git Updated prearedist.sh to use autoconf instead of metaconf IssueID #240 --- diff --git a/utils/preparedist.sh b/utils/preparedist.sh index c156c31..6826025 100755 --- 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..."