From 447335814bd329b12ef2d9064e055f3cdfbf61dd Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 3 Jan 2008 17:11:03 +0000 Subject: Ensure that aclocal and autoheader are executed in addition to autoconf. THis should fix the problems from last night's auto builds. svn path=/trunk/; revision=9121 --- scripts/auto-build/desiredata-auto-builder.sh | 2 +- scripts/auto-build/pd-main-auto-builder.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/auto-build/desiredata-auto-builder.sh b/scripts/auto-build/desiredata-auto-builder.sh index cd129abd..13c1bd98 100755 --- a/scripts/auto-build/desiredata-auto-builder.sh +++ b/scripts/auto-build/desiredata-auto-builder.sh @@ -58,7 +58,7 @@ case $SYSTEM in *) package_name="/tmp/desiredata-${DATE}-${SYSTEM}-${HOSTNAME}-${platform_name}.tar.bz2" cd ${auto_build_root_dir}/pd/src && \ - autoconf && \ + aclocal && autoconf && autoheader && \ ./configure $configure_options && \ make && \ cd ../../ && \ diff --git a/scripts/auto-build/pd-main-auto-builder.sh b/scripts/auto-build/pd-main-auto-builder.sh index 6676878b..4de56f13 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 && \ - autoconf && \ + aclocal && autoconf && autoheader && \ ./configure $configure_options && \ make && \ cd ../../ && \ -- cgit v1.2.1