-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone. So I noticed, after doing a build of the latest ompi-trunk (rev. 16641) on a FreeBSD 6.2 machine, that the autogen.sh script is still dying due to a configure script permissions issue. I'm pasting a diff that solves the problem on my machine. Are there any foreseeable problems with committing this change to ompi-trunk?
- ------------------------------------------------------------------- Index: autogen.sh =================================================================== - --- autogen.sh (revision 16641) +++ autogen.sh (working copy) @@ -435,6 +435,7 @@ pushd opal/libltdl > /dev/null 2>&1 run_and_check $ompi_aclocal run_and_check $ompi_automake + chmod u+w configure # Need this for FreeBSD. run_and_check $ompi_autoconf popd > /dev/null 2>&1 unset indent - ------------------------------------------------------------------- Thanks. - -- Karol Mroz km...@cs.ubc.ca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHK3LFuoug78g/Mz8RAvIDAJ9+XiEdY24ToQeaZkLxVvMK2FNuqQCcDDPU 5lMQijN9Y9ldt+zGpm/ZcJU= =eSQ/ -----END PGP SIGNATURE-----