bootstrap: honor m4_base when running aclocal
[pspp] / Makefile
index df1038ffc63fc9806127e5a8b43c0701be0ce530..9c0d0c3bf44be29bcc62b55381ab42c873e5198a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,13 +45,13 @@ sc_pragma_columns:
                 exit 1; } || :;                                        \
        else :; fi
 
-# Verify that certain (for now, only Jim Meyering's) lib/**.c files
-# are consistently cpp indented.
+# Verify that certain (for now, only Jim Meyering and Eric Blake's)
+# *.c files are consistently cpp indented.
 sc_cpp_indent_check:
        ./gnulib-tool --extract-filelist \
-            $$(cd modules; grep -ilrE '(meyering|blake)' .) \
+            $$(cd ./modules; grep -ilrE '(meyering|blake)' .) \
           | sort -u \
-          | grep 'lib/.*\.c$$' \
+          | grep '\.c$$' \
           | grep -v '/getloadavg\.c$$' \
           | xargs cppi -c