From 0093f04cb53e58151ad3bdfbff328d564ff17caf Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 25 Jan 2016 01:10:43 -0800 Subject: Misc. cleanup --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bf56ccd5..cf73d14c 100644 --- a/configure.ac +++ b/configure.ac @@ -161,7 +161,7 @@ if test x$oa_has_qt = xyes; then fi ## Generate rules to extrad SPAD type definitions from pamphlets. -echo -n "extracting list of SPAD type definitions..." +AS_ECHO_N(["extracting list of SPAD type definitions..."]) egrep '<<(category|domain|package) .*>>=' \ $srcdir/src/algebra/*.spad.pamphlet \ | sort | uniq | \ @@ -174,7 +174,7 @@ $spad_abbrev.spad: \$(srcdir)/`basename $spad_file` ; \ \$(top_confdir)/move-if-change \$@.tmp \$@ EOF done -echo done +AC_MSG_RESULT([done]) $srcdir/config/move-if-change \ src/algebra/tmp-extract.mk src/algebra/extract.mk -- cgit v1.2.3