Changeset d7aabb7 in rtems
- Timestamp:
- 01/24/02 14:14:55 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 49d0704
- Parents:
- b96a7b1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rb96a7b1 rd7aabb7 1 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x 4 compatibility. 5 * bootstrap: Let --clean remove texinfo.tex. 6 1 7 2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
aclocal/sysv-ipc.m4
rb96a7b1 rd7aabb7 30 30 ]) 31 31 if test "$rtems_cv_HAS_UNION_SEMUN" = "yes"; then 32 AC_DEFINE(HAS_UNION_SEMUN )32 AC_DEFINE(HAS_UNION_SEMUN,[1],[if having union semum]) 33 33 fi 34 34 ]) -
bootstrap
rb96a7b1 rd7aabb7 105 105 test "$verbose" = "-v" && test -n "$files" && echo "$files" ; 106 106 for i in $files; do if test -f $i; then 107 rm -f $i config.guess config.sub depcomp install-sh missing mkinstalldirs 107 rm -f $i config.guess config.sub depcomp install-sh mdate-sh missing \ 108 mkinstalldirs texinfo.tex 108 109 test "$verbose" = "-v" && echo "$i" 109 110 fi; done
Note: See TracChangeset
for help on using the changeset viewer.