Changeset 8572


Ignore:
Timestamp:
May 31, 2009, 8:22:47 PM (14 years ago)
Author:
charles
Message:

(trunk) yet another stab at building version.h portably

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autogen.sh

    r5952 r8572  
    2323export LIBTOOLIZE
    2424
     25update-version-h.sh
     26
    2527autoreconf -fi -I m4
    2628
  • trunk/configure.ac

    r8551 r8572  
    66m4_define([user_agent_prefix],[1.61+])
    77m4_define([peer_id_prefix],[-TR161Z-])
    8 m4_define([svn_revision], esyscmd([sh -c "svnversion | sed -r 's/([0-9]+).*/\1/'"]))
    98
    109AC_INIT([transmission],
     
    1312AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])
    1413AC_SUBST(PEERID_PREFIX,[peer_id_prefix])
    15 AC_SUBST(SVN_REVISION,[svn_revision])
    1614
    1715AC_CONFIG_MACRO_DIR([m4])
     
    358356                 doc/Makefile
    359357                 libtransmission/Makefile
    360                  libtransmission/version.h
    361358                 third-party/Makefile
    362359                 third-party/miniupnp/Makefile
Note: See TracChangeset for help on using the changeset viewer.