* configure.in: Don't assume that cinstall directory exists.

This commit is contained in:
Christopher Faylor
2000-05-25 22:39:48 +00:00
parent 0f7e52d7b2
commit 6880ecefaa
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ AC_CANONICAL_SYSTEM
LIB_AC_PROG_CC
SUBDIRS="cygwin w32api mingw utils doc"
test -d cinstall && SUBDIRS="$SUBDIRS cinstall"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
AC_CONFIG_SUBDIRS($SUBDIRS)
AC_PROG_MAKE_SET