comparison recpt1/autogen.sh @ 75:1d1d616cde98

build fix
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 28 Nov 2009 02:06:16 +0900
parents b6607f6e2851
children
comparison
equal deleted inserted replaced
74:b6607f6e2851 75:1d1d616cde98
51 51
52 echo "Generating configure script and Makefiles for recpt1." 52 echo "Generating configure script and Makefiles for recpt1."
53 53
54 echo "Running aclocal ..." 54 echo "Running aclocal ..."
55 aclocal -I . 55 aclocal -I .
56 echo "Running autoheader ..."
57 autoheader
56 echo "Running autoconf ..." 58 echo "Running autoconf ..."
57 autoconf 59 autoconf
58 echo "Running autoheader ..."
59 autoheader