Skip to content
Snippets Groups Projects
Commit 68eb5356 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed propagation of CCSHARED.

Rev: src/aclocal.m4:1.122
Rev: src/make_variables.in:1.22
parent f8c92ef5
No related branches found
No related tags found
No related merge requests found
dnl $Id: aclocal.m4,v 1.121 2006/06/17 20:26:04 mast Exp $ dnl $Id: aclocal.m4,v 1.122 2006/06/17 21:36:20 mast Exp $
dnl Some compatibility with Autoconf 2.50+. Not complete. dnl Some compatibility with Autoconf 2.50+. Not complete.
dnl newer Autoconf calls substr m4_substr dnl newer Autoconf calls substr m4_substr
...@@ -395,7 +395,7 @@ define([PIKE_RETAIN_VARIABLES], ...@@ -395,7 +395,7 @@ define([PIKE_RETAIN_VARIABLES],
define([AC_LOW_MODULE_INIT], define([AC_LOW_MODULE_INIT],
[ [
# $Id: aclocal.m4,v 1.121 2006/06/17 20:26:04 mast Exp $ # $Id: aclocal.m4,v 1.122 2006/06/17 21:36:20 mast Exp $
MY_AC_PROG_CC MY_AC_PROG_CC
...@@ -517,8 +517,6 @@ pushdef([AC_OUTPUT], ...@@ -517,8 +517,6 @@ pushdef([AC_OUTPUT],
export CPPFLAGS export CPPFLAGS
AC_SUBST(LDFLAGS) AC_SUBST(LDFLAGS)
export LDFLAGS export LDFLAGS
AC_SUBST(CCSHARED)
export CCSHARED
PMOD_TARGETS=`echo $srcdir/*.cmod | sed -e "s/\.cmod/\.c/g" | sed -e "s|$srcdir/|\\$(SRCDIR)/|g"` PMOD_TARGETS=`echo $srcdir/*.cmod | sed -e "s/\.cmod/\.c/g" | sed -e "s|$srcdir/|\\$(SRCDIR)/|g"`
test "$PMOD_TARGETS" = '$(SRCDIR)/*.c' && PMOD_TARGETS= test "$PMOD_TARGETS" = '$(SRCDIR)/*.c' && PMOD_TARGETS=
......
# -*- Makefile -*- # -*- Makefile -*-
# #
# $Id: make_variables.in,v 1.21 2006/06/17 20:55:52 mast Exp $ # $Id: make_variables.in,v 1.22 2006/06/17 21:36:20 mast Exp $
# #
# Note: This template is actually used only for make_variables in the # Note: This template is actually used only for make_variables in the
# subdirectories; the one created in the build base dir is just an # subdirectories; the one created in the build base dir is just an
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# top directory). # top directory).
@propagated_variables@ @propagated_variables@
#propagated_variables: CC CPP LDSHARED AR INSTALL #propagated_variables: CC CPP LDSHARED AR INSTALL
#propagated_variables: BASE_CFLAGS BASE_CPPFLAGS BASE_LDFLAGS #propagated_variables: BASE_CFLAGS BASE_CPPFLAGS BASE_LDFLAGS CCSHARED
#propagated_variables: OPTIMIZE WARN PROFIL #propagated_variables: OPTIMIZE WARN PROFIL
#propagated_variables: TMP_BUILDDIR TMP_BINDIR PIKE_SRC_DIR BUILD_BASE #propagated_variables: TMP_BUILDDIR TMP_BINDIR PIKE_SRC_DIR BUILD_BASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment