doc: Use "rm", not nonexistent variable $(RM), in uninstall-local.
[pspp] / configure.ac
index 2edf516a95f8e6681181949c67868c580cc60a9b..e62a77504d01186f444a2debf8dea18e0f0736f3 100644 (file)
@@ -325,6 +325,10 @@ RELOCATABLE_STRIP=:
 
 PSPP_CHECK_PREREQS
 
+dnl The makefile needs to know if we're cross compiling, so that
+dnl it can make arrangements to build the documentation examples.
+AM_CONDITIONAL(cross_compiling, test x"$cross_compiling" = x"yes" )
+
 AC_CONFIG_FILES(
   [Makefile gl/Makefile po/Makefile tests/atlocal perl-module/lib/PSPP.pm])