[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (f17f942b5f9390fface01a3a9cac149e85d974fa)



The branch, master has been updated
       via  f17f942b5f9390fface01a3a9cac149e85d974fa (commit)
       via  dfc3c6d181b68f0dc3cc41675734a54bdf5b96fc (commit)
      from  e2bbcd63017de0a6a8485d6b3e28cb32089150af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 configure.ac      |    2 +-
 src/hid/png/png.c |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)


=================
 Commit Messages
=================

commit f17f942b5f9390fface01a3a9cac149e85d974fa
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Date:   Fri Feb 27 17:49:56 2009 -0500

    Bump the required autoconf version to 2.60.
    
    pdfdir, psdir, and friends appeared in version 2.60 of
    autoconf.  Since we use those, we need 2.60 or higher.
    Problem noted by Bert Timmerman.

:100644 100644 80c3737... aed978b... M	configure.ac

commit dfc3c6d181b68f0dc3cc41675734a54bdf5b96fc
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Date:   Fri Feb 27 15:20:31 2009 -0500

    Remove some now unused RCS ID's

:100644 100644 0aa62ac... 0e49be6... M	src/hid/png/png.c

=========
 Changes
=========

commit f17f942b5f9390fface01a3a9cac149e85d974fa
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Date:   Fri Feb 27 17:49:56 2009 -0500

    Bump the required autoconf version to 2.60.
    
    pdfdir, psdir, and friends appeared in version 2.60 of
    autoconf.  Since we use those, we need 2.60 or higher.
    Problem noted by Bert Timmerman.

diff --git a/configure.ac b/configure.ac
index 80c3737..aed978b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([pcb], [1.99y])
 AC_CONFIG_SRCDIR([src/draw.c])
-AC_PREREQ([2.59])
+AC_PREREQ([2.60])
 AM_INIT_AUTOMAKE([1.9])
 AC_GNU_SOURCE
 AM_CONFIG_HEADER([config.h])

commit dfc3c6d181b68f0dc3cc41675734a54bdf5b96fc
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Date:   Fri Feb 27 15:20:31 2009 -0500

    Remove some now unused RCS ID's

diff --git a/src/hid/png/png.c b/src/hid/png/png.c
index 0aa62ac..0e49be6 100644
--- a/src/hid/png/png.c
+++ b/src/hid/png/png.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-/*Sept 2007: patch to enable slanted squared lines*/
 /*
  *                            COPYRIGHT
  *
@@ -52,8 +50,6 @@
 #include <dmalloc.h>
 #endif
 
-RCSID ("$Id$");
-
 #define CRASH fprintf(stderr, "HID error: pcb called unimplemented PNG function %s.\n", __FUNCTION__); abort()
 
 static void *color_cache = NULL;




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs