openmoko-gsmd/configure.ac

33 lines
513 B
Plaintext

AC_PREREQ(2.53)
AC_INIT(gsmd, 0.1.0, http://www.openmoko.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(src/gsmd/gsmd.c)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AC_ISC_POSIX
AC_PROG_CC
AC_STDC_HEADERS
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# base deps
# output stuff
AC_OUTPUT([
Makefile
libgsmd.pc
src/Makefile
src/gsmd/Makefile
src/libgsmd/Makefile
src/util/Makefile
include/Makefile
include/gsmd/Makefile
include/libgsmd/Makefile
include/common/Makefile
])