Changeset 2112 for trunk/configure.ac


Ignore:
Timestamp:
Nov 15, 2009, 5:59:00 PM (14 years ago)
Author:
Peter
Message:

Note, this will likely break the Makefile; you need to run autoreconf -m.

Moving maintainer rules to an m4 autoconf macro to make it more
reusable. The macro creates an automake fragment file, which is
included in the top Makefile.am. The macro also searches a tool to
calculate md5sum. We prefer gmd5sum over md5, i.e., on Darwin we
prefer the GNU version installed by port.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r2107 r2112  
    7474AS_IF([test "x$ECHO" = x], [ECHO=echo])
    7575AC_SUBST(ECHO)
    76 
    77 AC_CHECK_PROGS([MD5], [md5sum md5 md5deep], [no])
    7876
    7977AC_MSG_NOTICE(dnl
     
    399397AC_SUBST(AM_LDFLAGS)
    400398
     399YAT_SVN_RELEASE
    401400
    402401# Create output.
Note: See TracChangeset for help on using the changeset viewer.