| 185 |
fi |
fi |
| 186 |
) |
) |
| 187 |
|
|
| 188 |
|
dnl Handle --enable-newline-is-any |
| 189 |
|
|
| 190 |
|
AC_ARG_ENABLE(newline-is-any, |
| 191 |
|
[ --enable-newline-is-any use any Unicode newline sequence], |
| 192 |
|
if test "$enableval" = "yes"; then |
| 193 |
|
NEWLINE=-DNEWLINE=-1 |
| 194 |
|
fi |
| 195 |
|
) |
| 196 |
|
|
| 197 |
dnl Handle --enable-ebcdic |
dnl Handle --enable-ebcdic |
| 198 |
|
|
| 199 |
AC_ARG_ENABLE(ebcdic, |
AC_ARG_ENABLE(ebcdic, |
| 200 |
[ --enable-ebcdic assume EBCDIC coding rather than ASCII], |
[ --enable-ebcdic assume EBCDIC coding rather than ASCII], |
| 201 |
if test "$enableval" == "yes"; then |
if test "$enableval" = "yes"; then |
| 202 |
EBCDIC=-DEBCDIC=1 |
EBCDIC=-DEBCDIC=1 |
| 203 |
fi |
fi |
| 204 |
) |
) |
| 308 |
fi |
fi |
| 309 |
|
|
| 310 |
dnl This must be last; it determines what files are written as well as config.h |
dnl This must be last; it determines what files are written as well as config.h |
| 311 |
AC_OUTPUT(Makefile pcre-config:pcre-config.in libpcre.pc:libpcre.pc.in pcrecpparg.h:pcrecpparg.h.in pcre_stringpiece.h:pcre_stringpiece.h.in RunGrepTest:RunGrepTest.in RunTest:RunTest.in,[chmod a+x RunTest RunGrepTest pcre-config]) |
AC_OUTPUT(Makefile pcre-config:pcre-config.in libpcre.pc:libpcre.pc.in libpcrecpp.pc:libpcrecpp.pc.in pcrecpparg.h:pcrecpparg.h.in pcre_stringpiece.h:pcre_stringpiece.h.in RunGrepTest:RunGrepTest.in RunTest:RunTest.in,[chmod a+x RunTest RunGrepTest pcre-config]) |