source: rtems/contrib/crossrpms/patches/autoconf-2.66-611661.diff @ ffbfa5b

4.115
Last change on this file since ffbfa5b was c19bdd1c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/10 at 13:01:34

New.

  • Property mode set to 100644
File size: 2.0 KB
  • autoconf-2.66/lib/autoconf/status.m4

    diff -up autoconf-2.66/lib/autoconf/status.m4.611661 autoconf-2.66/lib/autoconf/status.m4
    old new AC_DEFUN([AC_CONFIG_SUBDIRS], 
    11021102  _AC_CONFIG_COMPUTE_DEST(], [))])]dnl
    11031103[m4_append([_AC_LIST_SUBDIRS], [$1], [
    11041104])]dnl
    1105 [AS_LITERAL_WORD_IF([$1], [],
     1105[AS_LITERAL_IF([$1], [],
    11061106               [AC_DIAGNOSE([syntax], [$0: you should use literals])])]dnl
    11071107[AC_SUBST([subdirs], ["$subdirs m4_normalize([$1])"])])
    11081108
  • autoconf-2.66/lib/autoconf/types.m4

    diff -up autoconf-2.66/lib/autoconf/types.m4.611661 autoconf-2.66/lib/autoconf/types.m4
    old new Remove this warning and the `AC_CACHE_CH 
    763763# AC_CHECK_SIZEOF(TYPE, [IGNORED], [INCLUDES = DEFAULT-INCLUDES])
    764764# ---------------------------------------------------------------
    765765AC_DEFUN([AC_CHECK_SIZEOF],
    766 [AS_LITERAL_IF([$1], [],
     766[AS_LITERAL_IF(m4_translit([[$1]], [*], [p]), [],
    767767               [m4_fatal([$0: requires literal arguments])])]dnl
    768768[# The cast to long int works around a bug in the HP C Compiler
    769769# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  • autoconf-2.66/lib/m4sugar/m4sh.m4

    diff -up autoconf-2.66/lib/m4sugar/m4sh.m4.611661 autoconf-2.66/lib/m4sugar/m4sh.m4
    old new m4_defun_init([AS_TR_SH], 
    17791779[_$0(m4_expand([$1]))])
    17801780
    17811781m4_define([_AS_TR_SH],
    1782 [_AS_LITERAL_IF([$1], [  ][
     1782[_AS_LITERAL_IF([$1], [*+][    ][
    17831783])([], [$0_INDIR], [$0_LITERAL])([$1])])
    17841784
    17851785m4_define([_AS_TR_SH_LITERAL],
    m4_defun_init([AS_TR_CPP], 
    18121812[_$0(m4_expand([$1]))])
    18131813
    18141814m4_define([_AS_TR_CPP],
    1815 [_AS_LITERAL_IF([$1], [  ][
     1815[_AS_LITERAL_IF([$1], [*][      ][
    18161816])([], [$0_INDIR], [$0_LITERAL])([$1])])
    18171817
    18181818m4_define([_AS_TR_CPP_LITERAL],
Note: See TracBrowser for help on using the repository browser.