>From 6f57facfa3cebc0309156f0eab1d8c31d5e69ac8 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Fri, 11 Jun 2010 23:37:03 -0500 Subject: [PATCH 4/4] Test with --disable-shared at release time too. * HACKING: Note it. --- ChangeLog | 3 +++ HACKING | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ab174b..3cc16ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-06-12 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 19ac2cd..7ea1818 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. -- 1.7.0.1