mirror of
https://github.com/postgres/postgres.git
synced 2026-04-12 12:36:49 -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:
parent
cecfd642f5
commit
32523e4cb8
3 changed files with 6 additions and 0 deletions
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…
Reference in a new issue