summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc')
-rw-r--r--src/lib/rpc/ChangeLog5
-rw-r--r--src/lib/rpc/configure.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog
index 75e23af1d..49d3c42f2 100644
--- a/src/lib/rpc/ChangeLog
+++ b/src/lib/rpc/ChangeLog
@@ -1,3 +1,8 @@
+Thu Feb 12 16:18:22 1998 Tom Yu <tlyu@mit.edu>
+
+ * configure.in: Add commented out AC_OUTPUT to force autoreconf to
+ rebuild the configure script.
+
Mon Feb 2 17:00:16 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
diff --git a/src/lib/rpc/configure.in b/src/lib/rpc/configure.in
index d89148ea1..66becf420 100644
--- a/src/lib/rpc/configure.in
+++ b/src/lib/rpc/configure.in
@@ -76,3 +76,4 @@ KRB5_BUILD_LIBRARY_WITH_DEPS
K5_GEN_MAKEFILE(., lib libobj)
K5_GEN_FILE(types.h:types.hin)
K5_OUTPUT_FILES
+dnl AC_OUTPUT to keep autoreconf happy