forked from Imagelibrary/rtems
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility. * bootstrap: Let --clean remove texinfo.tex.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
|
||||||
|
compatibility.
|
||||||
|
* bootstrap: Let --clean remove texinfo.tex.
|
||||||
|
|
||||||
2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
|
* aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ AC_CACHE_CHECK([whether $host defines union semun],
|
|||||||
[rtems_cv_HAS_UNION_SEMUN="no"])
|
[rtems_cv_HAS_UNION_SEMUN="no"])
|
||||||
])
|
])
|
||||||
if test "$rtems_cv_HAS_UNION_SEMUN" = "yes"; then
|
if test "$rtems_cv_HAS_UNION_SEMUN" = "yes"; then
|
||||||
AC_DEFINE(HAS_UNION_SEMUN)
|
AC_DEFINE(HAS_UNION_SEMUN,[1],[if having union semum])
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
@@ -104,7 +104,8 @@ clean)
|
|||||||
files=`find . -name 'configure' -print` ;
|
files=`find . -name 'configure' -print` ;
|
||||||
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
|
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
|
||||||
for i in $files; do if test -f $i; then
|
for i in $files; do if test -f $i; then
|
||||||
rm -f $i config.guess config.sub depcomp install-sh missing mkinstalldirs
|
rm -f $i config.guess config.sub depcomp install-sh mdate-sh missing \
|
||||||
|
mkinstalldirs texinfo.tex
|
||||||
test "$verbose" = "-v" && echo "$i"
|
test "$verbose" = "-v" && echo "$i"
|
||||||
fi; done
|
fi; done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user