summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog6
-rw-r--r--src/util/profile/configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index bbd7823c1..83e3bb865 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-24 Ezra Peisach <epeisach@mit.edu>
+
+ * configure.in: When generating prtest, use AC_CONFIG_FILES
+ instead of K5_GEN_FILE so that a chmod may be added to make the
+ script executable.
+
2004-05-12 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add
diff --git a/src/util/profile/configure.in b/src/util/profile/configure.in
index 142d23b37..cfe717c10 100644
--- a/src/util/profile/configure.in
+++ b/src/util/profile/configure.in
@@ -10,5 +10,5 @@ AC_PROG_AWK
KRB5_BUILD_LIBOBJS
KRB5_BUILD_PROGRAM
KRB5_BUILD_LIBRARY_WITH_DEPS
-K5_GEN_FILE(prtest)
+AC_CONFIG_FILES(prtest, [chmod +x prtest])
V5_AC_OUTPUT_MAKEFILE