2007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Remove AC_PROG_AWK (Unused).
This commit is contained in:
Ralf Corsepius
2007-09-16 05:55:40 +00:00
parent b0ea4a492f
commit e7ef4c34ae
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove AC_PROG_AWK (Unused).
2007-09-14 Daron Chabot <djc915@mail.usask.ca> 2007-09-14 Daron Chabot <djc915@mail.usask.ca>
* libchip/network/if_dc.c: Changed type of ISR argument to void* from * libchip/network/if_dc.c: Changed type of ISR argument to void* from

View File

@@ -33,7 +33,6 @@ RTEMS_CHECK_NETWORKING(RTEMS_BSP)
RTEMS_CHECK_POSIX_API(RTEMS_BSP) RTEMS_CHECK_POSIX_API(RTEMS_BSP)
AC_CHECK_PROG(RPCGEN,rpcgen,rpcgen) AC_CHECK_PROG(RPCGEN,rpcgen,rpcgen)
AC_PROG_AWK
AC_MSG_NOTICE([setting up make/custom]) AC_MSG_NOTICE([setting up make/custom])