diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-17 12:54:30 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-17 12:54:30 +0000 |
commit | ff1fe535ca2dcb796b95c93dd896b85d6b521854 (patch) | |
tree | d88c455e1f2aa88ceaf791dd96f7b22871091d7d /configure.in | |
parent | 26ecf2950dabe24c91a22b43e340345619aac306 (diff) |
+ changed default output of [any2string] to (unsigned char)
- fixes sourceforge bug #2501709, reported by Roman Haefeli
svn path=/trunk/externals/moocow/pdstring/; revision=10562
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5f6ae4f..4d3ec62 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_PREREQ(2.5) dnl Some handy macros define([THE_PACKAGE_NAME], [pdstring]) -define([THE_PACKAGE_VERSION], [0.06]) +define([THE_PACKAGE_VERSION], [0.07]) define([THE_PACKAGE_AUTHOR], [moocow@ling.uni-potsdam.de]) AC_INIT(THE_PACKAGE_NAME, THE_PACKAGE_VERSION, THE_PACKAGE_AUTHOR) @@ -172,7 +172,12 @@ else fi AC_SUBST(DEBUG) - +##vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv +## compiled +AC_DEFINE_UNQUOTED(PDSTRING_DATE, "`date`", [Date this external was configured]) +AC_DEFINE_UNQUOTED(PDSTRING_USER, "$USER", [User who configured this external]) +## /compiled +##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dnl dnl machine-dependent variables |