diff options
author | Stef <stef@ws.local> | 2004-03-31 04:10:26 +0000 |
---|---|---|
committer | Stef <stef@ws.local> | 2004-03-31 04:10:26 +0000 |
commit | 3e83f4235f6687257456c30d55279d232334f9ba (patch) | |
tree | d4ec07bcfbae9ef5a205644e4f8bb4c4e4cf68e3 | |
parent | a4c0a06821a6f77ee1d7aebeb2eee02bb7aa913d (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" |