summaryrefslogtreecommitdiffstats
path: root/src/util/profile
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2004-05-24 19:45:01 +0000
committerEzra Peisach <epeisach@mit.edu>2004-05-24 19:45:01 +0000
commita47c3b91bb33a3f0ce6770b3255088a2114ac143 (patch)
tree7bb104c1f45e405b252c30a930fd26361a2385d1 /src/util/profile
parent343026c5d8aa860687a071e19f650bd9cd516755 (diff)
downloadkrb5-a47c3b91bb33a3f0ce6770b3255088a2114ac143.tar.gz
krb5-a47c3b91bb33a3f0ce6770b3255088a2114ac143.tar.xz
krb5-a47c3b91bb33a3f0ce6770b3255088a2114ac143.zip
* 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16354 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-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 bbd7823c1c..83e3bb8652 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 142d23b37f..cfe717c104 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