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>
|
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.
|
||||||
|
|||||||
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"])
|
&& 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],
|
||||||
|
|||||||
@@ -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>.
|
||||||
|
|||||||
10
cpukit/aclocal/rtems-ampolish.m4
Normal file
10
cpukit/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"])
|
||||||
|
])
|
||||||
|
|
||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user