summaryrefslogtreecommitdiff
path: root/lib/make/configure
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-16 11:08:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-16 11:08:16 +0000
commit1e8af8122259e811dbadadd8133628988e0b1c14 (patch)
treede29466c8b3793e8d97ad22abda9117e3f0b72fc /lib/make/configure
parente40de69b3cb9b6029c2d432d89492045d5264657 (diff)
Changing include file names
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1264 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/configure')
-rwxr-xr-xlib/make/configure16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/make/configure b/lib/make/configure
index 359d8a74..8c76e7cd 100755
--- a/lib/make/configure
+++ b/lib/make/configure
@@ -1373,7 +1373,7 @@ fi
# Create a file to put any #defines etc needed for this architecture
# known architecture stuff should use cat >> etc to append to this file.
-cat > cctk_archdefs.h <<EOF
+cat > cctk_Archdefs.h <<EOF
/* Stuff from known architectures */
#ifndef _CCTK_ARCHDEFS_H_
#define _CCTK_ARCHDEFS_H_
@@ -1386,7 +1386,7 @@ if test -r $srcdir/known-architectures/$host_os ; then
fi
# Finish the architecture stuff
-cat >> cctk_archdefs.h <<EOF
+cat >> cctk_Archdefs.h <<EOF
#endif /* _CCTK_ARCHDEFS_H_ */
EOF
@@ -1394,7 +1394,7 @@ EOF
#########################################################################
#Check for extra stuff
#########################################################################
-cat > cctk_extradefs.h <<EOF
+cat > cctk_Extradefs.h <<EOF
/* Stuff from extra packages */
#ifndef _CCTK_EXTRADEFS_H_
#define _CCTK_EXTRADEFS_H_
@@ -1409,8 +1409,8 @@ do
if test -d $srcdir/extras/$extra ; then
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 ""
+ CCTK_WriteLine cctk_Extradefs.h "/*$extra definitions*/"
CCTK_WriteLine make.extra.defn ""
CCTK_WriteLine make.extra.defn "# $extra definitions"
# Call the setup script
@@ -1423,7 +1423,7 @@ do
done
# Finish the cctk_extradefs.h file
-cat >> cctk_extradefs.h <<EOF
+cat >> cctk_Extradefs.h <<EOF
#endif /*_CCTK_EXTRADEFS_H_*/
EOF
@@ -2940,7 +2940,7 @@ done
ac_given_srcdir=$srcdir
-trap 'rm -fr `echo "make.config.defn make.config.deps make.config.rules cctk_config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "make.config.defn make.config.deps make.config.rules cctk_Config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -3147,7 +3147,7 @@ ac_eD='%g'
if test "${CONFIG_HEADERS+set}" != set; then
EOF
cat >> $CONFIG_STATUS <<EOF
- CONFIG_HEADERS="cctk_config.h"
+ CONFIG_HEADERS="cctk_Config.h"
EOF
cat >> $CONFIG_STATUS <<\EOF
fi