[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gcc-patches
Subject:    Re: [PATCH] Introduce --with-gcc-major-version-only configure option (take 2)
From:       Franz Sirl <Franz.Sirl-kernel () lauterbach ! com>
Date:       2017-01-19 12:13:14
Message-ID: f97375af-d5ca-846d-c984-4085e61fc917 () lauterbach ! com
[Download RAW message or body]

Am 2017-01-12 um 21:16 schrieb Jakub Jelinek:
> libmpx/
> 	* configure.ac: Add GCC_BASE_VER.
> 	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
> 	get version from BASE-VER file.
> 	* configure: Regenerated.

Hi,

it seems libmpx/configure.ac is missing the acx.m4 include, because 
there is now a bare GCC_BASE_VER in the regenerated libmpx/configure.

The attached patch seem to fix it, but I'm not good with autoconf.

Franz


["libmpx-autoconf.diff" (text/plain)]

Index: libmpx/configure.ac
===================================================================
--- libmpx/configure.ac	(revision 244613)
+++ libmpx/configure.ac	(working copy)
@@ -1,6 +1,8 @@
 # -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
+sinclude(../config/acx.m4)
+
 AC_PREREQ([2.64])
 AC_INIT(package-unused, version-unused, libmpx)
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic