comparison configure.in @ 108026:1c3b0c4f71d9

configure.in: Change "if test ! -f" to "if ! test -f". Regenerate configure.
author Jan D. <jan.h.d@swipnet.se>
date Wed, 21 Apr 2010 18:41:29 +0200
parents b235d39e4457
children 8ff86e76b50f
comparison
equal deleted inserted replaced
108025:7b45a10725ef 108026:1c3b0c4f71d9
3230 rm -f junk.c junk1.c junk2.c 3230 rm -f junk.c junk1.c junk2.c
3231 chmod 444 Makefile.new 3231 chmod 444 Makefile.new
3232 mv -f Makefile.new Makefile 3232 mv -f Makefile.new Makefile
3233 ) 3233 )
3234 3234
3235 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then 3235 if ! test -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
3236 echo creating src/.gdbinit 3236 echo creating src/.gdbinit
3237 echo source $srcdir/src/.gdbinit > src/.gdbinit 3237 echo source $srcdir/src/.gdbinit > src/.gdbinit
3238 fi 3238 fi
3239 3239
3240 ], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS" cpp_undefs="$cpp_undefs"]) 3240 ], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS" cpp_undefs="$cpp_undefs"])