~amcg-stokes/fluidity/remove_rigid_rotation

« back to all changes in this revision

Viewing changes to libspud/aclocal.m4

  • Committer: Rhodri Davies
  • Date: 2014-05-29 00:28:06 UTC
  • mfrom: (4015.1.312 fluidity)
  • Revision ID: rhodri.davies@imperial.ac.uk-20140529002806-h4l0r5znat7f2wzp
Merge in trunk changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6927
6927
    case ${prev}${p} in
6928
6928
 
6929
6929
    -L* | -R* | -l*)
6930
 
       # Some compilers place space between "-{L,R}" and the path.
 
6930
       # Some compilers place space between "-{L,R,l}" and the path.
6931
6931
       # Remove the space.
6932
6932
       if test $p = "-L" ||
6933
 
          test $p = "-R"; then
 
6933
          test $p = "-R" ||
 
6934
          test $p = "-l"; then
6934
6935
         prev=$p
6935
6936
         continue
6936
6937
       fi