mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Use AC_CONFIG_LIBOBJ_DIR. Require autoconf 2.54.
This commit is contained in:
parent
ba8972b694
commit
b43dfebd57
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ dnl along with GNU Emacs; see the file COPYING. If not, write to the
|
|||
dnl Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
dnl Boston, MA 02111-1307, USA.
|
||||
|
||||
AC_PREREQ(2.53)dnl
|
||||
AC_PREREQ(2.54)dnl
|
||||
AC_INIT(src/lisp.h)
|
||||
AC_CONFIG_HEADER(src/config.h:src/config.in)
|
||||
|
||||
|
|
@ -1345,6 +1345,8 @@ else
|
|||
CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
|
||||
fi
|
||||
|
||||
AC_CONFIG_LIBOBJ_DIR(src)
|
||||
|
||||
dnl Do this early because it can frob feature test macros for Unix-98 &c.
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue