Update the default configure args

This commit is contained in:
Tom G. Christensen 2006-12-01 19:52:18 +00:00
parent f5e5e26d49
commit 280a4995ae

View File

@ -114,7 +114,7 @@ os=irix`$UNAME -r`
_os=$($UNAME -sr|$SED -e 's/ //g' -e 's/\.//g' -e 's/IRIX64/IRIX/g'|$TR '[A-Z]' '[a-z]')
cpu=mips3
configure_args='--prefix=$prefix'
configure_args='--prefix=$prefix --mandir=${prefix}/${_mandir} --infodir=${prefix}/${_infodir}'
META_CLEAN="$topdir.spec $topdir.idb files.tmp ${depends##*/}_auto ${depends##*/}_all sums"