From: Robert Boehne Date: Wed, 25 Sep 2002 04:26:20 +0000 (+0000) Subject: * ltmain.in: Fixed a few spelling errors. X-Git-Tag: release-1-5~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dec578803631ea1f938c688a26c5eb82510f5b22;p=thirdparty%2Flibtool.git * ltmain.in: Fixed a few spelling errors. --- diff --git a/ChangeLog b/ChangeLog index 6d2941e4e..114c8baa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-24 Robert Boehne + + * ltmain.in: Fixed a few spelling errors. + 2002-09-17 Robert Boehne * libltdl/ltdl.c: Commented out access() call that checks for a diff --git a/ltmain.in b/ltmain.in index 108462be5..7a2690423 100644 --- a/ltmain.in +++ b/ltmain.in @@ -478,7 +478,7 @@ if test -z "$show_help"; then if test -n "$available_tags" && test -z "$tagname"; then case $base_compile in # Blanks in the command may have been stripped by the calling shell, - # but not from the CC environment variable when ltconfig was run. + # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. @@ -776,7 +776,7 @@ EOF # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # which system we are compiling for in order to pass an extra - # flag for every libtool invokation. + # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying @@ -1524,7 +1524,7 @@ EOF if test -n "$available_tags" && test -z "$tagname"; then case $base_compile in # Blanks in the command may have been stripped by the calling shell, - # but not from the CC environment variable when ltconfig was run. + # but not from the CC environment variable when configure was run. "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. @@ -1614,7 +1614,7 @@ EOF # the link line twice: once before the "normal" libs # (-lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32) and # once AFTER those. However, the "eliminate dup deps" - # proceedure keeps only the LAST duplicate -- thus + # procedure keeps only the LAST duplicate -- thus # messing up the order, since after dup elimination # -lgcc comes AFTER -lcygwin. In normal C operation, # you don't notice the problem, because -lgcc isn't @@ -2877,7 +2877,7 @@ EOF # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just - # implementing what was already the behaviour. + # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) @@ -2918,7 +2918,7 @@ EOF fi done else - # Error occured in the first compile. Let's try to salvage + # Error occurred in the first compile. Let's try to salvage # the situation: Compile a separate program for each library. for i in $deplibs; do name="`expr $i : '-l\(.*\)'`" @@ -5184,7 +5184,7 @@ relink_command=\"$relink_command\"" eval "export $shlibpath_var" fi - # Restore saved enviroment variables + # Restore saved environment variables if test "${save_LC_ALL+set}" = set; then LC_ALL="$save_LC_ALL"; export LC_ALL fi