Mercurial > pt1.oyama
changeset 75:1d1d616cde98
build fix
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 28 Nov 2009 02:06:16 +0900 |
parents | b6607f6e2851 |
children | d1c740aa1b67 |
files | recpt1/autogen.sh recpt1/configure.ac recpt1/install-sh |
diffstat | 3 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/recpt1/autogen.sh Sat Nov 28 00:12:05 2009 +0900 +++ b/recpt1/autogen.sh Sat Nov 28 02:06:16 2009 +0900 @@ -53,7 +53,7 @@ echo "Running aclocal ..." aclocal -I . +echo "Running autoheader ..." +autoheader echo "Running autoconf ..." autoconf -echo "Running autoheader ..." -autoheader
--- a/recpt1/configure.ac Sat Nov 28 00:12:05 2009 +0900 +++ b/recpt1/configure.ac Sat Nov 28 02:06:16 2009 +0900 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(recpt1, 1.0.0, yaz@honeyplanet.jp) +AC_INIT([recpt1], [1.0.0], yaz@honeyplanet.jp) AC_CONFIG_SRCDIR([recpt1.c]) AC_CONFIG_HEADERS([config.h]) @@ -12,7 +12,7 @@ # Checks for b25 support. AC_ARG_ENABLE(b25, - [AC_HELP_STRING([--enable-b25],[enable b25 support])], + [AS_HELP_STRING([--enable-b25],[enable b25 support])], [AC_CHECK_LIB([arib25], [create_arib_std_b25], , [AC_MSG_WARN(libarb25 is not available.)], [-lpcsclite])] )