Changeset 892 for trunk/bin


Ignore:
Timestamp:
Nov 26, 2009, 6:56:47 AM (14 years ago)
Author:
Peter Johansson
Message:

define PACKAGE_URL in configure.ac also for autoconf 2.63 and older. Use PACKAGE_URL in footer rather than hard-coded value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

    r847 r892  
    4444#include <string>
    4545#include <sys/stat.h>
    46 
    47 // FIXME: remove this when we require autoconf 2.64
    48 // autoconf 2.64 defines PACKAGE_URL in config.h (from AC_INIT)
    49 #ifndef PACKAGE_URL
    50 #define PACKAGE_URL "http://dev.thep.lu.se/svndigest"
    51 #endif
    5246
    5347namespace theplu {
Note: See TracChangeset for help on using the changeset viewer.