changeset 17353:62a78719f6c5

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 <http://bugs.gnu.org/10305#237>.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 04 Mar 2013 18:50:50 -0800
parents 2dce3f29b1f5
children aea18ef5eadd
files ChangeLog m4/non-recursive-gnulib-prefix-hack.m4
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+	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
+	<http://bugs.gnu.org/10305#237>.
+
 2013-03-04  Eric Blake  <eblake@redhat.com>
 
 	test-getsockopt: avoid compiler warning
--- a/m4/non-recursive-gnulib-prefix-hack.m4
+++ b/m4/non-recursive-gnulib-prefix-hack.m4
@@ -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"
 ])