# HG changeset patch # User Yoshiki Yazawa # Date 1259341576 -32400 # Node ID 1d1d616cde983dfd91c1d938838c4188a395114f # Parent b6607f6e285134b2697249ee4014fd9893061c87 build fix diff -r b6607f6e2851 -r 1d1d616cde98 recpt1/autogen.sh --- 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 diff -r b6607f6e2851 -r 1d1d616cde98 recpt1/configure.ac --- 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])] ) diff -r b6607f6e2851 -r 1d1d616cde98 recpt1/install-sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/recpt1/install-sh Sat Nov 28 02:06:16 2009 +0900 @@ -0,0 +1,1 @@ +#dummy