summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 07:50:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 07:50:44 +0000
commitf9502fc6287eb523148811c81f4e3f56e1ee8e5b (patch)
tree39c3150a56055244c3c78ce11574e32ffb2a76bc /c/src/lib/libcpu/mips/configure.ac
parentNew. (diff)
downloadrtems-f9502fc6287eb523148811c81f4e3f56e1ee8e5b.tar.bz2
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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.
Diffstat (limited to 'c/src/lib/libcpu/mips/configure.ac')
-rw-r--r--c/src/lib/libcpu/mips/configure.ac9
1 files changed, 4 insertions, 5 deletions
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