blob: 2df32ae497487ee9b17ff7ae940424cf9fcea3af (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
+ACLOCAL_AMFLAGS = -I M4
+
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
if BUILD_OCTAVE_MOD
|