Artifact daf2ac0fe1fb91ced8221ced085b4038dc95d319:
- Executable file autogen.sh — part of check-in [2086fbe318] at 2012-07-30 05:07:01 on branch trunk — Moved copying in of automake/autoconf files to autogen from build (user: rkeene, size: 325) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh rm -f aclocal.m4 ${MAKE:-make} -C aclocal autoconf; autoheader rm -rf autom4te.cache/ for basefile in install-sh config.sub config.guess; do for path in /usr/share/automake-*; do file="${path}/${basefile}" if [ -f "${file}" ]; then cp "${file}" . chmod 755 "./${basefile}" break fi done done