15 Apr 11:14
configure.in: Move some `AC_SUBST's to *.m4
From: Ivan Shmakov <ivan <at> theory.asu.ru>
Subject: configure.in: Move some `AC_SUBST's to *.m4
Newsgroups: gmane.lisp.scheme.scheme48
Date: 2008-04-15 09:16:57 GMT
Subject: configure.in: Move some `AC_SUBST's to *.m4
Newsgroups: gmane.lisp.scheme.scheme48
Date: 2008-04-15 09:16:57 GMT
May I suggest the following patch?
This one shouldn't affect `configure', except for the order of
entries in `ac_subst_vars' and in the Sed's substitutions
template. Some empty lines may change their positions within
the file as well.
# HG changeset patch
# User Ivan Shmakov <ivan <at> theory.asu.ru>
# Date 1208245265 -25200
# Node ID 669986d56492f19720b9d3268dc45153ba926908
# Parent 75afd5d97a66f49e48c84654f548ca7b86e20dd4
Split some `AC_SUBST's off `configure.in' into the respective `m4/' files.
configure.in: Moved the `LDFLAGS_VM' substitution...
m4/s48_ldflags.m4 (S48_LDFLAGS): ... here.
configure.in: Moved the `ASM_OBJECTS' and `ASM_STYLE' substitutions...
m4/s48_native_code.m4 (S48_NATIVE_CODE): ... here.
configure.in: Moved the `S48_GC_TWOSPACE' and `S48_GC_BIBOP'
substitutions...
m4/s48_pick_gc.m4 (S48_PICK_GC): ... here.
diff -r 75afd5d97a66 -r 669986d56492 configure.in
--- a/configure.in Wed Apr 09 08:43:20 2008 +0200
+++ b/configure.in Tue Apr 15 14:41:05 2008 +0700
@@ -107,15 +107,10 @@ dnl POSIX says it's `environ'.
AC_SUBST(CFLAGS)
AC_SUBST(LDFLAGS)
(Continue reading)
RSS Feed