# that is included in this distribution is not to be used
# then set REGEX=no and supply the following definitions.
#
-#LIBREGEX=" " # linkage convention for regex package
-#REGEXINC="/usr/include" # place to find regex.h
+#LIBREGEX="" # linkage convention for regex package
+#REGEXINC="-I/usr/include" # place to find regex.h
#
# NLS (gettext) library support is used by default if it's found
INTLINC=
REGEX=yes
LIBREGEX='-L${DEPTH}/regex -lregex'
-REGEXINC='${DEPTH}/${TOPSRCDIR}/regex'
+REGEXINC='-I${DEPTH}/${TOPSRCDIR}/regex'
CONFIG_OSFCNH=auto
MANNUM4_5=4F
MANNUM1_8=1M
GCOPTS = @GCOPTS@ ${OPTIMIZER} @PROTOTYPES@
GCDEFS = @ANSICPP@
-GCINCS = -I. -I${DEPTH} -I${REGEXINC} -I${SRCDIR} \
- -I${DEPTH}/${TOPSRCDIR}/libhylafax ${TIFFINC} ${INTLINC}
+GCINCS = -I. -I${DEPTH} -I${SRCDIR} \
+ -I${DEPTH}/${TOPSRCDIR}/libhylafax ${REGEXINC} ${TIFFINC} ${INTLINC}
#
# C++ flags are decomposed using the same hierarchy as C flags.
#
C++INCS = ${VC++INCS} ${LC++INCS} ${GC++INCS}
GC++OPTS = @GCXXOPTS@ ${OPTIMIZER}
-GC++INCS = -I. -I${DEPTH} -I${REGEXINC} -I${SRCDIR} \
- -I${DEPTH}/${TOPSRCDIR}/libhylafax ${TIFFINC} ${INTLINC}
+GC++INCS = -I. -I${DEPTH} -I${SRCDIR} \
+ -I${DEPTH}/${TOPSRCDIR}/libhylafax ${REGEXINC} ${TIFFINC} ${INTLINC}
GC++DEFS = @ANSICXXPP@
#