# HG changeset patch # User Paul Eggert # Date 1362451850 28800 # Node ID 62a78719f6c5d272e162dacd9e64108441e1ed96 # Parent 2dce3f29b1f51184271957128b3503423dd879d9 non-recursive-gnulib-prefix-hack: port coreutils 8.21 to HP NonStop * m4/non-recursive-gnulib-prefix-hack.m4 (gl_NON_RECURSIVE_GNULIB_PREFIX_HACK): Don't mess with ALLOCA. Problem reported for HP NonStop + coreutils 8.21 by Joachim Schmitz in . diff -r 2dce3f29b1f5 -r 62a78719f6c5 ChangeLog --- a/ChangeLog Mon Mar 04 08:35:57 2013 -0700 +++ b/ChangeLog Mon Mar 04 18:50:50 2013 -0800 @@ -1,3 +1,11 @@ +2013-03-04 Paul Eggert + + non-recursive-gnulib-prefix-hack: port coreutils 8.21 to HP NonStop + * m4/non-recursive-gnulib-prefix-hack.m4 + (gl_NON_RECURSIVE_GNULIB_PREFIX_HACK): Don't mess with ALLOCA. + Problem reported for HP NonStop + coreutils 8.21 by Joachim Schmitz in + . + 2013-03-04 Eric Blake test-getsockopt: avoid compiler warning diff -r 2dce3f29b1f5 -r 62a78719f6c5 m4/non-recursive-gnulib-prefix-hack.m4 --- a/m4/non-recursive-gnulib-prefix-hack.m4 Mon Mar 04 08:35:57 2013 -0700 +++ b/m4/non-recursive-gnulib-prefix-hack.m4 Mon Mar 04 18:50:50 2013 -0800 @@ -29,7 +29,4 @@ (*_H:*.h) eval "$ac_var=$1/\$$ac_var";; esac done - - # If $ALLOCA is not empty, prefix its value with "lib/". - test -n "$ALLOCA" && ALLOCA="lib/$ALLOCA" ])