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

Diff of /libtool/libtoolize.m4sh

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

revision 1.7 by rwild, Tue Dec 28 13:31:10 2004 UTC revision 1.8 by rwild, Tue Dec 28 13:50:21 2004 UTC
# Line 161  configure_ac=configure.in Line 161  configure_ac=configure.in
161        --*=*)        --*=*)
162                          arg=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_arg"`                          arg=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_arg"`
163                          opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_opt"`                          opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_opt"`
164                          set -- "$opt" "$arg" ${1+"$@"}                          set dummy "$opt" "$arg" ${1+"$@"}
165                            shift
166                          ;;                          ;;
167    
168        # Separate non-argument short options:        # Separate non-argument short options:
169        -c*|-i*|-f*|-n*|-q*|-v*)        -c*|-i*|-f*|-n*|-q*|-v*)
170                          rest=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_rest"`                          rest=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_rest"`
171                          opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_opt"`                          opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_opt"`
172                          set -- "$opt" "-$rest" ${1+"$@"}                          set dummy "$opt" "-$rest" ${1+"$@"}
173                            shift
174                          ;;                          ;;
175    
176        -\?|-h)           func_usage                                      ;;        -\?|-h)           func_usage                                      ;;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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