summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-03-31 04:10:26 +0000
committerStef <stef@ws.local>2004-03-31 04:10:26 +0000
commit3e83f4235f6687257456c30d55279d232334f9ba (patch)
treed4ec07bcfbae9ef5a205644e4f8bb4c4e4cf68e3
parenta4c0a06821a6f77ee1d7aebeb2eee02bb7aa913d (diff)
Some unix porting fixes
-rw-r--r--Makefile.am2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 5e729c5..0e16813 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
-EXTRA_DIST = BUGS config.win32.h
+EXTRA_DIST = BUGS
SUBDIRS = src win32
diff --git a/configure.in b/configure.in
index f033a0c..59d3852 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(rtfm, 1.0, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(rtfm, 1.0)
+AC_INIT(rtfm, 0.9, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(rtfm, 0.9)
LDFLAGS="$LDFLAGS -L/usr/local/lib"