[llvm-commits] CVS: llvm/autoconf/AutoRegen.sh
Reid Spencer
reid at x10sys.com
Tue Dec 21 21:56:53 PST 2004
Changes in directory llvm/autoconf:
AutoRegen.sh updated: 1.11 -> 1.12
---
Log message:
Get rid of old automake stuff
---
Diffs of the changes: (+2 -11)
Index: llvm/autoconf/AutoRegen.sh
diff -u llvm/autoconf/AutoRegen.sh:1.11 llvm/autoconf/AutoRegen.sh:1.12
--- llvm/autoconf/AutoRegen.sh:1.11 Wed Oct 27 18:03:44 2004
+++ llvm/autoconf/AutoRegen.sh Tue Dec 21 23:56:41 2004
@@ -3,17 +3,8 @@
echo "$@" 1>&2
exit 1
}
-if test "$1" = --with-automake ; then
- outfile=configure_am
- configfile=configure.am
- with_automake=1
-elif test -z "$1" ; then
- outfile=configure
- configfile=configure.ac
- with_automake=0
-else
- die "Invalid option: $1"
-fi
+outfile=configure
+configfile=configure.ac
test -d autoconf && test -f autoconf/$configfile && cd autoconf
test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
autoconf --version | egrep '2\.59' > /dev/null
More information about the llvm-commits
mailing list