aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from FFTW3.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 83e9ddb..7ffab25 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES FFTW3
{
- SCRIPT FFTW3.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS FFTW3_DIR FFTW3_INSTALL_DIR FFTW3_LIBS
}
diff --git a/FFTW3.sh b/configure.sh
index 5a98247..9cc0ac7 100644
--- a/FFTW3.sh
+++ b/configure.sh
@@ -77,7 +77,7 @@ then
FFTW3_DIR=${INSTALL_DIR}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/FFTW3.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "FFTW3 has already been built; doing nothing"