~ubuntu-branches/ubuntu/saucy/pdfresurrect/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2012-05-28 13:47:34 UTC
  • Revision ID: package-import@ubuntu.com-20120528134734-t1dxfx9xg70a3viq
Tags: 0.10-4
* Switch to a minimal debian/rules file
* Add patch for DESTDIR support in Makefile
* Add patch to fix manpage path
* Add patch to add LDFLAGS support in the Makefile
* Add patch to add CPPFLAGS support in the Makefile
* Don't overwrite external CFLAGS in configure script

* Bump Standards-Version up to 3.9.3
* Bump debhelper compatibility to 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
 
31
31
# Macros
32
 
CFLAGS="-Wall"
 
32
CFLAGS="$CFLAGS -Wall"
33
33
AC_ARG_ENABLE([debug],
34
34
              [AC_HELP_STRING([--enable-debug], [Enable debugging output])],
35
35
              [CFLAGS="$CFLAGS -g3 -DDEBUG"],