From acc6a5433aa5db86b52c1e38d1a8470907ee5780 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 14 Jun 2010 06:11:13 +0000 Subject: [PATCH] =?UTF-8?q?2010-06-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Doxygen.in: Use @PERL@ instead of hard-coded /usr/bin/perl. --- cpukit/ChangeLog | 4 ++++ cpukit/Doxyfile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7c3ca8f4a8..9ebcd7e15c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-06-14 Ralf Corsépius + + * Doxygen.in: Use @PERL@ instead of hard-coded /usr/bin/perl. + 2010-06-14 Ralf Corsépius * libnetworking/rtems/mkrootfs.h, diff --git a/cpukit/Doxyfile.in b/cpukit/Doxyfile.in index c172810bd0..1de80b6f0a 100644 --- a/cpukit/Doxyfile.in +++ b/cpukit/Doxyfile.in @@ -1364,7 +1364,7 @@ EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). -PERL_PATH = /usr/bin/perl +PERL_PATH = @PERL@ #--------------------------------------------------------------------------- # Configuration options related to the dot tool