mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03: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:
parent
cecfd642f5
commit
32523e4cb8
1
src/scripts/convert_inc
Normal file
1
src/scripts/convert_inc
Normal file
@ -0,0 +1 @@
|
||||
s@ *@ @g; s@^\([^ ]\)@-I\1@; s@ \([^ ]\)@ -I\1@g
|
1
src/scripts/convert_lib
Normal file
1
src/scripts/convert_lib
Normal file
@ -0,0 +1 @@
|
||||
s@ *@ @g; s@^\([^ ]\)@-L\1@; s@ \([^ ]\)@ -L\1@g
|
4
src/scripts/last_field
Normal file
4
src/scripts/last_field
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
i=split($1, a, "/")
|
||||
print a[i]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user