2005-02-19 Ralf Corsepius <ralf.corsepius@rtems.org>

* configure.ac: Check for external ampolish3.
This commit is contained in:
Ralf Corsepius
2005-02-19 17:05:59 +00:00
parent 2489663815
commit fe3cf83ad6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-02-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Check for external ampolish3.
2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/vm/vm_extern.h, libnetworking/vm/vm_kern.h:

View File

@@ -271,8 +271,9 @@ 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([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
&& test -f "${srcdir}/ampolish3.in"])
&& test -n "$AMPOLISH3"])
AC_CONFIG_HEADER(config.h)