1.1 --- a/configure.ac Sat Jul 04 11:11:59 2009 +0100
1.2 +++ b/configure.ac Tue Aug 11 12:53:16 2009 +0100
1.3 @@ -1,9 +1,9 @@
1.4 dnl Process this file with autoconf to produce a configure script.
1.5
1.6 AC_PREREQ(2.59c)
1.7 -AC_INIT(razor, 0.1, ali@juiblex.co.uk)
1.8 -AM_INIT_AUTOMAKE(razor, 0.1)
1.9 -AM_CONFIG_HEADER(config.h)
1.10 +AC_INIT([razor], [0.2], [ali@juiblex.co.uk])
1.11 +AM_INIT_AUTOMAKE([])
1.12 +AM_CONFIG_HEADER([config.h])
1.13 AM_MAINTAINER_MODE
1.14
1.15 # libtool versioning - this applies to all libraries in this package