From 4f7d53a164a2b4e1b0e15025b269adbf71ae4336 Mon Sep 17 00:00:00 2001 From: Rick Bird Date: Sun, 17 Apr 2011 23:20:19 -0400 Subject: [PATCH] Updated prearedist.sh to use autoconf instead of metaconf IssueID #240 --- utils/preparedist.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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..." -- 2.30.2