From: Peter O'Gorman Date: Mon, 14 Jun 2010 03:27:31 +0000 (-0500) Subject: Test with --disable-shared at release time too. X-Git-Tag: v2.4~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23c144c1bcc5c71e05b27e7233a8bbef331cf410;p=thirdparty%2Flibtool.git Test with --disable-shared at release time too. * HACKING: Note it. --- diff --git a/ChangeLog b/ChangeLog index 991d0be0f..a313b4bdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-06-13 Peter O'Gorman + Test with --disable-shared at release time too. + * HACKING: Note it. + Avoid failure for --disable-shared. * tests/lt_dladvise.at: Hack. diff --git a/HACKING b/HACKING index 19ac2cd68..7ea181856 100644 --- a/HACKING +++ b/HACKING @@ -641,6 +641,7 @@ or obtained by writing to the Free Software Foundation, Inc., * Run `make distcheck' and `make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install' and `make distcheck DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g' + and `make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-shared' and `make distcheck CC=g++' If there are any problems, fix them and start again.