Changeset 2479


Ignore:
Timestamp:
Apr 18, 2011, 10:45:05 PM (12 years ago)
Author:
Peter
Message:

refs #665. Declare PACKAGE_URL also with older autoconf. Snippet taken from svndigest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.7-stable/configure.ac

    r2354 r2479  
    4242AC_CONFIG_MACRO_DIR([m4])
    4343AC_PREFIX_DEFAULT([/usr/local])
     44
     45dnl FIXME remove when we assume autoconf 2.64
     46m4_ifndef([AC_PACKAGE_URL],
     47          [AC_DEFINE([PACKAGE_URL], ["http://dev.thep.lu.se/yat"],
     48                     [Define to home page for this package])
     49           AC_SUBST([PACKAGE_URL], ["http://dev.thep.lu.se/yat"])])
    4450
    4551AC_SUBST([YAT_LT_VERSION], [YAT_LT_VERSION_INFO])
Note: See TracChangeset for help on using the changeset viewer.