summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-08 19:38:57 +0100
committerng0 <ng0@we.make.ritual.n0.is>2016-09-14 18:33:09 +0000
commita94d1993d1d8921059ef7ea3a4d11dfe99a5a9ad (patch)
tree44ae5c8e48b5175418bfef147575eb13dd005a65 /scripts
parent8986c86e1ef297e95518ae4695339f2d64d913cf (diff)
downloadgnurl-a94d1993d1d8921059ef7ea3a4d11dfe99a5a9ad.tar.gz
gnurl-a94d1993d1d8921059ef7ea3a4d11dfe99a5a9ad.tar.bz2
gnurl-a94d1993d1d8921059ef7ea3a4d11dfe99a5a9ad.zip
* Patches to rename libcurl to libgnurl by Christian
* Updated for latest curl using git cherry-pick by Jeff, Florian, ng0 * Patches to fix the testsuite (deleted tests/data/test1139, renamed reference from libcurl.* to libgnurl.*) by ng0
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 32dc1b9e2..33c01535d 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -31,7 +31,7 @@ if CROSSCOMPILING
@echo "NOTICE: we can't generate zsh completion when cross-compiling!"
else # if not cross-compiling:
@if ! test -x "$(PERL)"; then echo "No perl: can't install zsh.pl"; exit 0; fi
- $(PERL) $(srcdir)/zsh.pl $(top_builddir)/src/curl$(EXEEXT) > $@
+ $(PERL) $(srcdir)/zsh.pl $(top_builddir)/src/gnurl$(EXEEXT) > $@
endif
install-data-local: