Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-12-12 23:26:27 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-12-12 23:26:27 +0300
commit524e6a5ad9085a299c9510a772fbf9cc47d4d9d9 (patch)
tree674169ffdda7219e633c30bcadba66b9025cb374
parent67f85328b2c4a425098c3d7b5f963dcba2b39a05 (diff)
* Makefile.in (subauth): Drop rule.
* configure.in: Remove subauth related check. * configure: Regenerate.
-rw-r--r--winsup/ChangeLog6
-rw-r--r--winsup/Makefile.in2
-rwxr-xr-xwinsup/configure3
-rwxr-xr-xwinsup/configure.in3
4 files changed, 6 insertions, 8 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index 04921ba4d..0876ab976 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-12 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in (subauth): Drop rule.
+ * configure.in: Remove subauth related check.
+ * configure: Regenerate.
+
2006-11-27 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in: Add dependencies for lsaauth.
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index f8bdec483..5ea10686e 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -134,6 +134,4 @@ install_cygwin: w32api
install_cygserver: cygwin
-subauth: mingw
-
lsaauth: mingw cygwin
diff --git a/winsup/configure b/winsup/configure
index f8a131835..0b8df3918 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -3101,9 +3101,6 @@ case "$with_cross_host" in
subdirs="$subdirs lsaauth"
fi
- # if test -d $srcdir/subauth; then
- # AC_CONFIG_SUBDIRS(subauth)
- # fi
if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
diff --git a/winsup/configure.in b/winsup/configure.in
index b93e54de9..62a27d90f 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -66,9 +66,6 @@ case "$with_cross_host" in
if test -d $srcdir/lsaauth; then
AC_CONFIG_SUBDIRS(lsaauth)
fi
- # if test -d $srcdir/subauth; then
- # AC_CONFIG_SUBDIRS(subauth)
- # fi
if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
AC_CONFIG_SUBDIRS(cygserver)
fi