Changeset 215 in MondoRescue


Ignore:
Timestamp:
Dec 15, 2005, 2:25:32 AM (18 years ago)
Author:
bcornec
Message:

Version correctly handled for mondo now

File:
1 edited

Legend:

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

    r213 r215  
    77dnl $Id$
    88dnl
    9 MONDO_VER=2.05
    10 MONDO_REV=`echo '$Rev$' | awk '{print $2}'`
    11 AC_INIT([Mondo Rescue],[${MONDO_VER}-r$MONDO_REV],[mondo-devel@lists.sourceforge.net])
     9define(MONDO_VER,2.05)
     10define(MONDO_REV,m4_normalize(esyscmd(echo '$Rev$' | awk '{print r$2}')))
     11define(MONDO_TAG,MONDO_VER-MONDO_REV)
     12AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net])
    1213AC_CONFIG_SRCDIR([mondo/mondoarchive/main.c])
    1314AM_CONFIG_HEADER(config.h)
Note: See TracChangeset for help on using the changeset viewer.