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

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)
 

Reply via email to