# autogen.sh: Automatically generate all build files from configure.ac
# aclocal doesn't like it if you -I the system aclocal directory
SYS_ACLOCAL_DIR=`aclocal --print-ac-dir` for i in m4 /usr/local/share/aclocal; do if [ ! $i = $SYS_ACLOCAL_DIR -a -d $i ]; then
ACLOCAL_OPTS="$ACLOCAL_OPTS -I $i" fi done
aclocal $ACLOCAL_OPTS || exit 1
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.