diff mbox

Introduce --with-gcc-major-version-only configure option (take 2)

Message ID f97375af-d5ca-846d-c984-4085e61fc917@lauterbach.com
State New
Headers show

Commit Message

Franz Sirl Jan. 19, 2017, 12:13 p.m. UTC
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
diff mbox

Patch

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)