From 3bc1572c6a889842c58ab9d1a7958708b2ba8a42 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 12 Mar 2013 21:03:59 -0400 Subject: [PATCH] fix-gnulib: Add a call to AC_CONFIG_LIBOBJ_DIR For some reason, the alloca module uses Autoconf's stock LIBOBJ machinery and things explode if AC_CONFIG_LIBOBJ_DIR is not set correctly, because the Gnulib macros sure don't. Add such a call to the included m4 fragment to fix things up. The amount of magic and poor documentation around this feature is astounding. --- scripts/fix-gnulib.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fix-gnulib.pl b/scripts/fix-gnulib.pl index 4b47ce2..2ddf1f8 100755 --- a/scripts/fix-gnulib.pl +++ b/scripts/fix-gnulib.pl @@ -240,6 +240,7 @@ if FALSE ], [dnl M4 code follows AC_SUBST([GLSRC], [lib]) +AC_CONFIG_LIBOBJ_DIR([lib]) AC_DEFUN_ONCE([DX_GLSYM_PREFIX], [dnl AC_REQUIRE([DX_EXPORTED_SH]) -- 2.43.0