aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2012-06-12 18:28:17 +0000
committereschnett <eschnett@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2012-06-12 18:28:17 +0000
commit1b692ff57abb5c8886b50ace321d65924fea1f74 (patch)
treea07adcaf6ad477324781d71c90cd807cfedab98c
parentc89f1741426cd09a80db7d99e0571d83e9b987e5 (diff)
Rename configuration script
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@37 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from LORENE.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index ecfbf8c..241a44d 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES LORENE
{
- SCRIPT LORENE.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS LORENE_DIR LORENE_INSTALL_DIR LORENE_EXTRA_LIB_DIRS LORENE_EXTRA_LIBS
}
diff --git a/LORENE.sh b/configure.sh
index 6cf047b..04bd849 100644
--- a/LORENE.sh
+++ b/configure.sh
@@ -56,7 +56,7 @@ then
LORENE_DIR=${INSTALL_DIR}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/LORENE.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "LORENE has already been built; doing nothing"