/[libtool]/libtool/libtoolize.m4sh
ViewVC logotype

Diff of /libtool/libtoolize.m4sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.5 by rwild, Tue Dec 28 13:30:43 2004 UTC revision 1.1.2.6 by rwild, Tue Dec 28 13:50:56 2004 UTC
# Line 150  configure_ac=configure.in Line 150  configure_ac=configure.in
150        --ltdl=*)        --ltdl=*)
151                          arg=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_arg"`                          arg=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_arg"`
152                          opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_opt"`                          opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_opt"`
153                          set -- "$opt" "$arg" ${1+"$@"}                          set dummy "$opt" "$arg" ${1+"$@"}
154                            shift
155                          ;;                          ;;
156    
157        # Separate non-argument short options:        # Separate non-argument short options:
158        -c*|-i*|-f*|-n*|-q*|-v*)        -c*|-i*|-f*|-n*|-q*|-v*)
159                          rest=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_rest"`                          rest=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_rest"`
160                          opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_opt"`                          opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_opt"`
161                          set -- "$opt" "-$rest" ${1+"$@"}                          set dummy "$opt" "-$rest" ${1+"$@"}
162                            shift
163                          ;;                          ;;
164    
165        -\?|-h)           func_usage                                      ;;        -\?|-h)           func_usage                                      ;;

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26