10 lines
225 B
Plaintext
Executable File
10 lines
225 B
Plaintext
Executable File
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
|
|
|