summaryrefslogtreecommitdiffstats
path: root/src/util/et
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/et
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/et')
-rw-r--r--src/util/et/Makefile.in4
-rw-r--r--src/util/et/configure.in27
2 files changed, 2 insertions, 29 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 250271fc95..184ca50fb0 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 077eec61f6..0000000000
--- 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