aboutsummaryrefslogtreecommitdiff
path: root/src/clients/kpasswd
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-02-12 16:23:00 +0000
committerTheodore Tso <tytso@mit.edu>1998-02-12 16:23:00 +0000
commit981d6f23077665b3b99c2ce9c1cb0cc78003eec5 (patch)
tree9146dc74467695281c425b65347744cfffa65a92 /src/clients/kpasswd
parent98951dafa71eb4fe42c3ffa4766a0e5db9f657cf (diff)
downloadkrb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.zip
krb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.tar.gz
krb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.tar.bz2
Mass makefile/configure.in build system revamp
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10424 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/kpasswd')
-rw-r--r--src/clients/kpasswd/ChangeLog4
-rw-r--r--src/clients/kpasswd/Makefile.in2
-rw-r--r--src/clients/kpasswd/configure.in5
3 files changed, 6 insertions, 5 deletions
diff --git a/src/clients/kpasswd/ChangeLog b/src/clients/kpasswd/ChangeLog
index ab2bf14..d59c8e0 100644
--- a/src/clients/kpasswd/ChangeLog
+++ b/src/clients/kpasswd/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 12 08:37:00 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
+
Fri Jan 30 16:06:13 1998 Tom Yu <tlyu@mit.edu>
* kpasswd.c:
diff --git a/src/clients/kpasswd/Makefile.in b/src/clients/kpasswd/Makefile.in
index 0970a98..8fe4321 100644
--- a/src/clients/kpasswd/Makefile.in
+++ b/src/clients/kpasswd/Makefile.in
@@ -1,3 +1,5 @@
+thisconfigdir=./../
+BUILDTOP=$(U)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
diff --git a/src/clients/kpasswd/configure.in b/src/clients/kpasswd/configure.in
deleted file mode 100644
index e5d2575..0000000
--- a/src/clients/kpasswd/configure.in
+++ /dev/null
@@ -1,5 +0,0 @@
-AC_INIT(kpasswd.c)
-CONFIG_RULES
-AC_PROG_INSTALL
-KRB5_BUILD_PROGRAM
-V5_AC_OUTPUT_MAKEFILE