summaryrefslogtreecommitdiffstats
path: root/src/util
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
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')
-rw-r--r--src/util/et/Makefile.in4
-rw-r--r--src/util/et/configure.in27
-rw-r--r--src/util/profile/Makefile.in4
-rw-r--r--src/util/profile/configure.in18
4 files changed, 4 insertions, 49 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 250271fc9..184ca50fb 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -2,9 +2,9 @@ prefix=@prefix@
bindir=@bindir@
datadir=@datadir@
mydatadir=$(datadir)/et
-thisconfigdir=.
+thisconfigdir=../..
myfulldir=util/et
-mydir=.
+mydir=util/et
BUILDTOP=$(REL)..$(S)..
RELDIR=../util/et
SED = sed
diff --git a/src/util/et/configure.in b/src/util/et/configure.in
deleted file mode 100644
index 077eec61f..000000000
--- a/src/util/et/configure.in
+++ /dev/null
@@ -1,27 +0,0 @@
-K5_AC_INIT(error_table.y)
-CONFIG_RULES
-AC_C_CONST
-AC_PROG_LEX
-AC_PROG_YACC
-AC_PROG_AWK
-HAVE_YYLINENO
-DECLARE_SYS_ERRLIST
-dnl
-dnl Fancy caching of perror result...
-AC_MSG_CHECKING(for perror declaration)
-AC_CACHE_VAL(krb5_cv_decl_perror,
-[AC_EGREP_HEADER(perror, errno.h,
- krb5_cv_decl_perror=yes, krb5_cv_decl_perror=no)])dnl
-AC_MSG_RESULT($krb5_cv_decl_perror)
-if test $krb5_cv_decl_perror = yes; then
- AC_DEFINE(HDR_HAS_PERROR,1,[Define if errno.h declares perror])
-fi
-dnl
-AC_CHECK_FUNCS(strerror)
-AC_HEADER_STDARG
-AC_CHECK_HEADERS(stdlib.h)
-KRB5_BUILD_LIBOBJS
-KRB5_BUILD_LIBRARY_WITH_DEPS
-KRB5_BUILD_PROGRAM dnl for test programs
-KRB5_RUN_FLAGS dnl for test programs
-V5_AC_OUTPUT_MAKEFILE
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