diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-05-31 00:09:31 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-05-31 00:09:31 +0000 |
| commit | 246523a6906c8e5c744360f53721c83feb719581 (patch) | |
| tree | 63354fa1894168d23f7d020be54163d069a3f25c /src/lib/rpc/unit-test | |
| parent | 47e795e735027ca77fa2f64462b77b53ac0169a8 (diff) | |
| download | krb5-246523a6906c8e5c744360f53721c83feb719581.tar.gz krb5-246523a6906c8e5c744360f53721c83feb719581.tar.xz krb5-246523a6906c8e5c744360f53721c83feb719581.zip | |
Merge about 1/3 of the remaining configure scripts into the top level. This
still leaves out appl and tests, and static library and plugin directories.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18068 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/unit-test')
| -rw-r--r-- | src/lib/rpc/unit-test/Makefile.in | 4 | ||||
| -rw-r--r-- | src/lib/rpc/unit-test/configure.in | 29 |
2 files changed, 2 insertions, 31 deletions
diff --git a/src/lib/rpc/unit-test/Makefile.in b/src/lib/rpc/unit-test/Makefile.in index 8cc030907c..77959377ae 100644 --- a/src/lib/rpc/unit-test/Makefile.in +++ b/src/lib/rpc/unit-test/Makefile.in @@ -1,6 +1,6 @@ -thisconfigdir=. +thisconfigdir=../../.. myfulldir=lib/rpc/unit-test -mydir=. +mydir=lib/rpc/unit-test BUILDTOP=$(REL)..$(S)..$(S).. LOCALINCLUDES = -I. PROG_LIBPATH=-L$(TOPLIBD) diff --git a/src/lib/rpc/unit-test/configure.in b/src/lib/rpc/unit-test/configure.in deleted file mode 100644 index 6a6bcf1f6c..0000000000 --- a/src/lib/rpc/unit-test/configure.in +++ /dev/null @@ -1,29 +0,0 @@ -K5_AC_INIT(client.c) -CONFIG_RULES -dnl sets $(krb5_cv_host) -KRB5_BUILD_PROGRAM -dnl -AC_CHECK_HEADERS(unistd.h) -dnl The following are tests for the presence of programs required for testing -AC_CHECK_PROG(RUNTEST,runtest,runtest) -AC_CHECK_PROG(PERL,perl,perl) -AC_KRB5_TCL -if test "$PERL" = perl -a "$RUNTEST" = runtest -a "$TCL_LIBS" != ""; then - DO_TEST=ok -fi -AC_SUBST(DO_TEST) -changequote(<<, >>) -case "$krb5_cv_host" in -*-*-solaris2.[012345]*) - PASS=tcp - ;; -*) - PASS="tcp udp" - ;; -esac -changequote([, ]) -AC_SUBST(PASS) -dnl -CHECK_SIGNALS -KRB5_AC_PRIOCNTL_HACK -V5_AC_OUTPUT_MAKEFILE |
