dtsession: do not hardcode -lcrypt on link
[oweals/cde.git] / cde / autogen.sh
1 #!/bin/sh
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 THEDIR="`pwd`"
7 cd "$srcdir"
8 DIE=0
9
10 libtoolize --force --automake
11 aclocal -I admin
12 autoconf
13 autoheader
14 automake --foreign  --include-deps --add-missing
15
16 #if test -z "$*"; then
17 #        echo "I am going to run ./configure with no arguments - if you wish "
18 #        echo "to pass any to it, please specify them on the $0 command line."
19 #fi
20 #
21 #cd "$THEDIR"
22 #
23 #$srcdir/configure "$@"