Commit a2dc5848b53e9e45ff68e5ef70683b5ffb82592e

Anthony Green 2018-03-18T13:41:15

travis debug

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.travis.yml b/.travis.yml
index 8915ef9..34c09a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,8 @@ install:
 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