blob: 1420419ffab0a1f0e22c46a811ed4a91b89eb734 [file] [log] [blame]
--- ccp4-6.0.1.orig/configure 2006-06-10 17:30:02.000000000 -0700
+++ ccp4-6.0.1/configure 2006-06-10 17:45:43.000000000 -0700
@@ -623,45 +623,45 @@
# echo "! Beware -- the $system installation isn't properly tested." ; }
syswarn='echo; echo "! Beware -- the $system installation is not properly tested."'
-if test -z "$onlylibs" ; then
- for i in CCP4_SCR BINSORT_SCR; do
- if ( eval test -d \$$i || eval mkdir -p \$$i ) ; then :
- else
- eval echo "! No directory \$$i and can\'t create it."
- echo " Check the value of $i."
- badvar=1
- fi
- done
-
- for i in libdir bindir; do
- if ( eval test -d \$$i || eval mkdir -p \$$i ) ; then :
- else
- eval echo "! No directory \$$i and can\'t create it."
- echo " Check the argument of --$i."
- badvar=1
- fi
- done
-
- for i in $dotsrc $dotunsupp $dotunsuppsrc ./lib ./lib/src ./lib/data ./ccp4i/etc/unix $mosflmdir/lib $mosflmdir/bin $mosflmdir/cbf/lib ; do
- if test -d $i || mkdir $i; then :
- else
- eval echo "! No directory $i and can\'t create it."
- badvar=1
- fi
- done
-else
- # Kludge to fool the "Makefile" target in the top-level CCP4
- # Makefile into not trying to remake src/Makefile.in
- for i in $srcdir/src $srcdir/lib/src ; do
- if test -d $i || mkdir $i; then
- if ! test -f $i/Makefile.in ; then
- echo
- echo "onlylibs: making dummy file $i/Makefile.in"
- touch $i/Makefile.in
- fi
- fi
- done
-fi
+#if test -z "$onlylibs" ; then
+# for i in CCP4_SCR BINSORT_SCR; do
+# if ( eval test -d \$$i || eval mkdir -p \$$i ) ; then :
+# else
+# eval echo "! No directory \$$i and can\'t create it."
+# echo " Check the value of $i."
+# badvar=1
+# fi
+# done
+#
+# for i in libdir bindir; do
+# if ( eval test -d \$$i || eval mkdir -p \$$i ) ; then :
+# else
+# eval echo "! No directory \$$i and can\'t create it."
+# echo " Check the argument of --$i."
+# badvar=1
+# fi
+# done
+#
+# for i in $dotsrc $dotunsupp $dotunsuppsrc ./lib ./lib/src ./lib/data ./ccp4i/etc/unix $mosflmdir/lib $mosflmdir/bin $mosflmdir/cbf/lib ; do
+# if test -d $i || mkdir $i; then :
+# else
+# eval echo "! No directory $i and can\'t create it."
+# badvar=1
+# fi
+# done
+#else
+# # Kludge to fool the "Makefile" target in the top-level CCP4
+# # Makefile into not trying to remake src/Makefile.in
+# for i in $srcdir/src $srcdir/lib/src ; do
+# if test -d $i || mkdir $i; then
+# if ! test -f $i/Makefile.in ; then
+# echo
+# echo "onlylibs: making dummy file $i/Makefile.in"
+# touch $i/Makefile.in
+# fi
+# fi
+# done
+#fi
### sanity checks