From 0685c7954fbcafcac295aa28664231ae6469f4a5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Mar 2013 18:50:50 -0800 Subject: [PATCH] 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 . --- ChangeLog | 8 ++++++++ m4/non-recursive-gnulib-prefix-hack.m4 | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 725fe136c..0d2715cd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/m4/non-recursive-gnulib-prefix-hack.m4 b/m4/non-recursive-gnulib-prefix-hack.m4 index 3153e0f54..6d27f06e4 100644 --- a/m4/non-recursive-gnulib-prefix-hack.m4 +++ b/m4/non-recursive-gnulib-prefix-hack.m4 @@ -29,7 +29,4 @@ AC_DEFUN([gl_NON_RECURSIVE_GNULIB_PREFIX_HACK], (*_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" ]) -- 2.11.0