Bug 58208

Summary: Warnings about m4_patsubst
Product: [Retired] Red Hat Raw Hide Reporter: Enrico Scholz <rh-bugzilla>
Component: autoconf253Assignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-18 07:45:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2002-01-11 00:42:36 UTC
Description of Problem:

| $ cat >configure.ac <<'EOF'
| AC_INIT(X,1,X)
| AM_INIT_AUTOMAKE(X,1)
| AM_CONFIG_HEADER(x.h)
| AC_OUTPUT()
| EOF


gives warnings when executing autoconf:

| $ autoreconf
| configure.ac:3: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
| configure.ac:4: warning: do not use m4_regexp: use regexp or m4_bregexp
| autoreconf: `aclocal.m4' is unchanged
| autoheader: `x.h.in' is created

Since this m4_-stuff is on the M4sh/M4sugar level and has not appeared in
autoconf-2.52-4 (autoconf-2.52d) AFAIR, it may be an autoconf issue.


Version-Release number of selected/related component (if applicable):

autoconf-2.52-5
automake-1.5-2
m4-1.4.1-5

Comment 1 Jens Petersen 2002-03-27 06:35:09 UTC
fixed by autoconf-2.53