aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-01-27 06:04:47 +0000
committerTheodore Tso <tytso@mit.edu>1999-01-27 06:04:47 +0000
commit34a68f6d0a8d5545c4c20c79e351a9e8a4d0c101 (patch)
tree00c337c353bd5a68137ae036cbcc62b3db391ed2 /src/config-files
parent3724c81eb8a92c0e06b164760a5f802a831decdb (diff)
downloadkrb5-34a68f6d0a8d5545c4c20c79e351a9e8a4d0c101.zip
krb5-34a68f6d0a8d5545c4c20c79e351a9e8a4d0c101.tar.gz
krb5-34a68f6d0a8d5545c4c20c79e351a9e8a4d0c101.tar.bz2
Makefile.in, configure.in: Move the responsibility for generating
Makefile files for the following subdirectories to the top-level: util, util/send-pr, util/dyn, lib, config-files, and gen-manpages. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11132 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/ChangeLog7
-rw-r--r--src/config-files/Makefile.in5
-rw-r--r--src/config-files/configure.in4
3 files changed, 11 insertions, 5 deletions
diff --git a/src/config-files/ChangeLog b/src/config-files/ChangeLog
index 12b0a81..467ba6b 100644
--- a/src/config-files/ChangeLog
+++ b/src/config-files/ChangeLog
@@ -1,3 +1,10 @@
+1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in, configure.in: Move the responsibility for
+ generating the Makefile in this directory to the top-level
+ configure script. The local configure.in script has been
+ deleted.
+
Wed Feb 18 15:45:44 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir.
diff --git a/src/config-files/Makefile.in b/src/config-files/Makefile.in
index 320cd56..5201464 100644
--- a/src/config-files/Makefile.in
+++ b/src/config-files/Makefile.in
@@ -1,4 +1,7 @@
-thisconfigdir=.
+thisconfigdir=./..
+myfulldir=config-files
+mydir=config-files
+MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)
all::
diff --git a/src/config-files/configure.in b/src/config-files/configure.in
deleted file mode 100644
index f9dafe7..0000000
--- a/src/config-files/configure.in
+++ /dev/null
@@ -1,4 +0,0 @@
-AC_INIT(configure.in)
-CONFIG_RULES
-AC_PROG_INSTALL
-V5_AC_OUTPUT_MAKEFILE