Skip to content

Commit

Permalink
zsh: fix patch (wrong directive removal)
Browse files Browse the repository at this point in the history
Signed-off-by: Oskari Rauta <[email protected]>
  • Loading branch information
oskarirauta committed Sep 24, 2023
1 parent 6815da1 commit b03626b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

--- a/configure.ac
+++ b/configure.ac
@@ -620,7 +620,6 @@ AC_PROG_MAKE_SET dnl Does mak
@@ -619,7 +619,6 @@ dnl ------------------
AC_PROG_MAKE_SET dnl Does make define $MAKE
AC_PROG_INSTALL dnl Check for BSD compatible `install'
AC_PROG_AWK dnl Check for mawk,gawk,nawk, then awk.
AC_PROG_LN dnl Check for working ln, for "make install"
-AC_PROG_LN_S dnl Use ln -s/ln/cp for "make install.runhelp"
-AC_PROG_LN dnl Check for working ln, for "make install"
AC_PROG_LN_S dnl Use ln -s/ln/cp for "make install.runhelp"
AC_PROG_EGREP dnl sets $EGREP to grep -E or egrep
AC_CHECK_PROGS([YODL], [yodl], [: yodl])

0 comments on commit b03626b

Please sign in to comment.