forked from Imagelibrary/rtems
2002-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/subdirs.m4: Propagate the current $prefix to the sub-configures.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* aclocal/subdirs.m4: Propagate the current $prefix to the
|
||||||
|
sub-configures.
|
||||||
|
|
||||||
2002-02-05 Joel Sherrill <joel@OARcorp.com>
|
2002-02-05 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* VERSION: Updated to rtems-ss-20020205.
|
* VERSION: Updated to rtems-ss-20020205.
|
||||||
|
|||||||
@@ -194,10 +194,14 @@ if test "$no_recursion" != yes; then
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Always prepend --prefix to ensure using the same prefix
|
||||||
|
# in subdir configurations.
|
||||||
|
ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
|
||||||
|
|
||||||
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 --exec-prefix=${prefix}/$$1_subdir"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user