Ensure ICU is part of built
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 11 Dec 2007 13:14:45 +0000 (13:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 11 Dec 2007 13:14:45 +0000 (13:14 +0000)
TODO
debian/rules

diff --git a/TODO b/TODO
index 0eba4bb..a00da4a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,10 @@
-YAZ TODO $Id: TODO,v 1.14 2006-04-21 12:40:56 adam Exp $
+YAZ TODO $Id: TODO,v 1.15 2007-12-11 13:14:45 adam Exp $
 
 Versions to be put automatically in
    configure.ac
    include/yaz/yaz-version.h
    debian/changelog
    NEWS
-   win/yaz.rc (4 places)
    win/yaz.nsi
    debian/rules (dh_makeshlibs line if API has been extended)
+
index 05e3fe8..dd1e00e 100755 (executable)
@@ -30,7 +30,7 @@ endif
 config.status: configure
        dh_testdir
        # Add here commands to configure the package.
-       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --enable-static --enable-tcpd --with-xslt --with-openssl --with-pcap
+       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --enable-static --enable-tcpd --with-xslt --with-openssl --with-pcap --with-icu
 
 
 build: build-stamp