1. 12 Apr, 1998 3 commits
  2. 11 Apr, 1998 1 commit
  3. 10 Apr, 1998 5 commits
  4. 09 Apr, 1998 2 commits
  5. 08 Apr, 1998 6 commits
  6. 07 Apr, 1998 6 commits
  7. 06 Apr, 1998 15 commits
  8. 05 Apr, 1998 2 commits
    • Bruce Momjian's avatar
      Remove DISTDIR. · 2dfee934
      Bruce Momjian authored
      2dfee934
    • Bruce Momjian's avatar
      this patch solve 2 problemes : · fdb37f07
      Bruce Momjian authored
      probleme number 1 :
      
      - configure can find the library readline , but don't
        find the header file . so in this case we don't use lib readline
        .
      
      probleme number 2 :
      
      - when you have postgres 6.2.1 and readline installed
        with the same prefix( and generally all your software ) .  you
        can compile the version 6.3 .  I use this prefix , when configure
        ask me for "Additional directories to search for include files"
        .
      
        ( because there a conflict in the header when you
          compile psql.c ) In this case, you must permut the sequence of
        directive -I .
      
      Erwan MAS
      fdb37f07