summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-07-06 21:45:20 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-07-06 21:45:20 +0000
commitfa72703cabe9397ae1cc3e0410b87182bf0bd8ca (patch)
tree91e35a573bf901133d321f863643b8bae571b0e7 /lib
parent2c8af19e350348f4e1d4eff86ca2a12b00ede08f (diff)
Expand $extra in auto-generated comment in makefile fragment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4711 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rwxr-xr-xlib/make/configure6
-rw-r--r--lib/make/configure.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/make/configure b/lib/make/configure
index 0acadad3..150d1030 100755
--- a/lib/make/configure
+++ b/lib/make/configure
@@ -6377,10 +6377,10 @@ cat > conftest.$ac_ext <<EOF
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char 6jbfBM;
+char hbHl08;
int main() {
-7fYN1h
+z4pR0O
; return 0; }
EOF
if { (eval echo configure:6387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -7020,7 +7020,7 @@ do
if test -x $srcdir/extras/$extra/setup.sh ; then
# Put some comment lines in the files.
CCTK_WriteLine cctk_Extradefs.h ''
- CCTK_WriteLine cctk_Extradefs.h '/* $extra definitions */'
+ CCTK_WriteLine cctk_Extradefs.h "/* $extra definitions */"
CCTK_WriteLine make.extra.defn ''
CCTK_WriteLine make.extra.defn "# $extra definitions"
# Call the setup script
diff --git a/lib/make/configure.in b/lib/make/configure.in
index 689258e2..d4f3c8c1 100644
--- a/lib/make/configure.in
+++ b/lib/make/configure.in
@@ -1301,7 +1301,7 @@ do
if test -x $srcdir/extras/$extra/setup.sh ; then
# Put some comment lines in the files.
CCTK_WriteLine cctk_Extradefs.h ''
- CCTK_WriteLine cctk_Extradefs.h '/* $extra definitions */'
+ CCTK_WriteLine cctk_Extradefs.h "/* $extra definitions */"
CCTK_WriteLine make.extra.defn ''
CCTK_WriteLine make.extra.defn "# $extra definitions"
# Call the setup script