2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>

* preinstall.am: New.
	* Makefile.am: Include preinstall.am.
	* configure.ac: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2005-05-11 06:50:45 +00:00
parent 4cb1853a71
commit 123ae06ecb
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* preinstall.am: New.
* Makefile.am: Include preinstall.am.
* configure.ac: Reflect changes above.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -26,6 +26,10 @@ RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \
|| test "$RTEMS_CPU_MODEL" = "leon2" )
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])
AC_OUTPUT