monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 5bb1b74d83a9c53d6e11e399de


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 5bb1b74d83a9c53d6e11e399de59ad7d31444bf8
Date: Wed, 23 Feb 2011 22:53:28 +0100 (CET)

revision:            5bb1b74d83a9c53d6e11e399de59ad7d31444bf8
date:                2011-02-23T21:53:17
author:              address@hidden
branch:              net.venge.monotone
changelog:
* src/base.hh: PACKAGE_URL is relatively new and only available
  in autoconf 2.64 and later, so lets define it ourselves in
  case its not available

manifest:
format_version "1"

new_manifest [99a880d6efbbf414891244c74f3a8c97a47903d4]

old_revision [154c0bf31c4391e69aeb51dd411bc0b2cfb3e21f]

patch "src/base.hh"
 from [8ee936d762b2115fbaa7e54dc25ee634490c5fc9]
   to [a8d19ce4d4aab1fcfbc2f868fd09779c3c0e3ffa]
============================================================
--- src/base.hh	8ee936d762b2115fbaa7e54dc25ee634490c5fc9
+++ src/base.hh	a8d19ce4d4aab1fcfbc2f868fd09779c3c0e3ffa
@@ -16,6 +16,11 @@
 // Configuration directives
 #include "config.h"
 
+// autoconf prior to 2.64 doesn't define this
+#ifndef PACKAGE_URL
+#define PACKAGE_URL "http://www.monotone.ca"
+#endif
+
 #define BOOST_DISABLE_THREADS
 #define BOOST_SP_DISABLE_THREADS
 #define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION

reply via email to

[Prev in Thread] Current Thread [Next in Thread]