Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164973 - media-video/avidemux-2.3.0 - avidemux-2.3.0-configure.patch is overwritten by make
Summary: media-video/avidemux-2.3.0 - avidemux-2.3.0-configure.patch is overwritten by...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 12:36 UTC by Fab
Modified: 2007-02-02 16:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
output (output,3.45 KB, text/plain)
2007-02-02 12:37 UTC, Fab
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fab 2007-02-02 12:36:35 UTC
Hi,

See the attached output : configure.in is patched by avidemux-2.3.0-configure.patch, and then the configure.in file is removed and recreated by the admin/cvs.sh script by this piece of code :

### Make new subdirs and configure.in.
### The make calls could be optimized away here,
### with a little thought.
if test -r configure.in.in; then
    rm -f configure.in


Reproducible: Always
Comment 1 Fab 2007-02-02 12:37:16 UTC
Created attachment 108926 [details]
output
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-02 12:54:22 UTC
Also remove the autoconf/automake stuff from DEPEND, it's wrong and redundant (WANT_AUTO* already takes care).
Comment 3 Alexis Ballier gentoo-dev 2007-02-02 16:01:22 UTC
Yet another reason to prefer eautoreconf ;)

Thank you very much for the notice, this should be fixed now.