diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 92655c3..b0477c6 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl -dnl Copyright (c) 2004, Nate Nielsen +dnl Copyright (c) 2004, Stefan Walter dnl All rights reserved. dnl dnl Redistribution and use in source and binary forms, with or without @@ -30,14 +30,10 @@ dnl OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF dnl THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH dnl DAMAGE. dnl -dnl -dnl CONTRIBUTORS -dnl Nate Nielsen <nielsen@memberwebs.com> -dnl dnl IMPORTANT! Always update config.win32.h with new version number -AC_INIT(rtfx, 1.0, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(rtfx, 1.0) +AC_INIT(rtfx, 1.1, stef@memberwebs.com) +AM_INIT_AUTOMAKE(rtfx, 1.1) LDFLAGS="$LDFLAGS -L/usr/local/lib" CPPFLAGS="$CPPFLAGS -I/usr/local/include" |