You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
360 B
17 lines
360 B
15 years ago
|
#MIN_CONFIG(3.0.0)
|
||
|
|
||
|
if test "x$build_arts" = "xno"; then
|
||
|
DO_NOT_COMPILE="$DO_NOT_COMPILE ksayit"
|
||
|
fi
|
||
|
|
||
|
AM_INIT_AUTOMAKE(ksayit, 0.8.3)
|
||
|
AC_C_BIGENDIAN
|
||
|
AC_CHECK_KDEMAXPATHLEN
|
||
|
|
||
|
CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS"
|
||
|
CXXFLAGS="$CXXFLAGS $USE_RTTI" dnl (if you also want rtti)
|
||
|
|
||
|
if test "x$build_arts" = "xno"; then
|
||
|
· DO_NOT_COMPILE="$DO_NOT_COMPILE ksayit"
|
||
|
fi
|