acinclude.m4


Log

Author Commit Date CI Message
Daniel Richard G ec4fc529 2012-08-17T10:04:30 More updates and cleanups on autotools and Makefiles Makefile.am, example/Makefile.am: * Replaced the obsolete INCLUDES variable with AM_CPPFLAGS/AM_CFLAGS acinclude.m4: * autoupdate replaced AC_FD_CC with AS_MESSAGE_LOG_FD autogen.sh: * Added -Wall to the autoreconf invocation, which turned up a whole slew of warnings that are fixed by this patch configure.in: * Most of the changes are due to autoupdate, with subsequent manual tidying * Note that autoupdate bumped the AC_PREREQ version from 2.59 to 2.68. If you normally use an older version of Autoconf, and everything works fine if you comment out that directive, feel free to bump down the version accordingly. * Ensure that #include directives in C fragments always have no whitespace to the left of the '#' mark, as some preprocessors need that to be in the first column example/Makefile.am: * Don't need DEPS * Use plain LDADD instead of LDADDS; if all programs in this file need to link against the same set of libraries, then this is all you need
William M. Brack 2e6b143e 2004-02-09T15:10:28 fixed problem concerning determining SOCKLEN_T as pointed out by Daniel * acinclude.m4, configure.in: fixed problem concerning determining SOCKLEN_T as pointed out by Daniel Richard G. on the mailing list
Daniel Veillard e1021fa1 2004-01-26T17:03:09 applied fix from Alexander Winston for a problem related to automake-1.8 , * acinclude.m4: applied fix from Alexander Winston for a problem related to automake-1.8 , c.f. #132513 and #129861 Daniel
Daniel Veillard 5edcc936 2000-10-15T21:43:03 Auto* still annoying peoples, commiting result :-(, Daniel.