don't use NULL or cast NULL where appropriate.
[AROS-Contrib.git] / regina / common / increxx.m4
blob5b7a5247ac9a28ff97e265ab8e04d3f692aa0d09
1 dnl
2 dnl Common configure switches related to Rexx interpreter
3 dnl
4 dnl Uses following functions:
5 dnl   CHECK_REXX
7 dnl ---------------------- check for REXX argument -----------------
8 dnl allow --with-rexx for Rexx support
9 AC_ARG_WITH(rexx,
10         [  --with-rexx=int         specify Rexx interpeter (rexxtrans|regina|rexximc|oorexx|objrexx|unirexx|rexx6000)],
11         [with_rexx=$withval],
12         [with_rexx=no],
14 dnl allow --with-rexxincdir to specify where REXX header file is
15 AC_ARG_WITH(rexxincdir,
16         [  --with-rexxincdir=DIR   specify where REXX header file is],
17         [with_rexxincdir=$withval],
18         [with_rexxincdir=no],
20 dnl allow --with-rexxlibdir to specify where REXX library file is
21 AC_ARG_WITH(rexxlibdir,
22         [  --with-rexxlibdir=DIR   specify where REXX library file is],
23         [with_rexxlibdir=$withval],
24         [with_rexxlibdir=no],
26 CHECK_REXX