comparison main/octcdf/src/autogen.sh @ 12632:4ba4dcdb5d82 octave-forge

fix bug #44837
author abarth93
date Wed, 10 Jun 2015 14:50:13 +0000
parents f57a0ce7462c
children
comparison
equal deleted inserted replaced
12631:5818fde6abd8 12632:4ba4dcdb5d82
10 10
11 echo " " 11 echo " "
12 echo " \"\\\$prefix\" is \$prefix" 12 echo " \"\\\$prefix\" is \$prefix"
13 echo " \"\\\$exec_prefix\" is \$exec_prefix" 13 echo " \"\\\$exec_prefix\" is \$exec_prefix"
14 AC_MSG_RESULT([\$STATUS_MSG 14 AC_MSG_RESULT([\$STATUS_MSG
15
16 find . -name NOINSTALL -print # shows which toolboxes won't be installed
17 ]) 15 ])
18 EOF 16 EOF
19 17
20 autoconf configure.in > configure.tmp 18 autoconf configure.in > configure.tmp
21 if [ diff configure.tmp configure > /dev/null 2>&1 ]; then 19 if [ diff configure.tmp configure > /dev/null 2>&1 ]; then