[Phylobase-commits] r167 - in pkg: . src/ncl
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Mar 16 04:26:58 CET 2008
Author: pdc
Date: 2008-03-16 04:26:57 +0100 (Sun, 16 Mar 2008)
New Revision: 167
Modified:
pkg/configure
pkg/src/ncl/configure
Log:
Fix configure files to prevent "rm: conftest.dSYM: is a directory" warnings
Modified: pkg/configure
===================================================================
--- pkg/configure 2008-03-16 00:18:02 UTC (rev 166)
+++ pkg/configure 2008-03-16 03:26:57 UTC (rev 167)
@@ -1815,7 +1815,7 @@
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
done
-rm -f conftest*
+rm -rf conftest*
if test -n "$ac_declaration"; then
echo '#ifdef __cplusplus' >>confdefs.h
echo $ac_declaration >>confdefs.h
Modified: pkg/src/ncl/configure
===================================================================
--- pkg/src/ncl/configure 2008-03-16 00:18:02 UTC (rev 166)
+++ pkg/src/ncl/configure 2008-03-16 03:26:57 UTC (rev 167)
@@ -5505,7 +5505,7 @@
else
ac_cv_header_stdc=no
fi
-rm -f conftest*
+rm -rf conftest*
fi
@@ -5526,7 +5526,7 @@
else
ac_cv_header_stdc=no
fi
-rm -f conftest*
+rm -rf conftest*
fi
@@ -6510,7 +6510,7 @@
# Check to see that the pipe works correctly.
pipe_works=no
- rm -f conftest*
+ rm -rf conftest*
cat > conftest.$ac_ext <<EOF
#ifdef __cplusplus
extern "C" {
@@ -6607,7 +6607,7 @@
echo "$progname: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
- rm -f conftest* conftst*
+ rm -rf conftest* conftst*
# Do not use the global_symbol_pipe unless it works.
if test "$pipe_works" = yes; then
@@ -6681,7 +6681,7 @@
no_glob_subst='s/\*/\\\*/g'
# Constants:
-rm="rm -f"
+rm="rm -rf"
# Global variables:
default_ofile=libtool
@@ -20648,7 +20648,7 @@
else
ac_cv_header_stdc=no
fi
-rm -f conftest*
+rm -rf conftest*
fi
@@ -20669,7 +20669,7 @@
else
ac_cv_header_stdc=no
fi
-rm -f conftest*
+rm -rf conftest*
fi
More information about the Phylobase-commits
mailing list