From 4b233b4f3b22f79c2bdd60703d309c9929f74ab6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 7 Nov 2012 08:32:31 +0100 Subject: initial import of libsmpp34-1.10 --- configure.ac | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..929bb48 --- /dev/null +++ b/configure.ac @@ -0,0 +1,30 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.57) +AC_INIT(libsmpp34, 1.10, ultraismo@yahoo.com) +AC_CONFIG_AUX_DIR(aux_config) +AM_INIT_AUTOMAKE +AM_CONFIG_HEADER([aux_config/config.h]) + +# Checks for programs. +AC_PROG_CC +AM_PROG_CC_C_O +AC_PROG_LIBTOOL +AC_PROG_INSTALL + +# Checks for libraries. + +# Checks for header files. +AC_HEADER_STDC +AC_CHECK_HEADERS([malloc.h netinet/in.h stdint.h string.h]) + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. +AC_FUNC_MALLOC +AC_CHECK_FUNCS([memset]) +AC_OUTPUT([Makefile + def_frame/Makefile + def_list/Makefile + binary/Makefile]) -- cgit v1.2.3