summaryrefslogtreecommitdiffstats
path: root/src/appl/sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/ChangeLog5
-rw-r--r--src/appl/sample/configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/appl/sample/ChangeLog b/src/appl/sample/ChangeLog
index 847b6da1e..7266a339d 100644
--- a/src/appl/sample/ChangeLog
+++ b/src/appl/sample/ChangeLog
@@ -1,3 +1,8 @@
+Thu Feb 12 16:14:53 1998 Tom Yu <tlyu@mit.edu>
+
+ * configure.in: Add commented out AC_OUTPUT to force autoreconf to
+ rebuild the configure script.
+
Mon Feb 2 16:47:05 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
diff --git a/src/appl/sample/configure.in b/src/appl/sample/configure.in
index 5bbd1eecc..62ad4cb0f 100644
--- a/src/appl/sample/configure.in
+++ b/src/appl/sample/configure.in
@@ -8,4 +8,4 @@ K5_GEN_MAKEFILE(.)
K5_GEN_MAKEFILE(sclient)
K5_GEN_MAKEFILE(sserver)
K5_OUTPUT_FILES
-
+dnl AC_OUTPUT to keep autoreconf happy