1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Moved configure script from src/ to the top level directory. Moved

configuration helper things into config/ dir. Adjusted some relative paths
in makefiles.
This commit is contained in:
Peter Eisentraut
2000-06-06 22:01:15 +00:00
parent 42ad25fcd1
commit 5b9d0d9a5c
16 changed files with 601 additions and 580 deletions

View File

@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.40 2000/05/29 05:45:48 tgl Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.41 2000/06/06 22:01:01 petere Exp $
#
#-------------------------------------------------------------------------
@ -14,7 +14,7 @@ NAME= pgtcl
SO_MAJOR_VERSION= 2
SO_MINOR_VERSION= 1
SRCDIR= @top_srcdir@
SRCDIR= ../..
include $(SRCDIR)/Makefile.global
CFLAGS+= -I$(LIBPQDIR)