History | View | Annotate | Download (11.4 KB)
Moved freebsd cflags and ldflags to configure
Merge branch 'master' into int-new
Remove libhistory check
According to GNU Readline developers, if we link with libreadline thenthere is no need to link with libhistory at all.
Switchoff for MPLS in kernel.
Configure: Fix a typo in checking of backtrace()
Fix of the previous fix
Avoid empty macro argument to avoid default behavior.
Fix minor bug in configure script
Space in action branch breaks build on some platforms.
Fix of the previous commit
History lib may be integrated to Readline lib
Fix build on systems with dirty headers
One more configure cleanup
Simplify BIRD client library checks, add proper devel header checks andprefer dependency on just tinfo than full ncurses.
Remove autoconf macros for time_t and alignment
Replaced by constant compile-time expressions. CPU_STRUCT_ALIGN is notreally correct, but is consistent with the old behavior.
Minor autoconf cleanups
Make indentation and quotation consistent in configure macros.Also remove --with-sysinclude option, which was broken for 7 yearsand nobody complained.
Thanks to Ruben Kerkhof for source patches.
Minor autoconf cleanup and documentation update
Some more autoconf cleanups
Replace integer type width detection with C99 fixed-width types.Also remove some unused or obsolete code.
Thanks to Ruben Kerkhof for the patchset.
Some autoconf cleanups
The patch allows to use autoreconf, replaces some long obsoleteconstructs and does some other minor cleanups. Also, the fileconfigure.in is renamed to configure.ac, as the old name has beendeprecated for a long time.