comparison configure.ac @ 67:419761c8d9b9

Add configure option to build scn2kdump.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 23 Feb 2011 01:48:51 +0100
parents 045ca45f9610
children
comparison
equal deleted inserted replaced
66:d112357a0ec1 67:419761c8d9b9
138 AS_HELP_STRING([--enable-nwatowav], [Build the nwatowav utility (default no)])) 138 AS_HELP_STRING([--enable-nwatowav], [Build the nwatowav utility (default no)]))
139 if test X$enable_nwatowav = X"yes"; then 139 if test X$enable_nwatowav = X"yes"; then
140 AC_SUBST(NWATOWAV, ['nwatowav${EXEEXT}']) 140 AC_SUBST(NWATOWAV, ['nwatowav${EXEEXT}'])
141 fi 141 fi
142 142
143 AC_ARG_ENABLE(scn2kdump,
144 AS_HELP_STRING([--enable-scn2kdump], [Build the scn2kdump utility (default no)]))
145 if test X$enable_scn2kdump = X"yes"; then
146 AC_SUBST(SCN2KDUMP, ['scn2kdump${EXEEXT}'])
147 fi
148
143 AC_ARG_ENABLE(visarc, 149 AC_ARG_ENABLE(visarc,
144 AS_HELP_STRING([--enable-visarc], [Build the visarc utility (default no)])) 150 AS_HELP_STRING([--enable-visarc], [Build the visarc utility (default no)]))
145 if test X$enable_visarc = X"yes"; then 151 if test X$enable_visarc = X"yes"; then
146 AC_SUBST(VISARC, ['visarc${EXEEXT}']) 152 AC_SUBST(VISARC, ['visarc${EXEEXT}'])
147 fi 153 fi