comparison configure.in @ 10632:202c70b39c10

Create a .gdbinit that sources the real one, if using a different build directory.
author David J. MacKenzie <djm@gnu.org>
date Thu, 02 Feb 1995 16:18:40 +0000
parents e0019e0fe562
children 619269498881
comparison
equal deleted inserted replaced
10631:dc245bfecc3b 10632:202c70b39c10
1325 cat junk1.c junk2.c > Makefile.new 1325 cat junk1.c junk2.c > Makefile.new
1326 rm -f junk.c junk1.c junk2.c 1326 rm -f junk.c junk1.c junk2.c
1327 chmod 444 Makefile.new 1327 chmod 444 Makefile.new
1328 mv -f Makefile.new Makefile 1328 mv -f Makefile.new Makefile
1329 ) 1329 )
1330
1331 if test ! -f src/.gdbinit && test -f $top_srcdir/src/.gdbinit; then
1332 echo creating src/.gdbinit
1333 echo source $top_srcdir/src/.gdbinit > src/.gdbinit
1334 fi
1335
1330 ], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"]) 1336 ], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"])