* configure.ac (AC_CONFIG_MACRO_DIR): Use it.

This commit is contained in:
Glenn Morris 2014-05-02 17:57:58 -04:00
parent 3e3fbb9954
commit cd626254b7
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2014-05-02 Glenn Morris <rgm@gnu.org>
* configure.ac (AC_CONFIG_MACRO_DIR): Use it.
* autogen.sh (get_version): Handle no leading whitespace.
(check_version, main): Handle program names with hyphens.

View file

@ -83,6 +83,8 @@ done
AC_CONFIG_HEADERS(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)
AC_CONFIG_AUX_DIR(build-aux)
dnl automake 1.13 and later understand this, making -I m4 unnecessary.
AC_CONFIG_MACRO_DIR(m4)
xcsdkdir=
AC_CHECK_PROGS(XCRUN, [xcrun])