libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

some outstanding (minor) issues for branch-2-0


From: Ralf Wildenhues
Subject: some outstanding (minor) issues for branch-2-0
Date: Wed, 1 Jun 2005 22:49:38 +0200
User-agent: Mutt/1.5.9i

Could (one of) you please take a look this win32 issue
http://lists.gnu.org/archive/html/libtool/2005-03/msg00158.html
to decide whether that is the right way to fix this problem?

This line in m4/libtool.m4 might be too long (>2048 chars) for some
shells (I noted this because AIX vi did not like the generated configure
script):

| # Quote evaled strings.
| for var in lt_decl_all_varnames([[ ]], lt_decl_quote_varnames); do

We may be able to do something like backslash newline after each name
while constructing the list?

`configure --help' lists some stuff twice: --disable-libtool-lock and 
--enable-ltdl-install/--disable-ltdl-install.  Proposed patch below.

We install argz.m4 into user's AC_CONFIG_MACRO_DIRs.  Is this actually
wanted?

`make install' of branch-2-0 currently fails for me:
m4 files are in share/aclocal/m4/, config.guess in
share/libtool/config/ but tried to be chmod'ed in share/libtool/.

And of course, there are a few pending forward/backward/sideward ports..

Cheers,
Ralf

Index: configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/configure.ac,v
retrieving revision 1.56.2.12
diff -u -r1.56.2.12 configure.ac
--- configure.ac        25 Apr 2005 15:06:43 -0000      1.56.2.12
+++ configure.ac        1 Jun 2005 19:51:39 -0000
@@ -129,12 +129,6 @@
 aclocaldir='${datadir}/aclocal'
 AC_SUBST([aclocaldir])
 
-AC_ARG_ENABLE(ltdl-install,
-    [AS_HELP_STRING([--disable-ltdl-install], [do not install libltdl])])
-if test x"${enable_ltdl_install+set}" != xset; then
-  enable_ltdl_install=yes
-fi
-
 # All subdirectories that are configured on demand, but that must be
 # included in the distribution.
 CONF_SUBDIRS="tests/cdemo tests/demo tests/depdemo tests/f77demo tests/mdemo \
Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.125.2.57
diff -u -r1.125.2.57 libtool.m4
--- m4/libtool.m4       15 May 2005 16:31:51 -0000      1.125.2.57
+++ m4/libtool.m4       1 Jun 2005 19:51:42 -0000
@@ -220,11 +220,6 @@
   ;;
 esac
 
-AC_ARG_ENABLE([libtool-lock],
-    [AS_HELP_STRING([--disable-libtool-lock],
-       [avoid locking (might break parallel builds)])])
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
-
 # Use C for the default configuration in the libtool script
 LT_SUPPORTED_TAG([CC])
 _LT_LANG_C_CONFIG




reply via email to

[Prev in Thread] Current Thread [Next in Thread]