]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/zsh/zsh-4.1.1/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / zsh / zsh-4.1.1 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- zsh-4.1.1/zshconfig.ac~configure
7 +++ zsh-4.1.1/zshconfig.ac
8 @@ -460,7 +460,7 @@
9  AC_PROG_MAKE_SET            dnl Does make define $MAKE
10  AC_PROG_INSTALL             dnl Check for BSD compatible `install'
11  AC_PROG_AWK                 dnl Check for mawk,gawk,nawk, then awk.
12 -AC_PROG_LN                  dnl Check for working ln, for "make install"
13 +AC_PROG_LN_S                  dnl Check for working ln, for "make install"
14  AC_CHECK_PROGS([YODL], [yodl], [: yodl])
15  AC_CHECK_PROGS([ANSI2KNR], [ansi2knr], [: ansi2knr])
16  
17 --- zsh-4.1.1/Src/Makefile.in~configure
18 +++ zsh-4.1.1/Src/Makefile.in
19 @@ -35,7 +35,7 @@
20  sdir            = @srcdir@
21  sdir_top        = @top_srcdir@
22  INSTALL         = @INSTALL@
23 -LN             = @LN@
24 +LN             = @LN_S@
25  
26  @DEFS_MK@
27