Re: [E-devel] cleanup of the autotools stuff

2008-05-18 Thread The Rasterman
On Sun, 11 May 2008 09:45:15 +0200 (CEST) Vincent Torri <[EMAIL PROTECTED]> babbled: go for it i say! :) > Hey, > > I've cleaned a bit the autotools stuff: > > * use correct way to remove the check of g++ and g77 from libtool > * use correct way to deal with PACKAGE_DATA_DIR and PACKAGE_LIB

Re: [E-devel] cleanup of the autotools stuff

2008-05-13 Thread Vincent Torri
>>> I've cleaned a bit the autotools stuff: >>> >>> * use correct way to remove the check of g++ and g77 from libtool >>> * use correct way to deal with PACKAGE_DATA_DIR and PACKAGE_LIB_DIR >>> * use AC_HELP_STRING when missing >>> * formatting >>> >>> later, I plan to add win32 support (compil

Re: [E-devel] cleanup of the autotools stuff

2008-05-12 Thread Kim Woelders
Vincent Torri wrote: > > On Sun, 11 May 2008, Vincent Torri wrote: > >> Hey, >> >> I've cleaned a bit the autotools stuff: >> >> * use correct way to remove the check of g++ and g77 from libtool >> * use correct way to deal with PACKAGE_DATA_DIR and PACKAGE_LIB_DIR >> * use AC_HELP_STRING when mi

Re: [E-devel] cleanup of the autotools stuff

2008-05-11 Thread Vincent Torri
On Sun, 11 May 2008, Vincent Torri wrote: > > Hey, > > I've cleaned a bit the autotools stuff: > > * use correct way to remove the check of g++ and g77 from libtool > * use correct way to deal with PACKAGE_DATA_DIR and PACKAGE_LIB_DIR > * use AC_HELP_STRING when missing > * formatting > > later,