[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: sdb
Date: 06/08/12 18:03:06
Modified: . ChangeLog configure.ac
Log:
Implemented getopt_long for systems which have it.
Revision Changes Path
1.45 +4 -0 eda/geda/gaf/gattrib/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- ChangeLog 12 Aug 2006 18:58:48 -0000 1.44
+++ ChangeLog 12 Aug 2006 22:03:05 -0000 1.45
@@ -1,4 +1,8 @@
2006-08-12 SDB <sdb@xxxxxxxxxx>
+ * configure.ac, src/parsecmd.c: Implemented getopt_long
+ for systems which have it.
+
+2006-08-12 SDB <sdb@xxxxxxxxxx>
* include/prototype.h, include/x_menu.h,
src/s_visibility.c, src/x_fileselect.c, src/x_gtksheet.c,
src/x_window.c: Made cell text different colors depending
1.14 +3 -3 eda/geda/gaf/gattrib/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- configure.ac 22 Jan 2006 13:55:26 -0000 1.13
+++ configure.ac 12 Aug 2006 22:03:05 -0000 1.14
@@ -155,14 +155,14 @@
AC_HEADER_DIRENT
AC_CHECK_HEADERS(unistd.h string.h stdlib.h \
stdarg.h assert.h fcntl.h errno.h \
- dirent.h sys/param.h)
+ dirent.h sys/param.h getopt.h)
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
# Checks for library functions.
AC_TYPE_SIGNAL
-AC_CHECK_FUNCS(getcwd strstr vsnprintf snprintf)
+AC_CHECK_FUNCS(getcwd strstr vsnprintf snprintf getopt_long)
AC_MSG_CHECKING([for optarg in unistd.h])
@@ -178,7 +178,7 @@
fi
#
-# Checks for header files start
+# Checks for header files end
#########################################################################
#########################################################################
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs