Commit Graph

2 Commits

Author SHA1 Message Date
1375815325 Patch libtool to add -no-whole-archive
* cfg.mk: Exclude contrib/libtool.patch from 'make syntax-check'
* configure.ac: Patch libtool
* contrib/libtool.patch: New file
* lib/Makefile.am: Unset $LIBS
* libwget/Makefile.am: Use -no-whole-archive

This patch keeps the libwget libraries short by not adding
*everything* from lib/libgnu.a.
2020-02-15 20:23:04 +01:00
c8ef9d6176 Use less warnings for gnulib compilation on --enable-gcc-warnings
* autogen.sh: Add option --makefile-name=gnulib.mk to gnulib-tool
* configure.ac: Add 'subdir-objects' to AM_INIT_AUTOMAKE,
  add macro 'gl_GCC_VERSION_IFELSE' from coreutils project,
  enable extra gcc warnings by default when running from Git repo,
  disable several warnings for gnulib compilation
* lib/Makefile.am: New file
2016-06-15 12:51:17 +02:00