* A library interface has been added. * The option "--crop" has been replaced with the similar but different option "--cut", which can accept coordinates taken from the ORF file. * Recognition of files with a single character and without white space at the edges has been fixed. * Lintian warnings in Debian about man pages have been fixed.
15 lines
352 B
Text
15 lines
352 B
Text
$NetBSD: patch-aa,v 1.3 2010/03/08 12:35:54 adam Exp $
|
|
|
|
--- configure.orig 2010-03-08 12:32:58.000000000 +0000
|
|
+++ configure
|
|
@@ -29,10 +29,6 @@ infodir='$(datadir)/info'
|
|
libdir='${exec_prefix}/lib'
|
|
mandir='$(datadir)/man'
|
|
sysconfdir='$(prefix)/etc'
|
|
-CXX=
|
|
-CPPFLAGS=
|
|
-CXXFLAGS='-Wall -W -O2'
|
|
-LDFLAGS=
|
|
|
|
# Loop over all args
|
|
while [ -n "$1" ] ; do
|