mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:59:45 -04:00
scripts required by configure to bypass its inabilty to use []'s inside of
configure ([] have special means to m4 *sigh*)
This commit is contained in:
@@ -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]
|
||||
}
|
||||
Reference in New Issue
Block a user