problems with "configure" options
Ralf Corsepius
corsepiu at faw.uni-ulm.de
Tue Feb 12 09:25:01 UTC 2002
Am Die, 2002-02-12 um 08.40 schrieb Thomas Doerfler:
> Hello Joel,
>
>
> > This is a bug which was spotted in time to be fixed in
> > the last snapshot.
>
> I have downloaded ss-20020205 and tried it there
> but it seems not be working there aswell...
I fixed it on 2002-02-06 :)
Patch enclosed below (Run bootstrap from the toplevel source-directory
once after having applied the patch)
Ralf
--
Ralf Corsepius
Forschungsinstitut fuer Anwendungsorientierte Wissensverarbeitung (FAW)
Helmholtzstr. 16, 89081 Ulm, Germany Tel: +49/731/501-8690
mailto:corsepiu at faw.uni-ulm.de FAX: +49/731/501-999
http://www.faw.uni-ulm.de
-------------- next part --------------
--- ../rtems.orig/./aclocal/subdirs.m4 Mon Jan 7 04:05:30 2002
+++ ./aclocal/subdirs.m4 Wed Feb 6 01:53:13 2002
@@ -194,10 +194,14 @@
esac
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
"." ) ;;
* )
- 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
More information about the users
mailing list