diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-09-07 11:26:53 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-09-07 11:26:53 +0200 |
commit | 663097e58f605374b119fc536ed195459fabf882 (patch) | |
tree | 1082b3396242e6ad8d521eb64fa01055b9d2ac3e /autogen.sh | |
parent | 8717bae5f4a141911ba58b34b6ac630780e089ed (diff) |
Suppress subdir-object warnings.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,4 +22,4 @@ autoreconf -W error actest 2>/dev/null || echo "AC_DEFUN([AM_PATH_CPPUNIT],[echo rm -Rf actest # Now run autoreconf -${AUTORECONF:-autoreconf} -fiv +${AUTORECONF:-autoreconf} -fiv --warnings=no-unsupported |