* Makefile.in (subauth): Drop rule.
* configure.in: Remove subauth related check. * configure: Regenerate.
This commit is contained in:
parent
67f85328b2
commit
524e6a5ad9
|
@ -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>
|
2006-11-27 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* Makefile.in: Add dependencies for lsaauth.
|
* Makefile.in: Add dependencies for lsaauth.
|
||||||
|
|
|
@ -134,6 +134,4 @@ install_cygwin: w32api
|
||||||
|
|
||||||
install_cygserver: cygwin
|
install_cygserver: cygwin
|
||||||
|
|
||||||
subauth: mingw
|
|
||||||
|
|
||||||
lsaauth: mingw cygwin
|
lsaauth: mingw cygwin
|
||||||
|
|
|
@ -3101,9 +3101,6 @@ case "$with_cross_host" in
|
||||||
subdirs="$subdirs lsaauth"
|
subdirs="$subdirs lsaauth"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
# if test -d $srcdir/subauth; then
|
|
||||||
# AC_CONFIG_SUBDIRS(subauth)
|
|
||||||
# fi
|
|
||||||
if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
|
if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -66,9 +66,6 @@ case "$with_cross_host" in
|
||||||
if test -d $srcdir/lsaauth; then
|
if test -d $srcdir/lsaauth; then
|
||||||
AC_CONFIG_SUBDIRS(lsaauth)
|
AC_CONFIG_SUBDIRS(lsaauth)
|
||||||
fi
|
fi
|
||||||
# if test -d $srcdir/subauth; then
|
|
||||||
# AC_CONFIG_SUBDIRS(subauth)
|
|
||||||
# fi
|
|
||||||
if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
|
if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
|
||||||
AC_CONFIG_SUBDIRS(cygserver)
|
AC_CONFIG_SUBDIRS(cygserver)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue