From b061e1b85625f7f98f9cab25c598da7c235b635e Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 4 Jan 2017 13:13:00 -0500 Subject: centralize tclconfig --- macosx/aclocal.m4 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/macosx/aclocal.m4 b/macosx/aclocal.m4 index 973c7aa..bfd8a17 100755 --- a/macosx/aclocal.m4 +++ b/macosx/aclocal.m4 @@ -7,17 +7,3 @@ builtin(include,../tclconfig/tcl.m4) # # Add here whatever m4 macros you want to define for your package # - -AC_DEFUN(SAO_CONFIG_DIR, [ - sao_config_dir="$1" - sao_config_arguments="$2" - - sao_popdir=`pwd` - cd $sao_config_dir - - echo "" - echo "*** Configure $1 ***" - echo "running ${CONFIG_SHELL-/bin/sh} ./configure $sao_sub_configure_args $sao_config_arguments" - ${CONFIG_SHELL-/bin/sh} ./configure $sao_sub_configure_args $sao_config_arguments - cd $sao_popdir -]) -- cgit v0.12