Remove workaround for GNU m4 incompatibility, which has been fixed in our m4.
This commit is contained in:
parent
85a41b25b3
commit
398c2b8469
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.1 2004/11/06 18:19:53 naddy Exp $
|
||||
--- aclocal.m4.orig Sat Nov 6 17:39:04 2004
|
||||
+++ aclocal.m4 Sat Nov 6 17:39:16 2004
|
||||
@@ -37,7 +37,7 @@ dnl bug(s).
|
||||
dnl This is a convenient macro which translates illegal characters for
|
||||
dnl bourne shell variables into legal characters. It has the same
|
||||
dnl functionality as sed 'y%./+-:%__p__%'.
|
||||
-AC_DEFUN([smr_safe_translation], [patsubst(patsubst([$1], [+], [p]), [./-:], [_])])
|
||||
+AC_DEFUN([smr_safe_translation], [patsubst(patsubst([$1], [\+], [p]), [./-:], [_])])
|
||||
|
||||
AC_DEFUN(smr_SWITCH,
|
||||
[
|
Loading…
Reference in New Issue
Block a user