summaryrefslogtreecommitdiffstats
path: root/tools/build/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-24 15:27:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-24 15:27:15 +0000
commit66aa30afab97562e2164d9b7f0e80dfe7daf155b (patch)
tree09bfd14573da086702ec508655537f1f94b8901b /tools/build/configure.ac
parentNew. (diff)
downloadrtems-66aa30afab97562e2164d9b7f0e80dfe7daf155b.tar.bz2
2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ampolish3. * Makefile.am: Add ampolish3. * ampolish3.in: New.
Diffstat (limited to '')
-rw-r--r--tools/build/configure.ac7
1 files changed, 4 insertions, 3 deletions
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