comparison recpt1/configure.ac @ 140:c9b1d21c5035

separate common function to core library
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 25 Apr 2013 16:06:15 +0900
parents d1c740aa1b67
children
comparison
equal deleted inserted replaced
139:61ff9cabf962 140:c9b1d21c5035
1 # -*- Autoconf -*- 1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script. 2 # Process this file with autoconf to produce a configure script.
3 3
4 AC_PREREQ(2.59) 4 AC_PREREQ(2.59)
5 AC_INIT([recpt1], [1.0.0], yaz@honeyplanet.jp) 5 AC_INIT([recpt1], [1.2.0], yaz@honeyplanet.jp)
6 AC_CONFIG_SRCDIR([recpt1.c]) 6 AC_CONFIG_SRCDIR([recpt1.c])
7 AC_CONFIG_HEADERS([config.h]) 7 AC_CONFIG_HEADERS([config.h])
8 8
9 # Checks for programs. 9 # Checks for programs.
10 AC_PROG_CC 10 AC_PROG_CC