From f9502fc6287eb523148811c81f4e3f56e1ee8e5b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 10 May 2005 07:50:44 +0000 Subject: 2005-05-10 Ralf Corsepius * preinstall.am: New. * Makefile.am: Merge in au1x00/Makefile.am, mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am. Include preinstall.am. * au1x00/Makefile.am, mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am: Remove. * configure.ac: Reflect changes above. --- c/src/lib/libcpu/mips/configure.ac | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libcpu/mips/configure.ac') diff --git a/c/src/lib/libcpu/mips/configure.ac b/c/src/lib/libcpu/mips/configure.ac index 06c65fa256..1938860c84 100644 --- a/c/src/lib/libcpu/mips/configure.ac +++ b/c/src/lib/libcpu/mips/configure.ac @@ -32,12 +32,11 @@ AM_CONDITIONAL(mongoosev, test "$RTEMS_CPU_MODEL" = "mongoosev") AM_CONDITIONAL(au1x00, test "$RTEMS_CPU_MODEL" = "au1x00") +AC_PATH_PROG([AMPOLISH3],[ampolish3],[]) +AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \ + && test -n "$AMPOLISH3"]) + # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile -au1x00/Makefile -mongoosev/Makefile -shared/Makefile -r46xx/Makefile -tx39/Makefile ]) AC_OUTPUT -- cgit v1.2.3