Added a user defined title to spice netlists
[geda-gaf.git] / m4 / geda-libgedacairo.m4
blobb9b542675621cdbbf204b3ad1016275107c4c9bc
1 # geda-libgedacairo.m4                                  -*-Autoconf-*-
2 # serial 1
4 dnl libgedacairo-specific setup
5 dnl Copyright (C) 2010  Peter Brett <peter@peter-b.co.uk>
6 dnl
7 dnl This program is free software; you can redistribute it and/or modify
8 dnl it under the terms of the GNU General Public License as published by
9 dnl the Free Software Foundation; either version 2 of the License, or
10 dnl (at your option) any later version.
11 dnl
12 dnl This program is distributed in the hope that it will be useful,
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 dnl GNU General Public License for more details.
16 dnl
17 dnl You should have received a copy of the GNU General Public License
18 dnl along with this program; if not, write to the Free Software
19 dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21 # Work out the gettext domain that libgeda should use
22 AC_DEFUN([AX_LIBGEDACAIRO],
24   AC_PREREQ([2.60])dnl
26   # First argument is the shared library version to use.
27   AC_MSG_CHECKING([libgedacairo shared library version])
28   AC_MSG_RESULT($1)
29   AC_SUBST([LIBGEDACAIRO_SHLIB_VERSION], $1)