Commit cd7c0bf3687b7a77c22451e7d890f0b156098108
1 parent
54822c8e
Remove stray debug statement
Showing
3 changed files
with
1 additions
and
9 deletions
autofiles.sums
| 1 | -0f7774ac1a4dc4abdbb5b41200cb0300 configure.ac | 1 | +778da79a0593929b27db80016877d550 configure.ac |
| 2 | d16a8e8947744745887520e331e59e39 m4/ax_random_device.m4 | 2 | d16a8e8947744745887520e331e59e39 m4/ax_random_device.m4 |
| 3 | 2cc70ef55adb11e355f6e8c30dcab090 m4/libtool.m4 | 3 | 2cc70ef55adb11e355f6e8c30dcab090 m4/libtool.m4 |
| 4 | 064af1799febaa676203302bbf359180 m4/ltoptions.m4 | 4 | 064af1799febaa676203302bbf359180 m4/ltoptions.m4 |
configure
| @@ -2608,10 +2608,6 @@ if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then | @@ -2608,10 +2608,6 @@ if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then | ||
| 2608 | fi | 2608 | fi |
| 2609 | fi | 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 | ac_ext=c | 2611 | ac_ext=c |
| 2616 | ac_cpp='$CPP $CPPFLAGS' | 2612 | ac_cpp='$CPP $CPPFLAGS' |
| 2617 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 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,10 +23,6 @@ if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then | ||
| 23 | fi | 23 | fi |
| 24 | fi | 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 | AC_PROG_CC | 26 | AC_PROG_CC |
| 31 | AC_PROG_CC_C99 | 27 | AC_PROG_CC_C99 |
| 32 | AC_PROG_CXX | 28 | AC_PROG_CXX |