Skip to content

Commit 32523e4

Browse files
committed
scripts required by configure to bypass its inabilty to use []'s inside of
configure ([] have special means to m4 *sigh*)
1 parent cecfd64 commit 32523e4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/scripts/convert_inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
s@ *@ @g; s@^\([^ ]\)@-I\1@; s@ \([^ ]\)@ -I\1@g

src/scripts/convert_lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
s@ *@ @g; s@^\([^ ]\)@-L\1@; s@ \([^ ]\)@ -L\1@g

src/scripts/last_field

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
i=split($1, a, "/")
3+
print a[i]
4+
}

0 commit comments

Comments
 (0)