blob: da9f73a6c79c4b7a6d8f198a4683654a0a195764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
AC_INIT(INSTALL)
VER=`cat ${srcdir}/VERSION`
AC_MSG_RESULT(Begining autoconfiguration process for gsmsp-$VER...)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(gsmsp, $VER)
AC_CONFIG_SUBDIRS(gsm)
AC_OUTPUT(Makefile python/Makefile resources/Makefile resources/data/Makefile resources/tools/Makefile)
|