]> git.sur5r.net Git - ptouch-print/blobdiff - configure.ac
Merge branch 'devel'
[ptouch-print] / configure.ac
index cbd9077d632434cb8089e49166fff98c45d3dd89..9ecf22211ec5129dcf64bb4cadaa383c2bd16e22 100644 (file)
@@ -1,7 +1,7 @@
 #
 #      ptouch-print - Print labels with images or text on a Brother P-Touch
 #      
-#      Copyright (C) 2015 Dominic Radermacher <dominic.radermacher@gmail.com>
+#      Copyright (C) 2015 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
 #
 #      This program is free software; you can redistribute it and/or modify it
 #      under the terms of the GNU General Public License version 3 as
@@ -20,7 +20,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([ptouch], [1.3.2], [dominic.radermacher@gmail.com])
+AC_INIT([ptouch], [1.3.3], [blip@mockmoon-cybernetics.ch])
 AC_CONFIG_SRCDIR([src/libptouch.c])
 AC_CONFIG_HEADERS([config.h])
 
@@ -34,7 +34,6 @@ AM_GNU_GETTEXT_VERSION(0.19)
 # Checks for libraries.
 AC_CHECK_LIB([gd], [gdImageStringFT])
 AC_CHECK_LIB([usb-1.0], [libusb_init])
-AC_CHECK_LIB([gtk-3], [gtk_init])
 
 # Checks for header files.
 AC_CHECK_HEADERS([fcntl.h libintl.h stdint.h stdlib.h string.h])