]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- fixed what mwinkler broke :-\
authorwrobell <wrobell@pld-linux.org>
Thu, 18 Mar 2004 13:13:54 +0000 (13:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql-doc.patch -> 1.4

postgresql-doc.patch

index a272ec769aa23a602b788004cb422517a43acf78..0a4158895a6f3ce97c02f342cfb39ea89562f7d3 100644 (file)
@@ -1,6 +1,6 @@
-diff -Naur postgresql-7.4.2-orig/configure.in postgresql-7.4.2/configure.in
---- postgresql-7.4.2-orig/configure.in 2004-03-05 19:57:20.000000000 +0000
-+++ postgresql-7.4.2/configure.in      2004-03-11 06:53:31.000000000 +0000
+diff -Nur postgresql-7.3.2.orig/configure.in postgresql-7.3.2/configure.in
+--- postgresql-7.3.2.orig/configure.in Sun Feb  2 20:56:45 2003
++++ postgresql-7.3.2/configure.in      Wed Feb  5 11:25:49 2003
 @@ -20,9 +20,7 @@
  dnl The GNU folks apparently haven't heard that some people don't use
  dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
@@ -11,3 +11,24 @@ diff -Naur postgresql-7.4.2-orig/configure.in postgresql-7.4.2/configure.in
  m4_undefine([info])
  AC_SUBST(docdir)
  
+@@ -34,6 +32,8 @@
+ AC_SUBST(configure_args, [$ac_configure_args])
+ AC_DEFINE_UNQUOTED(PG_VERSION, "$PACKAGE_VERSION", [PostgreSQL version])
++docdir=$infodir
++AC_SUBST(docdir)
+ AC_CANONICAL_HOST
+--- postgresql-7.4/doc/Makefile.orig   2003-12-18 09:05:55.000000000 +0100
++++ postgresql-7.4/doc/Makefile        2003-12-18 09:07:05.000000000 +0100
+@@ -25,9 +25,6 @@
+ .NOTPARALLEL:
+-ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
+-found_html := yes
+-endif
+ ifneq ($(wildcard $(srcdir)/man.tar.gz),)
+ # SCO OpenServer's man system is sufficiently different to not bother.
This page took 0.401134 seconds and 4 git commands to generate.