Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: third_party/yasm/patched-yasm/configure.ac

Issue 11369048: Update Yasm to 1.2.0 (Yasm Part 2/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/yasm/patched-yasm/configure ('k') | third_party/yasm/patched-yasm/libyasm/tests/Makefile.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
#
« no previous file with comments | « third_party/yasm/patched-yasm/configure ('k') | third_party/yasm/patched-yasm/libyasm/tests/Makefile.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698