moved auxillary automake files into config directory.
This commit is contained in:
parent
eabfcb9e16
commit
f85457c49f
|
@ -1,8 +1,9 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT(base/IInterface.h)
|
AC_INIT(base/IInterface.h)
|
||||||
AM_INIT_AUTOMAKE(synergy, 0.5)
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
AM_INIT_AUTOMAKE(synergy, 0.5)
|
||||||
|
|
||||||
dnl information on the package
|
dnl information on the package
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue