Last change
on this file since 18132 was 16583, checked in by davidb, 15 years ago |
Undoing change commited in r16582
|
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
680 bytes
|
Line | |
---|
1 | dnl
|
---|
2 | dnl Disable accent folding
|
---|
3 | dnl
|
---|
4 |
|
---|
5 | AC_INIT(mgpp/text/MGQuery.cpp)
|
---|
6 | AC_ARG_ENABLE(accentfolding, [ --disable-accentfold Disable Accent Folding support], ENABLE_ACCENTFOLD=0, ENABLE_ACCENTFOLD=1)
|
---|
7 | AC_DEFINE_UNQUOTED(ENABLE_ACCENTFOLD, $ENABLE_ACCENTFOLD)
|
---|
8 | AC_SUBST(ENABLE_ACCENTFOLD)
|
---|
9 |
|
---|
10 | AC_DEFINE_UNQUOTED(COMPAT32BITFLAGS, $COMPAT32BITFLAGS)
|
---|
11 | AC_SUBST(COMPAT32BITFLAGS)
|
---|
12 |
|
---|
13 |
|
---|
14 | dnl
|
---|
15 | dnl Specify location of unac - if specified, will be passed to cascading configures
|
---|
16 | dnl
|
---|
17 | AC_ARG_WITH(unac, [ --with-unac=dir Use specified unac directory], UNAC_DIR=$withval)
|
---|
18 |
|
---|
19 | if test $ENABLE_ACCENTFOLD = 1; then
|
---|
20 | AC_CONFIG_SUBDIRS(packages/unac)
|
---|
21 | fi
|
---|
22 |
|
---|
23 | AC_CONFIG_SUBDIRS(mg mgpp)
|
---|
24 |
|
---|
25 | AC_OUTPUT(Makefile)
|
---|
26 |
|
---|
27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.