* 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.
* 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