2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Use AC_PATH_PROG(PERL,perl) instead of
	RTEMS_PATH_PERL.
This commit is contained in:
Ralf Corsepius
2003-10-17 16:37:50 +00:00
parent 85a488be76
commit 6d507b89f7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_PATH_PROG(PERL,perl) instead of
RTEMS_PATH_PERL.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.

View File

@@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH
RTEMS_PATH_PERL
AC_PATH_PROG(PERL,perl)
AM_CONDITIONAL(PERL,test -n "$PERL")