Commit cd7c0bf3687b7a77c22451e7d890f0b156098108
1 parent
54822c8e
Remove stray debug statement
Showing
3 changed files
with
1 additions
and
9 deletions
autofiles.sums
configure
| ... | ... | @@ -2608,10 +2608,6 @@ if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then |
| 2608 | 2608 | fi |
| 2609 | 2609 | fi |
| 2610 | 2610 | |
| 2611 | -if md5sum configure.ac m4/* | diff -q - autofiles.sums; then | |
| 2612 | - echo "Automatically generated files are stale; rerun autogen.sh" | |
| 2613 | -fi | |
| 2614 | - | |
| 2615 | 2611 | ac_ext=c |
| 2616 | 2612 | ac_cpp='$CPP $CPPFLAGS' |
| 2617 | 2613 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ... | ... |
configure.ac
| ... | ... | @@ -23,10 +23,6 @@ if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then |
| 23 | 23 | fi |
| 24 | 24 | fi |
| 25 | 25 | |
| 26 | -if md5sum configure.ac m4/* | diff -q - autofiles.sums; then | |
| 27 | - echo "Automatically generated files are stale; rerun autogen.sh" | |
| 28 | -fi | |
| 29 | - | |
| 30 | 26 | AC_PROG_CC |
| 31 | 27 | AC_PROG_CC_C99 |
| 32 | 28 | AC_PROG_CXX | ... | ... |