From 42956988add6a6f770429dcc04ba27f59323971f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 8 Jan 2008 13:16:54 +0000 Subject: Don't try to run aclocal and autoheader in the main and desiredata auto builds. The autoconf changes that require them are not there ... svn path=/trunk/; revision=9139 --- scripts/auto-build/pd-main-auto-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/pd-main-auto-builder.sh') diff --git a/scripts/auto-build/pd-main-auto-builder.sh b/scripts/auto-build/pd-main-auto-builder.sh index 4de56f13..6676878b 100755 --- a/scripts/auto-build/pd-main-auto-builder.sh +++ b/scripts/auto-build/pd-main-auto-builder.sh @@ -58,7 +58,7 @@ case $SYSTEM in *) package_name="/tmp/pd-${DATE}-${SYSTEM}-${HOSTNAME}-${platform_name}.tar.bz2" cd ${auto_build_root_dir}/pd/src && \ - aclocal && autoconf && autoheader && \ + autoconf && \ ./configure $configure_options && \ make && \ cd ../../ && \ -- cgit v1.2.1