forked from Imagelibrary/rtems
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-ampolish.m4: New. * configure.ac: Use RTEMS_AMPOLISH3.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* aclocal/rtems-ampolish.m4: New.
|
||||
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||
|
||||
2006-04-18 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* aclocal/version.m4: Updated to rtems-4.6.99.3.
|
||||
|
||||
10
c/src/aclocal/rtems-ampolish.m4
Normal file
10
c/src/aclocal/rtems-ampolish.m4
Normal file
@@ -0,0 +1,10 @@
|
||||
# $Id$
|
||||
|
||||
AC_DEFUN([RTEMS_AMPOLISH3],
|
||||
[
|
||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
||||
AM_CONDITIONAL([AMPOLISH3],
|
||||
[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
||||
&& test -n "$AMPOLISH3"])
|
||||
])
|
||||
|
||||
@@ -251,10 +251,7 @@ AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
|
||||
&& test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
|
||||
|
||||
RTEMS_PROJECT_ROOT
|
||||
|
||||
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
|
||||
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
|
||||
&& test -n "$AMPOLISH3"])
|
||||
RTEMS_AMPOLISH3
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile],
|
||||
|
||||
Reference in New Issue
Block a user