forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user