Test with --disable-shared at release time too.

* HACKING: Note it.
This commit is contained in:
Peter O'Gorman 2010-06-13 22:27:31 -05:00
parent 7b9d7e4af3
commit 23c144c1bc
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2010-06-13 Peter O'Gorman <peter@pogma.com>
Test with --disable-shared at release time too.
* HACKING: Note it.
Avoid failure for --disable-shared.
* tests/lt_dladvise.at: Hack.

View File

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