forked from Imagelibrary/rtems
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: Remove ENDIF. Remove with_target_subdir defaulting to '.'. * acinclude.m4: Add --includedir to sub_configure_args.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/rtems-top.m4: Remove ENDIF.
|
||||||
|
Remove with_target_subdir defaulting to '.'.
|
||||||
|
* acinclude.m4: Add --includedir to sub_configure_args.
|
||||||
|
|
||||||
2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: DIST_SUBDIRS = $(SUBDIRS).
|
* Makefile.am: DIST_SUBDIRS = $(SUBDIRS).
|
||||||
|
|||||||
@@ -204,7 +204,9 @@ if test "$no_recursion" != yes; then
|
|||||||
case "$$1_subdir" in
|
case "$$1_subdir" in
|
||||||
"." ) ;;
|
"." ) ;;
|
||||||
* )
|
* )
|
||||||
ac_sub_configure_args="$ac_sub_configure_args '--with-target-subdir=$$1_subdir' '--exec-prefix=${prefix}/$$1_subdir'"
|
ac_sub_configure_args="$ac_sub_configure_args '--with-target-subdir=$$1_subdir'"
|
||||||
|
ac_sub_configure_args="$ac_sub_configure_args '--exec-prefix=${prefix}/$$1_subdir'"
|
||||||
|
ac_sub_configure_args="$ac_sub_configure_args '--includedir=${prefix}/$$1_subdir/include'"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
@@ -16,16 +16,9 @@ AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
|
|||||||
|
|
||||||
AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
|
AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
|
||||||
|
|
||||||
## HACK to allow gnu-make conditionals in automake-Makefiles.
|
|
||||||
ENDIF=endif
|
|
||||||
AC_SUBST(ENDIF)
|
|
||||||
|
|
||||||
RTEMS_TOPdir="$1";
|
RTEMS_TOPdir="$1";
|
||||||
AC_SUBST(RTEMS_TOPdir)
|
AC_SUBST(RTEMS_TOPdir)
|
||||||
|
|
||||||
## with_target_subdirs is handled implicitly by autoconf
|
|
||||||
test -n "$with_target_subdir" || with_target_subdir="."
|
|
||||||
|
|
||||||
dots=`echo $with_target_subdir|\
|
dots=`echo $with_target_subdir|\
|
||||||
sed -e 's,^\.$,,' -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
|
sed -e 's,^\.$,,' -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
|
||||||
PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
|
PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
|
||||||
|
|||||||
Reference in New Issue
Block a user