Bug 89656 - automake 1.4 generates invalid Makefile.in
Summary: automake 1.4 generates invalid Makefile.in
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: automake14
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-04-25 15:29 UTC by hjl
Modified: 2007-04-18 16:53 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-04-25 23:01:11 UTC
Embargoed:


Attachments (Terms of Use)
A testcase (702 bytes, application/octet-stream)
2003-04-25 15:31 UTC, hjl
no flags Details
A testcase (889 bytes, application/octet-stream)
2003-04-25 15:33 UTC, hjl
no flags Details

Description hjl 2003-04-25 15:29:30 UTC
This bug is similar to bug 89619.

Comment 1 hjl 2003-04-25 15:31:32 UTC
Created attachment 91302 [details]
A testcase

I got

cd pkg; \
aclocal-1.4; \
automake-1.4 --cygnus Makefile --add-missing --copy; \
autoconf; \
./configure
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
make -C pkg 'WINDRES=$(WINDRES_FOR_TARGET)'
make[1]: Entering directory `/export/home/hjl/bugs/automake/subdir/pkg'
Making all in lib
make[2]: Entering directory `/export/home/hjl/bugs/automake/subdir/pkg/lib'
make[2]: Leaving directory `/export/home/hjl/bugs/automake/subdir/pkg/lib'
make[2]: Entering directory `/export/home/hjl/bugs/automake/subdir/pkg'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/export/home/hjl/bugs/automake/subdir/pkg'
make[1]: Leaving directory `/export/home/hjl/bugs/automake/subdir/pkg'

Comment 2 hjl 2003-04-25 15:33:09 UTC
Created attachment 91303 [details]
A testcase

This patch seems to work for me.

Comment 3 Jens Petersen 2003-04-25 23:01:11 UTC
Thanks - should get fixed in automake14-1.4p6-7.


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