Changeset 31903f07 in rtems
- Timestamp:
- 06/11/07 13:32:25 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 39f67789
- Parents:
- 86b9f75
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/Makefile.am
r86b9f75 r31903f07 23 23 SUBDIRS += telnetd 24 24 SUBDIRS += pppd 25 SUBDIRS += shttpd 25 26 26 27 noinst_DATA = preinstall-stamp -
cpukit/configure.ac
r86b9f75 r31903f07 49 49 # FIXME: They should be eliminated if possible. 50 50 AC_CHECK_FUNCS([strsep strcasecmp snprintf]) 51 AC_CHECK_FUNCS([strdup strndup strncasecmp]) 51 52 AC_CHECK_FUNCS([bcopy bcmp]) 52 53 AC_CHECK_FUNCS([isascii fileno]) … … 348 349 telnetd/Makefile 349 350 pppd/Makefile 351 shttpd/Makefile 350 352 wrapup/Makefile]) 351 353
Note: See TracChangeset
for help on using the changeset viewer.