[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HEAD: option splitting in shell
From: |
Ralf Wildenhues |
Subject: |
Re: HEAD: option splitting in shell |
Date: |
Mon, 12 Feb 2007 20:56:46 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
* Ralf Wildenhues wrote on Sun, Feb 11, 2007 at 04:00:20PM CET:
[...]
> * libltdl/m4/libtool.m4 (_LT_PROG_XSI_SHELLFNS): New function
> func_opt_split, for XSI and portable shell.
> * libltdl/config/ltmain.m4sh: Move the insertion point for the
> configure-generated shell functions to before the first option
> parsing loop. Rewrite the separation of the long options to use
> func_opt_split.
[...]
> --- libltdl/config/ltmain.m4sh 28 Jan 2007 15:13:25 -0000 1.59
> +++ libltdl/config/ltmain.m4sh 11 Feb 2007 14:53:10 -0000
> @@ -425,14 +425,12 @@
> exit $?
> }
>
> +# Generated shell functions inserted here.
It seems I forgot to remove the other marker. Sheesh. Fixed as below.
Cheers,
Ralf
2007-02-12 Ralf Wildenhues <address@hidden>
* libltdl/config/ltmain.m4sh: Remove duplicate marker for
generated shell functions.
Index: libltdl/config/ltmain.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/config/ltmain.m4sh,v
retrieving revision 1.62
diff -u -r1.62 ltmain.m4sh
--- libltdl/config/ltmain.m4sh 11 Feb 2007 16:22:42 -0000 1.62
+++ libltdl/config/ltmain.m4sh 12 Feb 2007 19:56:36 -0000
@@ -701,9 +701,6 @@
}
-# Generated shell functions inserted here.
-
-
# func_win32_libid arg
# return the library type of file 'arg'
#