]> granicus.if.org Git - php/commitdiff
don't remove config.nice directly, so that we don't lose it on
authorSascha Schumann <sas@php.net>
Sun, 13 Apr 2003 20:13:06 +0000 (20:13 +0000)
committerSascha Schumann <sas@php.net>
Sun, 13 Apr 2003 20:13:06 +0000 (20:13 +0000)
inferior systems like windows.

acinclude.m4

index 7dc22e0e3b67722d3313969834038b45f6dd7a77..0b670278c972194aae03b453226f4cc5cb8052a7 100644 (file)
@@ -583,7 +583,8 @@ AC_DEFUN([PHP_MODULE_PTR],[
 ])
  
 AC_DEFUN([PHP_CONFIG_NICE],[
-  rm -f $1
+  mv $1 $1.old
+  rm -f $1.old
   cat >$1<<EOF
 #! /bin/sh
 #