Changeset 8572
- Timestamp:
- May 31, 2009, 8:22:47 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autogen.sh
r5952 r8572 23 23 export LIBTOOLIZE 24 24 25 update-version-h.sh 26 25 27 autoreconf -fi -I m4 26 28 -
trunk/configure.ac
r8551 r8572 6 6 m4_define([user_agent_prefix],[1.61+]) 7 7 m4_define([peer_id_prefix],[-TR161Z-]) 8 m4_define([svn_revision], esyscmd([sh -c "svnversion | sed -r 's/([0-9]+).*/\1/'"]))9 8 10 9 AC_INIT([transmission], … … 13 12 AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix]) 14 13 AC_SUBST(PEERID_PREFIX,[peer_id_prefix]) 15 AC_SUBST(SVN_REVISION,[svn_revision])16 14 17 15 AC_CONFIG_MACRO_DIR([m4]) … … 358 356 doc/Makefile 359 357 libtransmission/Makefile 360 libtransmission/version.h361 358 third-party/Makefile 362 359 third-party/miniupnp/Makefile
Note: See TracChangeset
for help on using the changeset viewer.