scripts required by configure to bypass its inabilty to use []'s inside of

configure ([] have special means to m4 *sigh*)
REL6_4
Marc G. Fournier 29 years ago
parent cecfd642f5
commit 32523e4cb8
  1. 1
      src/scripts/convert_inc
  2. 1
      src/scripts/convert_lib
  3. 4
      src/scripts/last_field

@ -0,0 +1 @@
s@ *@ @g; s@^\([^ ]\)@-I\1@; s@ \([^ ]\)@ -I\1@g

@ -0,0 +1 @@
s@ *@ @g; s@^\([^ ]\)@-L\1@; s@ \([^ ]\)@ -L\1@g

@ -0,0 +1,4 @@
{
i=split($1, a, "/")
print a[i]
}
Loading…
Cancel
Save