]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
improved comment
authorSteven G. Johnson <stevenj@alum.mit.edu>
Wed, 12 Dec 2001 05:00:23 +0000 (05:00 +0000)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Wed, 12 Dec 2001 05:00:23 +0000 (05:00 +0000)
lib/autoconf/fortran.m4

index 65a229be2a7487759a8e4920a5e7c8d99163ef62..db2a219edf61fe234ff5bef695dd3ac1fdfa41c9 100644 (file)
@@ -385,7 +385,7 @@ fi
 
 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
 # /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz:
+# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
 ac_f77_v_output="`echo $ac_f77_v_output | 
        grep 'LPATH is:' |
        sed 's,.*LPATH is\(: *[[^ ]]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"