Revision a276c4ac61d5f06f1f966a88a551892f290bbb40 authored by Jérémie Courrèges-Anglas on 16 September 2015, 11:41:00 UTC, committed by Roberto Di Cosmo on 16 September 2015, 12:42:46 UTC
Improve the portability of the test for ocamlbuild -use-ocamlfind.

* shell redirections with "&> /dev/null" and the test(1) operator "=="
  are not portable.  Fix both issues and simplify the test while here.

With this, ./configure on OpenBSD correctly uses Makefile.in and not
Makefile_3.11.in.
1 parent 642dc2b
Raw File
INSTALL
To install this program, just type

./configure; make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
autoheader
./configure
make
back to top