gl_LIBTEXTSTYLE
else
test -f ../libtextstyle/Makefile || {
- AC_MSG_ERROR([When building the gettext-tools package without building the entire gettext package, you need to pass the --with-installed-libtextstyle option to configure.])
+ AC_MSG_WARN([When building the gettext-tools package without building the entire gettext package, you need to pass the --with-installed-libtextstyle option to configure.])
}
fi
AM_CONDITIONAL([USE_INSTALLED_LIBTEXTSTYLE],
[gt_use_installed_csharp_dll=no])
if test "$gt_use_installed_csharp_dll" = no; then
test -f ../gettext-runtime/intl-csharp/Makefile || {
- AC_MSG_ERROR([When building the gettext-tools package without building the entire gettext package, you need to pass the --with-installed-csharp-dll option to configure.])
+ AC_MSG_WARN([When building the gettext-tools package without building the entire gettext package, you need to pass the --with-installed-csharp-dll option to configure.])
}
fi
AM_CONDITIONAL([USE_INSTALLED_CSHARP_DLL],