summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-04 03:32:01 +0200
committerLennart Poettering <lennart@poettering.net>2007-09-04 03:32:01 +0200
commit8e1ce53395dd75d030796ea27075718c76ef9cb6 (patch)
treeabc2327ef8a4baefda1cc9ac0d89ad2f17abc2ed
parentdb2975af6e9b3a8e75bb20c144b14fe4b976bbff (diff)
use 000 as version number
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b8f245..4850f08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
+EXTRA_DIST=bootstrap.sh
AM_LDFLAGS=-avoid-version -module -export-dynamic
@@ -8,3 +9,6 @@ libflashsupport_la_SOURCES = flashsupport.c
libflashsupport_la_LIBADD = $(AM_LIBADD) $(PULSE_LIBS) $(LIBSSL_LIBS)
libflashsupport_la_CFLAGS = $(AM_CFLAGS) $(PULSE_CFLAGS) $(LIBSSL_CFLAGS)
+fedora-snapshot: dist
+ cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
+
diff --git a/configure.ac b/configure.ac
index e4dfb15..af311ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ(2.57)
-AC_INIT([libflashsupport-pulse], 0, [mzcbylcnhqvb (at) 0pointer (dot) de])
+AC_INIT([libflashsupport-pulse], 000, [mzcbylcnhqvb (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([flashsupport.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])