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 /configure.in | |
parent | 474de82693ec571097f355703557f48453f76392 (diff) |
Some unix porting fixes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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" |