Changeset d7aabb7 in rtems


Ignore:
Timestamp:
01/24/02 14:14:55 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
49d0704
Parents:
b96a7b1
Message:

2002-01-23 Ralf Corsepius <corsepiu@…>

  • aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility.
  • bootstrap: Let --clean remove texinfo.tex.
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rb96a7b1 rd7aabb7  
     12002-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
    172002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • aclocal/sysv-ipc.m4

    rb96a7b1 rd7aabb7  
    3030])
    3131if 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])
    3333fi
    3434])
  • bootstrap

    rb96a7b1 rd7aabb7  
    105105  test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
    106106  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
    108109    test "$verbose" = "-v" && echo "$i"   
    109110  fi; done
Note: See TracChangeset for help on using the changeset viewer.