~ubuntu-branches/ubuntu/saucy/hplip/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-26 11:20:39 UTC
  • mfrom: (1.5.6) (31.1.3 precise)
  • Revision ID: package-import@ubuntu.com-20120526112039-bevxczegxnbyr5m7
Tags: 3.12.4-1
* New upstream release
* Switch to source/format 3.0 (quilt) - drop dpatch
* Refreshed debian/patches
* dh_autoreconf debian/autogen.sh & set local-options single-debian-patch
* Update to debian/compat -> 9
* Fix "hardened build flags" patch from Moritz - thanks (Closes: #667828)
* Fix "duplex descriptor uninitialized" patch from Matej (Closes: #583273)
* Fix "please migrate to kde-runtime" patch from Pino (Closes: #666544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#   104 = no libdl
27
27
 
28
28
#AC_PREREQ(2.59)
29
 
AC_INIT([HP Linux Imaging and Printing], [3.12.2], [3.12.2], [hplip])
 
29
AC_INIT([HP Linux Imaging and Printing], [3.12.4], [3.12.4], [hplip])
30
30
#AM_INIT_AUTOMAKE([1.9 foreign])
31
31
AM_INIT_AUTOMAKE
32
32
AC_DISABLE_STATIC
508
508
   AC_MSG_RESULT("using $PYTHONINCLUDEDIR")
509
509
   AC_ARG_VAR(PYTHONINCLUDEDIR, [path to Python.h C header file])
510
510
   AC_CHECK_HEADERS(python$PYTHON_VERSION/Python.h, ,[AC_MSG_ERROR([cannot find python-devel support], 6)])
 
511
   AC_ARG_VAR([PYUIC4], [PyQT pyuic4 .ui to .py compiler command])
 
512
   AC_CHECK_TOOLS([PYUIC4], [pyuic4])
511
513
fi
512
514
 
513
515
if test "$hpijs_only_build" = "no" && test "$scan_build" = "yes" && test "$hpcups_only_build" = "no"; then