Update `HACKING'.
[jackhill/guix/guix.git] / distro / packages / patches / emacs-configure-sh.patch
1 Make sure the right shell is used when creating src/epaths.h.
2
3 --- emacs-24.2/configure 2013-01-13 17:01:53.000000000 +0100
4 +++ emacs-24.2/configure 2013-01-13 17:01:57.000000000 +0100
5 @@ -24135,7 +24135,7 @@ done
6 ;;
7 "epaths":C)
8 echo creating src/epaths.h
9 -${MAKE-make} epaths-force
10 +${MAKE-make} epaths-force SHELL="$CONFIG_SHELL"
11 ;;
12 "gdbinit":C)
13 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
14