Bug 78769 - Delete main file - AC_INIT not updated
Summary: Delete main file - AC_INIT not updated
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: 3.0.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-31 00:07 UTC by Ilya Korniyko
Modified: 2007-01-14 03:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.