Bug 56190 - fails to --rebuild with recent autotools
Summary: fails to --rebuild with recent autotools
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: imlib
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Havoc Pennington
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-13 19:17 UTC by Enrico Scholz
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-11-13 20:01:07 UTC
Embargoed:


Attachments (Terms of Use)
Patch against confgiure.in (2.82 KB, patch)
2001-11-13 19:18 UTC, Enrico Scholz
no flags Details | Diff

Description Enrico Scholz 2001-11-13 19:17:23 UTC
Description of Problem:

`rpm --rebuild imlib-1.9.10-2.src.rpm' fails to rebuild with recent
autotools. This seems to be caused by stricter parenthesis-rules of
autoconf-2.52.

acinclude.m4 contains an obsoleted version of libtool.m4 which conflicts
with recent ones. Therefore, it should be deleted.

I will attach a patch against configure.in; in the %build-stage it must be
executed "rm -f acinclude.m4; libtoolize --force; aclocal; autoheader;
automake -a; autoconf" after applying it.


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

imlib-1.9.10-2.src.rpm


Additional Information:
	
autoconf-2.52-3
automake-1.5-1
libtool-1.4.2-2
rpm-4.0.3-1.04

Comment 1 Enrico Scholz 2001-11-13 19:18:07 UTC
Created attachment 37442 [details]
Patch against confgiure.in

Comment 2 Havoc Pennington 2002-02-26 21:26:45 UTC
Fixed up


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