-thisconfigdir=.
+thisconfigdir=..
myfulldir=appl
-mydir=.
+mydir=appl
BUILDTOP=$(REL)..
-LOCAL_SUBDIRS= sample simple user_user gss-sample
+LOCAL_SUBDIRS= sample simple user_user gss-sample \
+ libpty bsd gssftp telnet
+++ /dev/null
-K5_AC_INIT(configure.in)
-CONFIG_RULES
-KRB5_AC_INET6
-AC_PROG_INSTALL
-AC_CHECK_HEADERS(unistd.h stdlib.h string.h)
-AC_C_CONST
-dnl gss-misc.c needs this:
-AC_CHECK_HEADERS(sys/time.h time.h)
-dnl
-dnl Kludge for simple server --- FIXME is this the best way to do this?
-dnl
-if test "$ac_cv_lib_socket" = "yes" -a "$ac_cv_lib_nsl" = "yes"; then
- AC_DEFINE(BROKEN_STREAMS_SOCKETS,1,[Define if socket can't be bound to 0.0.0.0])
-fi
-dnl
-dnl
-KRB5_GETSOCKNAME_ARGS
-KRB5_GETPEERNAME_ARGS
-KRB5_BUILD_PROGRAM
-AC_CONFIG_SUBDIRS(libpty bsd gssftp telnet)
-V5_AC_OUTPUT_MAKEFILE(. sample sample/sclient sample/sserver simple simple/client simple/server gss-sample user_user)
-thisconfigdir=./..
+thisconfigdir=../..
myfulldir=appl/gss-sample
-mydir=gss-sample
+mydir=appl/gss-sample
BUILDTOP=$(REL)..$(S)..
DEFINES = -DUSE_AUTOCONF_H -DGSSAPI_V2
PROG_LIBPATH=-L$(TOPLIBD)
-thisconfigdir=./..
+thisconfigdir=../..
myfulldir=appl/sample
-mydir=sample
+mydir=appl/sample
LOCAL_SUBDIRS = sclient sserver
BUILDTOP=$(REL)..$(S)..
-thisconfigdir=./../..
+thisconfigdir=../../..
myfulldir=appl/sample/sclient
-mydir=sample/sclient
+mydir=appl/sample/sclient
BUILDTOP=$(REL)..$(S)..$(S)..
PROG_LIBPATH=-L$(TOPLIBD)
-thisconfigdir=./../..
+thisconfigdir=../../..
myfulldir=appl/sample/sserver
-mydir=sample/sserver
+mydir=appl/sample/sserver
BUILDTOP=$(REL)..$(S)..$(S)..
PROG_LIBPATH=-L$(TOPLIBD)
-thisconfigdir=./..
+thisconfigdir=../..
myfulldir=appl/simple
-mydir=simple
+mydir=appl/simple
LOCAL_SUBDIRS = client server
BUILDTOP=$(REL)..$(S)..
-thisconfigdir=./../..
+thisconfigdir=../../..
myfulldir=appl/simple/client
-mydir=simple/client
+mydir=appl/simple/client
BUILDTOP=$(REL)..$(S)..$(S)..
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
-thisconfigdir=./../..
+thisconfigdir=../../..
myfulldir=appl/simple/server
-mydir=simple/server
+mydir=appl/simple/server
BUILDTOP=$(REL)..$(S)..$(S)..
LOCALINCLUDES= -I.. -I$(srcdir)/..
-thisconfigdir=./..
+thisconfigdir=../..
myfulldir=appl/user_user
-mydir=user_user
+mydir=appl/user_user
BUILDTOP=$(REL)..$(S)..
DEFINES = -DDEBUG
PROG_LIBPATH=-L$(TOPLIBD)
AC_CHECK_HEADERS(Python.h python2.3/Python.h)
+dnl
+dnl Kludge for simple server --- FIXME is this the best way to do this?
+dnl
+if test "$ac_cv_lib_socket" = "yes" -a "$ac_cv_lib_nsl" = "yes"; then
+ AC_DEFINE(BROKEN_STREAMS_SOCKETS,1,[Define if socket can't be bound to 0.0.0.0])
+fi
+dnl
+AC_CONFIG_SUBDIRS(appl/libpty appl/bsd appl/gssftp appl/telnet)
+
AC_CONFIG_FILES(krb5-config, [chmod +x krb5-config])
V5_AC_OUTPUT_MAKEFILE(.
kadmin/passwd/unit-test kadmin/ktutil kadmin/server
kadmin/testing kadmin/testing/scripts kadmin/testing/util
+ appl
+ appl/sample appl/sample/sclient appl/sample/sserver
+ appl/simple appl/simple/client appl/simple/server
+ appl/gss-sample appl/user_user
)