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

List:       kdevelop-bugs
Subject:    [Bug 90069] Automake Manager generates incorrect configure.in
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2005-01-02 20:51:03
Message-ID: 20050102205103.25860.qmail () ktown ! kde ! org
[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        
jens.dagerbo swipnet se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jens.dagerbo swipnet se  2005-01-02 21:50 -------
CVS commit by dagerbo: 

Get the path right when adding existing subprojects. 
 
BUG: 90069 


  M +1 -1      addexistingdirectoriesdlg.cpp   1.15


--- kdevelop/buildtools/autotools/addexistingdirectoriesdlg.cpp  #1.14:1.15
 @ -224,5 +224,5  @ void AddExistingDirectoriesDialog::slotO
         // Create a Makefile in the new subdirectory
 
-        QDir dir( m_spitem->path );
+        QDir dir( m_spitem->path + "/" + name );
         QFile f( dir.filePath("Makefile.am") );
         if (f.exists()) {


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

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