You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
188 B
Plaintext
16 lines
188 B
Plaintext
11 years ago
|
AC_INIT([src/rs485.c])
|
||
|
AC_PREREQ([2.63])
|
||
|
AM_INIT_AUTOMAKE(ebd, 0.0.1)
|
||
|
|
||
|
AC_CONFIG_HEADERS([config.h])
|
||
|
|
||
|
AC_PROG_CC
|
||
|
AC_PROG_INSTALL
|
||
|
|
||
|
AC_CONFIG_FILES([
|
||
|
Makefile
|
||
|
src/Makefile
|
||
|
])
|
||
|
|
||
|
AC_OUTPUT
|