diff src/libmng.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children b6c7244a2f66
line wrap: on
line diff
--- a/src/libmng.mk	Sun Jun 02 10:31:04 2013 -0400
+++ b/src/libmng.mk	Sun Jun 02 12:40:32 2013 -0400
@@ -22,8 +22,7 @@
     mkdir '$(1)/.build'
     cd '$(1)/.build' && '$(1)/configure' \
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
-        --host='$(TARGET)' \
-        --build="`config.guess`" \
+        $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --prefix='$(HOST_PREFIX)' \
         --enable-shared
     $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install