plpgsql fixes from Billy G. Allie

This commit is contained in:
Bruce Momjian 1998-10-12 02:44:10 +00:00
parent 4c64bb7d97
commit d32c89bbb8
2 changed files with 3 additions and 0 deletions

2
src/configure vendored
View File

@ -6463,6 +6463,7 @@ trap 'rm -fr `echo "GNUmakefile
interfaces/odbc/GNUmakefile
interfaces/odbc/Makefile.global
pl/plpgsql/src/Makefile
pl/plpgsql/src/mklang.sql
pl/tcl/mkMakefile.tcldefs.sh
include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
@ -6621,6 +6622,7 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
interfaces/odbc/GNUmakefile
interfaces/odbc/Makefile.global
pl/plpgsql/src/Makefile
pl/plpgsql/src/mklang.sql
pl/tcl/mkMakefile.tcldefs.sh
"}
EOF

View File

@ -960,5 +960,6 @@ AC_OUTPUT(
interfaces/odbc/GNUmakefile
interfaces/odbc/Makefile.global
pl/plpgsql/src/Makefile
pl/plpgsql/src/mklang.sql
pl/tcl/mkMakefile.tcldefs.sh
)