]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Test with --disable-shared at release time too.
authorPeter O'Gorman <peter@pogma.com>
Mon, 14 Jun 2010 03:27:31 +0000 (22:27 -0500)
committerPeter O'Gorman <peter@pogma.com>
Mon, 14 Jun 2010 03:30:59 +0000 (22:30 -0500)
* HACKING: Note it.

ChangeLog
HACKING

index 991d0be0f75be99f742ada1357c400bcf53abb08..a313b4bdc6e607c5dd8981dabdeb089d01479b14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
diff --git a/HACKING b/HACKING
index 19ac2cd68b0925d4b321297b2166f7e05003b27c..7ea18185627e1a8ba01a9c0b4247d55559d40c67 100644 (file)
--- 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.