summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-16 07:20:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-16 07:20:57 +0000
commit096675824f3517284597256c37bdd80fe73f163a (patch)
tree9ea88ea9df5e3c5279e31a22c882f27bebb4fe04
parent80bfa76ac949dc036677d9a97fd6c1103ed40aae (diff)
downloadgnurl-096675824f3517284597256c37bdd80fe73f163a.tar.gz
gnurl-096675824f3517284597256c37bdd80fe73f163a.tar.bz2
gnurl-096675824f3517284597256c37bdd80fe73f163a.zip
Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get
installed on 'make install' time.
-rw-r--r--CHANGES4
-rw-r--r--Makefile.am3
-rw-r--r--RELEASE-NOTES4
3 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1cc1088c0..fd1eb7589 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
+Daniel (16 November 2005)
+- Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get
+ installed on 'make install' time.
+
Daniel (14 November 2005)
- Quagmire reported that he needed to raise a NTLM buffer for SSPI to work
properly for a case, and so we did. We raised it even for non-SSPI builds
diff --git a/Makefile.am b/Makefile.am
index 04d3b00f4..733ec0482 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,9 @@ bin_SCRIPTS = curl-config
SUBDIRS = lib src
DIST_SUBDIRS = $(SUBDIRS) tests include packages docs
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libcurl.pc
+
dist-hook:
rm -rf $(top_builddir)/tests/log
find $(distdir) -name "*.dist" -exec rm {} \;
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 81da353ba..d05adf359 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -11,6 +11,7 @@ Curl and libcurl 7.15.1
This release includes the following changes:
+ o the libcurl.pc pkgconfig file now gets installed on make install
o URL globbing now offers "range steps": [1-100:10]
o LDAPv3 is now the preferred LDAP protocol version
o --max-redirs and CURLOPT_MAXREDIRS set to 0 limits redirects
@@ -49,6 +50,7 @@ advice from friends like these:
Dave Dribin, Bradford Bruce, Temprimus, Ofer, Dima Barsky, Amol Pattekar, Jaz
Fresh, tommink[at]post.pl, Gisle Vanem, Nis Jorgensen, Vilmos Nebehaj,
- Dmitry Bartsevich, David Lang, Eugene Kotlyarov, Jan Kunder
+ Dmitry Bartsevich, David Lang, Eugene Kotlyarov, Jan Kunder, Yang Tse,
+ Quagmire, Albert Chin
Thanks! (and sorry if I forgot to mention someone)