source: projects/specs/branches/6/e/emacs22/emacs-22.3-gcc44.patch @ 2294

Revision 2294, 1.0 KB checked in by munepi, 13 years ago (diff)

emacs22: added some patches

  • emacs-22.3/configure.in

    diff -up emacs-22.3/configure.in\~ emacs-22.3/configure.in
    old new echo creating lib-src/Makefile 
    33883388  sed -e '1,/start of cpp stuff/d'\ 
    33893389      -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ 
    33903390      < Makefile.c > junk.c 
    3391   $CPP $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ 
     3391  $CPP -P $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ 
    33923392      sed -e 's/^ /     /' -e '/^#/d' -e '/^[   ]*$/d' > junk2.c 
    33933393  cat junk1.c junk2.c > Makefile.new 
    33943394  rm -f junk.c junk1.c junk2.c 
    echo creating src/Makefile 
    34043404  sed -e '1,/start of cpp stuff/d'\ 
    34053405      -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ 
    34063406      < Makefile.c > junk.c 
    3407   $CPP $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ 
     3407  $CPP -P $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ 
    34083408      sed -e 's/^ /     /' -e '/^#/d' -e '/^[   ]*$/d' > junk2.c 
    34093409  cat junk1.c junk2.c > Makefile.new 
    34103410  rm -f junk.c junk1.c junk2.c 
Note: See TracBrowser for help on using the repository browser.