[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 90069] New: Automake Manager generates incorrect configure.in
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2004-09-23 1:11:30
Message-ID: 20040923031129.90069.CaptainSifff () gmx ! de
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=90069        
           Summary: Automake Manager generates incorrect configure.in
           Product: kdevelop
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: autoproject
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: CaptainSifff gmx de


Version:           3.1.0 (using KDE 3.3.0, SuSE)
Compiler:          gcc version 3.4.2
OS:                Linux (i686) release 2.6.9-rc2

When inserting an Existing Subproject, I copy the folder to the src Directory, and \
select "Add existing Subprojects" from the Automake context Menu. the I add the \
folder. It consists of several source Files and a Makefile.am. After this I try to \
compile the Programm. This will lead to an error.
The cause is that the line AC_OUTPUT() in configure.in is incorrect.
It reads AC_OUTPUT(Makefile src/Makefile) for a new project.
But if I add a Subproject e.g. "libimage" as described above it reads:
AC_OUTPUT(Makefile src/Makefile src/Makefile)
The solution is to Hand-Edit this and point Automake to the right directory:
AC_OUTPUT(Makefile src/Makefile src/libimage/Makefile)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic