Remove debug output

This commit is contained in:
Anthony Green
2018-03-18 15:30:00 -04:00
parent f31b915314
commit f34f8039c1

View File

@@ -29,7 +29,6 @@ script:
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
- ./autogen.sh
- ls -l m4
- cat ./configure
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist