OSDN Git Service

* subauth: New subdirectory.
authorcorinna <corinna>
Fri, 4 May 2001 13:18:51 +0000 (13:18 +0000)
committercorinna <corinna>
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 cf9ad45..184bf27 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 b5b17df..7427ef0 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 40c134e..79f0380 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