immortalwrt/package/ntlf9t/njitclient/configure.ac

10 lines
225 B
Plaintext
Raw Normal View History

2019-07-02 18:06:49 +08:00
dnl Run autoreconf --install to generate ./configure from this file
AC_INIT([njit8021xclient],[1.3])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SUBDIRS([src])
AC_CONFIG_FILES([
Makefile
])
AC_OUTPUT