"referenced entity .* not found" message fixed to be fatal
[tac_plus.git] / autogen
1 #! /bin/sh
2 #
3 #       autogen
4 #
5 #       Copyright (C) 1999, 2000, 2001
6 #       Partition Surprise Team <surprise-dev@lists.sourceforge.net>
7 #
8 #       $Id$
9 #
10
11
12 # Run this to generate all the initial makefiles, etc.
13
14 set -e
15 if test "x$1" = "xBASH" ;then
16   shift
17 else if test "x$BASH" = "x" ;then
18   for trypath in `echo "$PATH"|tr : ' '` /usr/local/bin;do
19     if test -x "$trypath/bash";then
20       "$trypath/bash" "$0" BASH "$@"
21       exit $?
22     fi
23   done
24   echo "ERROR: Unable to find 'bash' interpreter needed for self-execution!"
25   exit 1
26 fi;fi
27
28 defaultCONFDEFS="" # --enable-debug --without-efence
29 project="tac_plus"
30 automake_gnu=false
31 want_tarZ=false
32 want_gettext=false
33 want_libtool=false
34 #upload="vellum.cz:WWW/sw/"
35 docdir=""
36 subdirs=""
37
38 CLEAN_LOCAL="
39   .print_userprogs
40   tac_plus
41   generate_passwd
42 "
43
44 ARGS_HELP_LOCAL="\
45 "
46
47 source ./autogen-body