From e6c1e51f233e5796100e08674c92ae36e3619565 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 3 Feb 2002 21:12:32 +0000 Subject: [PATCH] the third player for those that lose count, this is a scrubbed version (with a librified back-end and some other thin... Original commit message from CVS: the third player for those that lose count, this is a scrubbed version (with a librified back-end and some other things) of Company's hack of arik's rework of the original player also, a spec file is included which works (but too much gnome2 is drawn in, like ssl) and the pixmaps should be visible whether you run it uninstalled or installed. hope that makes you all feel warm inside. --- m4/as-version.m4 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/m4/as-version.m4 b/m4/as-version.m4 index bb63f22..fbcd447 100644 --- a/m4/as-version.m4 +++ b/m4/as-version.m4 @@ -1,3 +1,7 @@ +dnl version.m4 0.0.1 +dnl autostars m4 macro for versioning +dnl thomas@apestaart.org +dnl dnl AS_VERSION(PACKAGE, PREFIX, MAJOR, MINOR, MICRO, ACTION_IF_DEV, ACTION_IF_NOT_DEV) dnl example dnl AS_VERSION(gstreamer, GST_VERSION, 0, 3, 2) @@ -26,7 +30,7 @@ AC_DEFUN(AS_VERSION, fi AC_MSG_NOTICE(configuring [$1] for development with nano $NANO) VERSION=[$3].[$4].[$5].$NANO - [$2]_RELEASE=`date +%Y%m%d-%H%M%S` + [$2]_RELEASE=`date +%Y%m%d_%H%M%S` dnl execute action [$6] ], @@ -38,9 +42,10 @@ AC_DEFUN(AS_VERSION, [$7] ]) - AC_DEFINE_UNQUOTED([$2], "VERSION") + [$2]=$VERSION + AC_DEFINE_UNQUOTED([$2], "$[$2]") AC_SUBST([$2]) - AC_DEFINE_UNQUOTED([$2]_RELEASE, "[$2]_RELEASE") + AC_DEFINE_UNQUOTED([$2]_RELEASE, "$[$2]_RELEASE") AC_SUBST([$2]_RELEASE) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") -- 2.7.4