Bug 58208 - Warnings about m4_patsubst
Summary: Warnings about m4_patsubst
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: autoconf253
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-11 00:42 UTC by Enrico Scholz
Modified: 2007-04-18 16:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-18 07:45:37 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.