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/ChangeLog | 8 +++++++- tools/build/Makefile.am | 1 + tools/build/configure.ac | 7 ++++--- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'tools/build') diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog index ba7f6cd66c..97220c04e1 100644 --- a/tools/build/ChangeLog +++ b/tools/build/ChangeLog @@ -1,4 +1,10 @@ -2004-09-24 Ralf Corsepius +2005-10-24 Ralf Corsepius + + * configure.ac: Add ampolish3. + * Makefile.am: Add ampolish3. + * ampolish3.in: New. + +2004-09-24 Ralf Corsepius * configure.ac: Require automake > 1.9. diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am index 1195cdde53..f365d3d3d6 100644 --- a/tools/build/Makefile.am +++ b/tools/build/Makefile.am @@ -15,6 +15,7 @@ unhex_SOURCES = unhex.c binpatch_SOURCES = binpatch.c bin_SCRIPTS = install-if-change +bin_SCRIPTS += ampolish3 noinst_SCRIPTS = search-id.sh multigen cvsignore-add.sh EXTRA_DIST = search-id.sh multigen cvsignore-add.sh 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