mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
* merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation.
This commit is contained in:
parent
3246c8b11a
commit
0ec9847809
@ -1,3 +1,7 @@
|
|||||||
|
2014-05-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation.
|
||||||
|
|
||||||
2014-05-12 Glenn Morris <rgm@gnu.org>
|
2014-05-12 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* find-gc.el: Move here from ../lisp/emacs-lisp.
|
* find-gc.el: Move here from ../lisp/emacs-lisp.
|
||||||
|
@ -96,4 +96,5 @@ rm -- "$src"lib/gl_openssl.h "$src"m4/fcntl-o.m4 "$src"m4/gl-openssl.m4 \
|
|||||||
"$src"m4/gnulib-cache.m4"$src" m4/warn-on-use.m4 &&
|
"$src"m4/gnulib-cache.m4"$src" m4/warn-on-use.m4 &&
|
||||||
cp -- "$gnulib_srcdir"/build-aux/texinfo.tex "$src"doc/misc &&
|
cp -- "$gnulib_srcdir"/build-aux/texinfo.tex "$src"doc/misc &&
|
||||||
cp -- "$gnulib_srcdir"/build-aux/move-if-change "$src"build-aux &&
|
cp -- "$gnulib_srcdir"/build-aux/move-if-change "$src"build-aux &&
|
||||||
autoreconf -i -I m4 -- ${src:+"$src"}
|
{ test -z "$src" || cd "$src"; } &&
|
||||||
|
./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user