configure: Change the way we work around missing $(AM_V_P).
[pspp] / configure.ac
index dcdf02b20413f8a1662406356c880a74c4e912bb..032b6f505c3dee9410327b94bbb1cc14673e945c 100644 (file)
@@ -336,11 +336,7 @@ PSPP_CHECK_PREREQS
 AC_CONFIG_FILES(
   [Makefile gl/Makefile po/Makefile tests/atlocal perl-module/lib/PSPP.pm])
 
-m4_ifdef(
-  [AM_SILENT_RULES],
-  [AM_SILENT_RULES],
-  [AM_V_P=:
-   AC_SUBST([AM_V_P])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 
 AC_OUTPUT
 echo "PSPP configured successfully."