Changeset 213 in MondoRescue for branches/2.05/mondo/configure.in


Ignore:
Timestamp:
Dec 15, 2005, 1:41:46 AM (18 years ago)
Author:
bcornec
Message:

removed AuX_VER
removed g_version
use only VERSION from config.h
add $Rev$ to VERSION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/configure.in

    • Property svn:keywords changed from Id to Id Rev
    r182 r213  
    77dnl $Id$
    88dnl
    9 AC_INIT([Mondo Rescue],[2.05],[mondo-devel@lists.sourceforge.net])
     9MONDO_VER=2.05
     10MONDO_REV=`echo '$Rev$' | awk '{print $2}'`
     11AC_INIT([Mondo Rescue],[${MONDO_VER}-r$MONDO_REV],[mondo-devel@lists.sourceforge.net])
    1012AC_CONFIG_SRCDIR([mondo/mondoarchive/main.c])
    1113AM_CONFIG_HEADER(config.h)
     
    1517AC_ARG_PROGRAM
    1618
    17 AM_INIT_AUTOMAKE([mondo], [2.05])
     19AM_INIT_AUTOMAKE([mondo], [$MONDO_VER])
    1820AM_MAINTAINER_MODE
    1921
Note: See TracChangeset for help on using the changeset viewer.