Let autoconf find the path for perl
authorEzra Peisach <epeisach@mit.edu>
Wed, 2 Oct 1996 17:42:40 +0000 (17:42 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 2 Oct 1996 17:42:40 +0000 (17:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9137 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/testing/scripts/ChangeLog
src/kadmin/testing/scripts/Makefile.in
src/kadmin/testing/scripts/configure.in

index 96ff8972c62ece005a5f7739e4a9ffe470110aae..aab2e1e5a4c2d89bcca5dd187f5b6c17b6256b5d 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct  2 13:41:04 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * configure.in, Makefile.in: Let autoconf determine path to perl.
+
 Fri Sep 27 14:12:59 1996  Barry Jaspan  <bjaspan@mit.edu>
 
        * start_servers, start_servers_local, stop_servers, init_db,
index ef4531702b1c8ff92812efd1fd83ec764e202942..33297520e06f2d9f0cf110a6587e8cb2f40a5c67 100644 (file)
@@ -1,5 +1,4 @@
-# XXX This isn't right!
-PERL   = /usr/athena/bin/perl
+PERL=@PERL@
 
 GEN_SCRIPTS = compare_dump.pl fixup-conf-files.pl make-host-keytab.pl \
        simple_dump.pl verify_xrunner_report.pl qualname.pl
index 26c2d1f6e965164e43ee18636e2ab0709794290a..c035622dd1b79c7e0cbf6f768d2d6ac560bc7017 100644 (file)
@@ -1,3 +1,4 @@
 AC_INIT(init_db)
 CONFIG_RULES
+AC_PATH_PROG(PERL,perl)
 V5_AC_OUTPUT_MAKEFILE