From: Eric Blake Date: 2008年4月22日 02:57:45 +0000 (-0600) Subject: Simplify previous patch. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e6db1ee757abb49a7e739dc70a34dc8a14562e87;p=m4.git Simplify previous patch. * tests/m4.in: Compress assignment. Suggested by Gary V. Vaughan. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index beb686b2..f53f91a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008年04月21日 Eric Blake + Simplify previous patch. + * tests/m4.in: Compress assignment. + Suggested by Gary V. Vaughan. + Fix --disable-shared testsuite regression from previous patch. * tests/m4.in: Export M4MODPATH, so that recursive m4 invocations will also work. diff --git a/tests/m4.in b/tests/m4.in index afdeb182..34b96046 100644 --- a/tests/m4.in +++ b/tests/m4.in @@ -33,11 +33,7 @@ else case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi -if test "${M4MODPATH+set}" = set ; then - M4MODPATH="@abs_top_builddir@/modules:$M4MODPATH" -else - M4MODPATH="@abs_top_builddir@/modules" -fi +M4MODPATH="@abs_top_builddir@/modules${M4MODPATH+:$M4MODPATH}" export M4MODPATH exec "@abs_top_builddir@/src/m4" ${1+"$@"}

AltStyle によって変換されたページ (->オリジナル) /