* config/ltmain.m4sh (func_mode_help, func_config, func_features):
Exit with nonzero status on write failures.
2005-02-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * config/getopt.m4sh (func_version, func_usage, func_help,
+ * config/ltmain.m4sh (func_mode_help, func_config, func_features):
+ Exit with nonzero status on write failures.
+
* tests/sh.test: Check for preferred function definition layout.
2005-02-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
s/\((C)\)[[ 0-9,-]]*\( [[1-9]][[0-9]]*\)/\1\2/;
p;
}' < "$progpath"
- exit $EXIT_SUCCESS
+ exit $?
}
# func_usage
}' < "$progpath"
$ECHO
$ECHO "run \`$progname --help | more' for full usage"
- exit $EXIT_SUCCESS
+ exit $?
}
# func_help
s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/;
p;
}' < "$progpath"
- exit $EXIT_SUCCESS
+ exit $?
}
# func_missing_arg argname
$SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
done
- exit $EXIT_SUCCESS
+ exit $?
}
# func_features
$ECHO "disable static libraries"
fi
- exit $EXIT_SUCCESS
+ exit $?
}
# func_enable_tag tagname
$ECHO
$ECHO "Try \`$progname --help' for more information about other modes."
- exit $EXIT_SUCCESS
+ exit $?
}
# Parse options once, thoroughly. This comes as soon as possible in