This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  7b059d5ad9ed1d35ba6aa0f4fb01501b07fdd6c3 (commit)
      from  c82eaf360b1d2797054296c5e894c1271fffb7cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7b059d5ad9ed1d35ba6aa0f4fb01501b07fdd6c3
Author: Mikhail Zabaluev <mikhail.zabal...@gmail.com>
Date:   Sun Nov 20 23:10:31 2011 +0200

    configury: make LT_INIT options pic-only and no-pic work.
    
    * m4/ltoptions.m4 (_LT_WITH_PIC): Set pic_mode at m4 time.
    
    Copyright-paperwork-exempt: Yes
    Signed-off-by: Gary V. Vaughan <g...@gnu.org>

-----------------------------------------------------------------------

Summary of changes:
 m4/ltoptions.m4 |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4
index e57a63c..645c16e 100644
--- a/m4/ltoptions.m4
+++ b/m4/ltoptions.m4
@@ -344,9 +344,7 @@ m4_define([_LT_WITH_PIC],
       IFS=$lt_save_ifs
       ;;
     esac],
-    [pic_mode=default])
-
-test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
+    [pic_mode=m4_default([$1], [default])])
 
 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
 ])# _LT_WITH_PIC


hooks/post-receive
-- 
GNU Libtool

Reply via email to