Artifact 01ca5286180e7e6efa3c93f7201462fc8278a456:
- Executable file autogen.sh — part of check-in [a68d12f98b] at 2011-09-09 14:09:13 on branch trunk — Updated to use simpler and more portable build system (user: rkeene, size: 104) [annotate] [blame] [check-ins using]
- Executable file build/autogen.sh — part of check-in [43aebb6a2b] at 2011-09-09 14:20:33 on branch trunk — Updated to support release build system (user: rkeene, size: 104) [annotate] [blame] [check-ins using]
#! /bin/bash cat aclocal/*.m4 > aclocal.m4 || exit 1 autoconf || exit 1 rm -rf autom4te.cache/ exit 0