summaryrefslogtreecommitdiff
path: root/lib/make/configure.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-17 11:20:49 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-17 11:20:49 +0000
commit53126e9ffe136181f059485cfbfbf813f3426f99 (patch)
treef05505a3141b233cb805ae08a5de05a6389c102d /lib/make/configure.pl
parent5ede4b9fdf43e3447a57e0cdc86d7731f264f0e3 (diff)
Fixed uppercase option for fortran names
git-svn-id: http://svn.cactuscode.org/flesh/trunk@298 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/configure.pl')
-rwxr-xr-xlib/make/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/configure.pl b/lib/make/configure.pl
index 84eda982..05248539 100755
--- a/lib/make/configure.pl
+++ b/lib/make/configure.pl
@@ -274,7 +274,7 @@ sub determine_transformation
}
if($case = 1)
{
- $case_prefix = "\\L";
+ $case_prefix = "\\U";
}
return ($underscore_suffix, $normal_suffix, $case_prefix);