Changeset 830 for trunk/bin


Ignore:
Timestamp:
Oct 28, 2009, 9:48:49 PM (14 years ago)
Author:
Peter Johansson
Message:

workaround for autoconf 2.63 and older

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

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