From 66aa30afab97562e2164d9b7f0e80dfe7daf155b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 24 Oct 2005 15:27:15 +0000 Subject: 2005-10-24 Ralf Corsepius * configure.ac: Add ampolish3. * Makefile.am: Add ampolish3. * ampolish3.in: New. --- tools/build/configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tools/build/configure.ac') diff --git a/tools/build/configure.ac b/tools/build/configure.ac index eb4280ec1f..fcd047a49f 100644 --- a/tools/build/configure.ac +++ b/tools/build/configure.ac @@ -16,12 +16,13 @@ AC_PROG_CC AC_CHECK_HEADERS([getopt.h]) AC_CHECK_FUNCS(strerror strtol) +AC_PATH_PROG([PERL],[perl]) RTEMS_PATH_KSH AC_CONFIG_HEADERS([config.h]) # Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile -install-if-change -]) +AC_CONFIG_FILES([Makefile] +AC_CONFIG_FILES([install-if-change],[chmod +x install-if-change) +AC_CONFIG_FILES([ampolish3],[chmod +x ampolish3]) AC_OUTPUT -- cgit v1.2.3