Moved configure script from src/ to the top level directory. Moved
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 6 Jun 2000 22:01:09 +0000 (22:01 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 6 Jun 2000 22:01:09 +0000 (22:01 +0000)
configuration helper things into config/ dir. Adjusted some relative paths
in makefiles.

GNUmakefile.in

index 68bee5faebbfb1936569a3f955ed84a10dce0a6b..2ffb74d081cddd04caae2106ab19ba130f1d2547 100644 (file)
@@ -7,13 +7,13 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile.in,v 1.12 2000/03/02 02:01:00 momjian Exp $
+#    $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile.in,v 1.13 2000/06/06 22:01:09 petere Exp $
 #
 #-------------------------------------------------------------------------
 @SET_MAKE@
 
 NAME = psqlodbc
-SRCDIR= @top_srcdir@
+SRCDIR= ../..
 ODBCSRCDIR= @srcdir@
 include $(SRCDIR)/Makefile.global
 
@@ -91,7 +91,7 @@ standalone:
    fi
    -rm -f psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar.gz
    $(TAR) -chf psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar \
-       $(SOURCES) -C @top_srcdir@ makefiles template Makefile.shlib
+       $(SOURCES) -C $(SRCDIR) makefiles template Makefile.shlib
    gzip psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar
 
 .PHONY: integrated