[packages/gnustep-base] use AC_CONFIG_AUX_DIR directly from environment

atler atler at pld-linux.org
Mon Aug 16 20:16:46 CEST 2021


commit f55389b65ec524678596a340d0d4bc000c325b20
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Aug 16 19:58:50 2021 +0200

    use AC_CONFIG_AUX_DIR directly from environment
    
    recent autoconf does not appear to like deferred AC_CONFIG_AUX_DIR
    calculation and skips evaluation anything preceding AC_CONFIG_AUX_DIR
    statement leaving CURRENT_GNUSTEP_MAKEFILES empty. since we're passing
    GNUSTEP_MAKEFILES directly in environment anyway just use the value.

 gnustep-base-ac.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/gnustep-base-ac.patch b/gnustep-base-ac.patch
index 155413a..04c106e 100644
--- a/gnustep-base-ac.patch
+++ b/gnustep-base-ac.patch
@@ -38,3 +38,14 @@
  
    tmp_version = xmlStrdup("$min_xml_version");
    if(sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
+--- gnustep-base-1.24.6/configure.ac.orig	2021-08-16 01:37:02.579249980 +0200
++++ gnustep-base-1.24.6/configure.ac	2021-08-16 01:37:24.502163320 +0200
+@@ -115,7 +115,7 @@
+ #--------------------------------------------------------------------
+ # Use config.guess, config.sub and install-sh provided by gnustep-make
+ #--------------------------------------------------------------------
+-AC_CONFIG_AUX_DIR($CURRENT_GNUSTEP_MAKEFILES)
++AC_CONFIG_AUX_DIR($GNUSTEP_MAKEFILES)
+ 
+ #--------------------------------------------------------------------
+ # Use a .h file with #define's, instead of -D command-line switches
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnustep-base.git/commitdiff/e55b95ad05f42797ffd57e68604360b1ae8a9600



More information about the pld-cvs-commit mailing list