summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2002-09-06 01:49:25 +0000
committerMichael Jennings <mej@kainx.org>2002-09-06 01:49:25 +0000
commitdb1c2aa58214595505d95020247eee0159cbaf49 (patch)
treed62861679b6e249f06cbe338194265ca88d993e7 /configure.in
parente9207f876b0ee19f3821a23cbcfc6a7d735ca6cc (diff)
downloadeterm-db1c2aa58214595505d95020247eee0159cbaf49.tar.gz
Thu Sep 5 21:47:57 2002 Michael Jennings (mej)
Updates to the termcap/terminfo stuff to make everything work on *BSD. Thanks to Thomas Dickey <dickey@herndon4.his.com> and Will Yardley <william@hq.newdream.net> for their assistance with this. SVN revision: 6391
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5aa5ba1..9b23a79 100644
--- a/configure.in
+++ b/configure.in
@@ -494,6 +494,7 @@ if test "$FOUND_LIBAST" -ne "1"; then
if test "x$ANS" = "xy" -o "x$ANS" = "xyes" -o "x$ANS" = "xY" -o "x$ANS" = "xYES"; then
# Download from CVS server
CVSROOT=":pserver:anonymous@cvs.enlightenment.sourceforge.net:/cvsroot/enlightenment"
+ test -f $HOME/.cvspass || touch $HOME/.cvspass
grep $CVSROOT $HOME/.cvspass >/dev/null 2>&1 || cvs -d $CVSROOT login
cvs -z3 -d $CVSROOT co -d libast eterm/libast
(cd libast && ./autogen.sh $ac_configure_args && make install && cd .. && rm -rf libast)