blob: 490a64328d6fa8357286eac7aa588a1b60cb4fd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
AC_INIT
AC_PREREQ([2.71])
m4_include([otp.m4])
AC_CONFIG_AUX_DIR([${ERL_TOP}/make/autoconf])
ERL_CANONICAL_SYSTEM_TYPE
TARGET=$host
AC_SUBST(TARGET)
AC_CONFIG_FILES([priv/$host/Makefile:priv/Makefile.in])
AC_OUTPUT
|