mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Unbreak macOS build
* autogen.sh (gnulib.mk): Don't use non-portable extensions of GNU Sed.
This commit is contained in:
parent
d88cdad284
commit
b5f157e935
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ Please report any problems with this script to bug-gnu-emacs@gnu.org .'
|
||||||
## Create nt/gnulib.mk if it doesn't exist, as autoreconf will need it.
|
## Create nt/gnulib.mk if it doesn't exist, as autoreconf will need it.
|
||||||
if test ! -f nt/gnulib.mk; then
|
if test ! -f nt/gnulib.mk; then
|
||||||
echo 'Inferring nt/gnulib.mk from lib/gnulib.mk ...'
|
echo 'Inferring nt/gnulib.mk from lib/gnulib.mk ...'
|
||||||
metascript='/^[^#]/s|^.*$|/^## begin *gnulib module &/,/^## end *gnulib module &/c ## gnulib module & removed|'
|
metascript='/^[^#]/s|^.*$|/^## begin *gnulib module &/,/^## end *gnulib module &/c\\\'\n'## gnulib module & removed|'
|
||||||
script=`sed "$metascript" nt/gnulib-modules-to-delete.cfg` || exit
|
script=`sed "$metascript" nt/gnulib-modules-to-delete.cfg` || exit
|
||||||
sed "$script" lib/gnulib.mk > nt/gnulib.mk || exit
|
sed "$script" lib/gnulib.mk > nt/gnulib.mk || exit
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue