Bug 78769

Summary: Delete main file - AC_INIT not updated
Product: [Applications] kdevelop Reporter: Ilya Korniyko <k_ilya>
Component: Build tools: AutomakeAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: normal CC: mattr
Priority: NOR    
Version: 3.0.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ilya Korniyko 2004-03-31 00:07:11 UTC
Version:           3.0.2 (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
Compiler:          g++ (GCC) 3.2.2 20030222 (ASPLinux 3.2.2-5asp) 
OS:          Linux

Create new wxWinnows project - (empty project not available)
Now delete mainfilanme.cpp,h files, add all files i need - but 
AC_INIT(mainfilename.cpp) is left and will complain about missing  mainfilename.cpp
Comment 1 Amilcar do Carmo Lucas 2004-07-19 22:25:43 UTC
How should we discover automaticaly which is the main file?
Isn't it easier if you edit the mainfilanme.cpp,h files instead of deleting them ???
Comment 2 Andreas Pakulat 2007-01-14 03:21:57 UTC
As Amilcar already pointed out we don't know which the main files of a project are. And KDevelop also doesn't handle autoconf files, only Makefile.am.