]> sourceware.org Git - newlib-cygwin.git/commitdiff
* subauth: New subdirectory.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 4 May 2001 13:18:51 +0000 (13:18 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 4 May 2001 13:18:51 +0000 (13:18 +0000)
        * configure.in: Add subauth to the list of subdirectories.
        * configure: Regenerated from configure.in.

winsup/ChangeLog
winsup/configure
winsup/configure.in

index cf9ad455c0728ff8586f49ba4f3217afe2098b75..184bf27d10185bc2f1233295b20ad09bdc3e988f 100644 (file)
@@ -1,3 +1,9 @@
+Fri May  4 15:06:00  Corinna Vinschen <corinna@vinschen.de>
+
+       * subauth: New subdirectory.
+       * configure.in: Add subauth to the list of subdirectories.
+       * configure: Regenerated from configure.in.
+
 Wed Apr 18 18:45:07 2001  Christopher Faylor <cgf@cygnus.com>
 
        * configure.in: Add bz2lib.
index b5b17dfe25d3d417442c799839745833188bd4ea..7427ef06ae657ee04e6ae636c57211b42dea9b77 100755 (executable)
@@ -921,7 +921,7 @@ case "$with_cross_host" in
   ""|*cygwin*)
     test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
     test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
-    SUBDIRS="$SUBDIRS utils doc testsuite"
+    SUBDIRS="$SUBDIRS utils doc testsuite subauth"
     ;;
 esac
 
index 40c134e444f4b0c2cde56432abb39c337da87e93..79f03808a5925b7784206f5c27a5a8da06fffdb0 100755 (executable)
@@ -71,7 +71,7 @@ case "$with_cross_host" in
   ""|*cygwin*)
     test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
     test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
-    SUBDIRS="$SUBDIRS utils doc testsuite"
+    SUBDIRS="$SUBDIRS utils doc testsuite subauth"
     ;;
 esac
 
This page took 0.033367 seconds and 5 git commands to generate.