> Also, since all sub package have basically their own > configure script (with many common parts), I feel it was > smarter to use one unique configure script... > But maybe I were wrong... > > How do you advice me to make a recursive compilation of sub package?
Just have a Makefile that descends into each sub directory, runs configure in that directory (with appropriate enables/disables that you need) then runs make in that directory. > in particular when all are using autotools but fltk wich > seems to Cmake? No, fltk uses autoconf. It also has some Cmake support, but that is not the (current) primary configuration scheme. It *might* be the preferred soultion in the future, but 1.1.9 (which is what you bundled) uses autoconf. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

