summaryrefslogtreecommitdiffstats
path: root/src/util/profile
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-05-18 04:22:15 +0000
committerKen Raeburn <raeburn@mit.edu>2006-05-18 04:22:15 +0000
commitf51422a7316bb46d29a4dec062cbe80e777e58c7 (patch)
treea29192abe863c9aea213a9dd6e34387328ddb55d /src/util/profile
parente1c9d47e6930aed1fc90500c2fd70aeb33dbec1d (diff)
downloadkrb5-f51422a7316bb46d29a4dec062cbe80e777e58c7.tar.gz
krb5-f51422a7316bb46d29a4dec062cbe80e777e58c7.tar.xz
krb5-f51422a7316bb46d29a4dec062cbe80e777e58c7.zip
* configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate
makefiles for util/et, util/profile, lib/kdb, clients and those clients subdirectories built on UNIX, rather than running configure there. Deleted configure.in scripts for those directories, and changed Makefile.in definitions of thisconfigdir and mydir. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18018 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/Makefile.in4
-rw-r--r--src/util/profile/configure.in18
2 files changed, 2 insertions, 20 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index e1b4bbce3..1175a3ef1 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=.
+thisconfigdir=../..
myfulldir=util/profile
-mydir=.
+mydir=util/profile
BUILDTOP=$(REL)..$(S)..
PROG_LIBPATH=-L$(TOPLIBD) $(TCL_LIBPATH)
PROG_RPATH=$(KRB5_LIBDIR)$(TCL_RPATH)
diff --git a/src/util/profile/configure.in b/src/util/profile/configure.in
deleted file mode 100644
index 8003c28ec..000000000
--- a/src/util/profile/configure.in
+++ /dev/null
@@ -1,18 +0,0 @@
-K5_AC_INIT(prof_parse.c)
-CONFIG_RULES
-AC_C_CONST
-AC_CHECK_HEADERS(unistd.h stdlib.h pwd.h)
-AC_CHECK_FUNCS(stat access strdup)
-AC_CHECK_MEMBERS([struct stat.st_mtimensec,struct stat.st_mtimespec.tv_nsec,struct stat.st_mtim.tv_nsec],,,[#include <sys/types.h>
-#include <sys/stat.h>])
-AC_PROG_AWK
-AC_KRB5_TCL
-DO_TCL=
-test "$TCL_LIBS" != "" && DO_TCL=ok
-AC_SUBST(DO_TCL)
-KRB5_BUILD_LIBOBJS
-KRB5_BUILD_PROGRAM
-KRB5_BUILD_LIBRARY_WITH_DEPS
-KRB5_RUN_FLAGS
-AC_CONFIG_FILES(prtest, [chmod +x prtest])
-V5_AC_OUTPUT_MAKEFILE