gga wrote: > imm wrote: >> On 29 Jun 2007, at 5:18, gga wrote: >> >>> autoconf is broken. >> Hmmm, it seems to work fine for me... or do you mean it is broken >> with cmake? > > No, cmake works fine. The CMakeFiles.txt file is not set to build > shared, that's all. > Cmake does not use autohell. > > The bugs are with autoconf. It has a number of issues with it. > > Do: > >> autoreconf --install
Since autoreconf is part of automake and not autoconf, it naturally WILL NOT WORK with the configure script. > Also, the autoconf configs do not know how to override cmake's > makefiles. They just won't create a new makefile, no matter what you do. cmake works independently from autoconf and make, so doing anything with autoconf will not affect cmake. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Document Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

