[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: configure.ac
User: sdb
Date: 07/04/29 15:46:00
Modified: . configure.ac
Log:
Add --nomunge flag to gnetlist, telling spice-sdb
to not autocorrect incorrect device prefixes.
Revision Changes Path
1.39 +5 -4 eda/geda/gaf/gnetlist/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/gnetlist/configure.ac,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- configure.ac 21 Apr 2007 17:16:10 -0000 1.38
+++ configure.ac 29 Apr 2007 19:46:00 -0000 1.39
@@ -65,17 +65,18 @@
HAVE_GETOPT_LONG="no"
AC_CHECK_FUNC([getopt_long], [HAVE_GETOPT_LONG="yes"])
if test "x$HAVE_GETOPT_LONG" != xyes ; then
+ AC_DEFINE(HAVE_GETOPT_LONG, [], [Define to 1 if you have the 'getopt_long' function])
+ GETOPT_LONG_LIBS=""
+ AC_SUBST(GETOPT_LONG_LIBS)
+else
dnl FreeBSD has a gnugetopt library
AC_CHECK_LIB([gnugetopt], [getopt_long], [HAVE_GETOPT_LONG="yes"])
if test "x$HAVE_GETOPT_LONG" = xyes ; then
+ AC_DEFINE(HAVE_GETOPT_LONG, [], [Define to 1 if you have the 'getopt_long' function])
GETOPT_LONG_LIBS="-lgnugetopt"
AC_SUBST(GETOPT_LONG_LIBS)
fi
fi
-if test "x$HAVE_GETOPT_LONG" != "xyes"; then
- GETOPT_LONG_LIBS=""
- AC_SUBST(GETOPT_LONG_LIBS)
-fi
#
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs