]> sourceware.org Git - newlib-cygwin.git/commitdiff
* configure.in: Don't assume that cinstall directory exists.
authorChristopher Faylor <me@cgf.cx>
Thu, 25 May 2000 22:39:48 +0000 (22:39 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 25 May 2000 22:39:48 +0000 (22:39 +0000)
winsup/ChangeLog
winsup/configure
winsup/configure.in

index b5bd59c446d48c058afd35db18b1efc16f30dde5..bbc50e76ee789ad58b26530bde9fd591167c0dc9 100644 (file)
@@ -1,4 +1,4 @@
-Thu May 25 18:28:10 2000  Christopher Faylor <cgf@cygnus.com>
+Thu May 25 18:39:24 2000  Christopher Faylor <cgf@cygnus.com>
 
        * configure.in: Don't assume that cinstall directory exists.
 
index 2ddccc055b910b489517ab6e1543d3a5453b6602..108aa36ef5b37bf2324c8f9f60ebca805da29310 100755 (executable)
@@ -827,7 +827,7 @@ fi
 
 
 SUBDIRS="cygwin w32api mingw utils doc"
-test -d cinstall && SUBDIRS="$SUBDIRS cinstall"
+test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
 subdirs="$SUBDIRS"
 
 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
index 608700249caddc8fa7d40cb78de404e635d71737..f31cfa9186363585b9c9685749881bcf6609984b 100755 (executable)
@@ -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
 
This page took 0.039946 seconds and 5 git commands to generate.