From a47c3b91bb33a3f0ce6770b3255088a2114ac143 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 24 May 2004 19:45:01 +0000 Subject: * 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 --- src/util/profile/ChangeLog | 6 ++++++ src/util/profile/configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'src/util/profile') 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 + + * 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 * 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 -- cgit