| Index: third_party/yasm/patched-yasm/configure.ac
|
| ===================================================================
|
| --- third_party/yasm/patched-yasm/configure.ac (revision 165590)
|
| +++ third_party/yasm/patched-yasm/configure.ac (working copy)
|
| @@ -1,11 +1,12 @@
|
| # Process this file with autoconf to produce a configure script.
|
| -# $Id: configure.ac 2353 2010-08-07 16:37:52Z peter $
|
|
|
| #
|
| # autoconf setup
|
| #
|
| AC_PREREQ(2.53)
|
| -AC_INIT([yasm], [1.1.0], [bug-yasm@tortall.net])
|
| +AC_INIT([yasm],
|
| + m4_esyscmd([./YASM-VERSION-GEN.sh && tr -d '\n' <YASM-VERSION-FILE]),
|
| + [bug-yasm@tortall.net])
|
| #AC_CONFIG_SRCDIR([src/main.c])
|
| AC_CONFIG_AUX_DIR(config)
|
| AC_CONFIG_HEADER([config.h])
|
| @@ -13,10 +14,6 @@
|
| AM_INIT_AUTOMAKE([1.9.6 foreign])
|
| AM_MAINTAINER_MODE
|
|
|
| -AC_DEFINE(PACKAGE_INTVER, ["1.1.0"],
|
| - [Define to internal version of this package.])
|
| -AC_DEFINE(PACKAGE_BUILD, ["2352"], [Define to build version of this package.])
|
| -
|
| #
|
| # autoconf command-line options
|
| #
|
|
|