Skip to content

Commit

Permalink
* configure.in: removed ET_RULES, replaced with AC_PROG_AWK
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/OV_MERGE@8749 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
marc committed Jul 18, 1996
1 parent 7f08abc commit 077576a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/kadmin/export/configure.in
@@ -1,7 +1,7 @@
AC_INIT(ovsec_adm_export.c)
CONFIG_RULES
AC_PROG_INSTALL
ET_RULES
AC_PROG_AWK
USE_KADMSRV_LIBRARY
USE_GSSRPC_LIBRARY
USE_DYN_LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion src/kadmin/import/configure.in
@@ -1,7 +1,7 @@
AC_INIT(ovsec_adm_import.c)
CONFIG_RULES
AC_PROG_INSTALL
ET_RULES
AC_PROG_AWK
USE_KADMSRV_LIBRARY
USE_GSSRPC_LIBRARY
USE_DYN_LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion src/kadmin/kdbkeys/configure.in
@@ -1,7 +1,7 @@
AC_INIT(kdbkeys.c)
CONFIG_RULES
AC_PROG_INSTALL
ET_RULES
AC_PROG_AWK
USE_KADMSRV_LIBRARY
USE_GSSRPC_LIBRARY
USE_DYN_LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion src/kadmin/passwd/configure.in
@@ -1,7 +1,7 @@
AC_INIT(kpasswd.c)
CONFIG_RULES
AC_PROG_INSTALL
ET_RULES
AC_PROG_AWK
USE_KADMCLNT_LIBRARY
USE_GSSAPI_LIBRARY
USE_KADMSRV_LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion src/kadmin/v4server/configure.in
Expand Up @@ -4,7 +4,7 @@ AC_PROG_INSTALL
AC_CHECK_HEADERS(sys/time.h unistd.h stdlib.h)
CHECK_SIGNALS
CHECK_WAIT_TYPE
ET_RULES
AC_PROG_AWK
USE_KADMCLNT_LIBRARY
USE_GSSRPC_LIBRARY
USE_GSSAPI_LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion src/lib/kadm5/configure.in
Expand Up @@ -5,10 +5,10 @@ AC_PROG_ARCHIVE_ADD
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_LEX
AC_PROG_AWK
AC_CHECK_HEADERS(syslog.h)
AC_REPLACE_FUNCS(setenv)
AC_CHECK_FUNCS(compile step re_comp re_exec regcomp regexec openlog syslog closelog strftime vsprintf)
ET_RULES
V5_SHARED_LIB_OBJS
V5_MAKE_SHARED_LIB(libkadm5srv,1.0,.., ./kadm5,srv)
V5_MAKE_SHARED_LIB(libkadm5clnt,1.0,.., ./kadm5,clnt)
Expand Down

0 comments on commit 077576a

Please sign in to comment.