]> git.pld-linux.org Git - packages/gfontview.git/blame - gfontview-autoconf.patch
- spec adapterized.
[packages/gfontview.git] / gfontview-autoconf.patch
CommitLineData
57935647 1diff -Nru gfontview-0.3.2/configure.in gfontview-0.3.2.new/configure.in
2--- gfontview-0.3.2/configure.in Fri Dec 10 22:55:36 1999
3+++ gfontview-0.3.2.new/configure.in Wed Dec 22 16:28:43 1999
4@@ -8,20 +8,6 @@
5 GFV_MICRO_VERSION=2
6 GFV_VERSION=$GFV_MAJOR_VERSION.$GFV_MINOR_VERSION.$GFV_MICRO_VERSION
7
8-dnl ---------------------------------------------------------------------------
9-dnl for automake
10-dnl ---------------------------------------------------------------------------
11-AUTOMAKE_OPTIONS=no-dependencies
12-VERSION=$GFV_VERSION
13-PACKAGE=gfontview
14-AC_ARG_ENABLE(debug,
15- [ --enable-debug=[no/yes] turn on debugging [default=no]],,
16- )
17-if test "$enable_debug" = "yes"; then
18- CXXFLAGS="-Wall -Wno-unused -g"
19-else
20- CXXFLAGS="-O2"
21-fi
22
23 dnl ---------------------------------------------------------------------------
24 dnl Initialize automake now
This page took 0.560573 seconds and 4 git commands to generate.