diff options
author | Stef Walter <stef@memberwebs.com> | 2004-03-31 04:10:26 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-03-31 04:10:26 +0000 |
commit | cf030a78e58d92fd3403f31b9734ef7da143a15b (patch) | |
tree | d4ec07bcfbae9ef5a205644e4f8bb4c4e4cf68e3 | |
parent | 474de82693ec571097f355703557f48453f76392 (diff) |
Some unix porting fixes
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 4 |
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" |