gmyth/configure.ac
branchtrunk
changeset 916 39d46bc373eb
parent 911 da7ce603d47f
child 921 5bf73f56521b
     1.1 --- a/gmyth/configure.ac	Mon Feb 04 18:23:49 2008 +0000
     1.2 +++ b/gmyth/configure.ac	Wed Feb 20 20:30:13 2008 +0000
     1.3 @@ -8,12 +8,6 @@
     1.4  AC_CONFIG_SRCDIR([src/gmyth.h])
     1.5  AC_CONFIG_HEADER(config.h)
     1.6  
     1.7 -dnl when going to/from release please set the nano (fourth number) right !
     1.8 -dnl releases only do Wall, SVN and prerelease does Werror too
     1.9 -AS_VERSION(gmyth, GMYTH, 0, 7, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
    1.10 -GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION
    1.11 -AC_SUBST(GMYTH_MAJORMINOR)
    1.12 -
    1.13  dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode
    1.14  AM_MAINTAINER_MODE
    1.15  dnl make aclocal work in maintainer mode