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:
Ralf Corsepius
2006-05-16 14:26:57 +00:00
parent 8a742ddf67
commit 068cf700ac
6 changed files with 32 additions and 7 deletions

View File

@@ -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> 2006-04-18 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.99.3. * aclocal/version.m4: Updated to rtems-4.6.99.3.

View 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"])
])

View File

@@ -251,10 +251,7 @@ AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
&& test x"$rtems_cv_HAS_POSIX_API" = x"yes"]) && test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
RTEMS_PROJECT_ROOT RTEMS_PROJECT_ROOT
RTEMS_AMPOLISH3
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
&& test -n "$AMPOLISH3"])
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile], AC_CONFIG_FILES([Makefile],

View File

@@ -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-27 Eric Norum <norume@aps.anl.gov> 2006-04-27 Eric Norum <norume@aps.anl.gov>
* telnetd/pty.c: Accept <CR><NUL> as equivalent to <CR><LF>. * telnetd/pty.c: Accept <CR><NUL> as equivalent to <CR><LF>.

View 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"])
])

View File

@@ -275,9 +275,7 @@ AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"]) AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"]) AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
AC_PATH_PROG([AMPOLISH3],[ampolish3],[]) RTEMS_AMPOLISH3
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
&& test -n "$AMPOLISH3"])
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)