Artifact 855de803e9e63b60766ad297ef0f7f4851739f83:
- Executable file build/autogen.sh — part of check-in [9608a4d5cf] at 2011-09-09 14:32:06 on branch trunk — Updated to correctly build release output Removed extraneous file (user: rkeene, size: 255) [annotate] [blame] [check-ins using]
#! /bin/bash if [ -n "${VERS}" ]; then sed "s|@@VERS@@|${VERS}|g" configure.ac > configure.ac.new cat configure.ac.new > configure.ac rm -f configure.ac.new fi cat aclocal/*.m4 > aclocal.m4 || exit 1 autoconf || exit 1 rm -rf autom4te.cache/ exit 0