You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: libidn.pc.in
|
|
|
|
|
--- libidn.pc.in.orig 2005-05-26 16:39:47 +0200
|
|
|
|
|
+++ libidn.pc.in 2006-03-07 15:33:05 +0100
|
|
|
|
|
@@ -17,5 +17,5 @@
|
|
|
|
|
Name: Libidn
|
|
|
|
|
Description: IETF stringprep, nameprep, punycode, IDNA text processing.
|
|
|
|
|
Version: @VERSION@
|
|
|
|
|
-Libs: -L${libdir} -lidn
|
|
|
|
|
+Libs: -L${libdir} -lidn @LTLIBICONV@
|
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2006-02-07 09:54:29 +0100
|
|
|
|
|
+++ Makefile.in 2006-03-07 15:34:22 +0100
|
|
|
|
|
@@ -260,7 +260,7 @@
|
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
|
target_alias = @target_alias@
|
|
|
|
|
-SUBDIRS = gl lib po src doc tests examples java csharp
|
|
|
|
|
+SUBDIRS = gl lib po src tests examples java csharp
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
|
|
|
|
EXTRA_DIST = FAQ libc/README libc/getaddrinfo-idn.txt libc/example.c \
|