#! /bin/sh # # autogen # # Copyright (C) 1999, 2000, 2001 # Partition Surprise Team # # $Id$ # # Run this to generate all the initial makefiles, etc. set -e if test "x$1" = "xBASH" ;then shift else if test "x$BASH" = "x" ;then for trypath in `echo "$PATH"|tr : ' '` /usr/local/bin;do if test -x "$trypath/bash";then "$trypath/bash" "$0" BASH "$@" exit $? fi done echo "ERROR: Unable to find 'bash' interpreter needed for self-execution!" exit 1 fi;fi defaultCONFDEFS="" # --enable-debug --without-efence project="tac_plus" automake_gnu=false want_tarZ=false want_gettext=false want_libtool=false #upload="vellum.cz:WWW/sw/" docdir="" subdirs="" CLEAN_LOCAL=" .print_userprogs tac_plus generate_passwd " ARGS_HELP_LOCAL="\ " source ./autogen-body