comparison configure @ 34224:9b90a6efce15

Print a proper result also when xsltproc is not installed.
author reimar
date Sun, 06 Nov 2011 09:01:46 +0000
parents efaff9a9c1bc
children 8b5513a75ab4
comparison
equal deleted inserted replaced
34223:efaff9a9c1bc 34224:9b90a6efce15
7928 xsltcommand="xsltproc $catalog_opts -o \$\$1 \$\$2 \$\$3" 7928 xsltcommand="xsltproc $catalog_opts -o \$\$1 \$\$2 \$\$3"
7929 else 7929 else
7930 echores "Found xsltproc but no stylesheets on your system." 7930 echores "Found xsltproc but no stylesheets on your system."
7931 echores "xsltproc is unusable without stylesheets." 7931 echores "xsltproc is unusable without stylesheets."
7932 fi 7932 fi
7933 else
7934 echores "xsltproc not found"
7933 fi 7935 fi
7934 7936
7935 ############################################################################# 7937 #############################################################################
7936 7938
7937 mak_enable () { 7939 mak_enable () {