Using AC_CONFIG_COMMANDS instead of AC_OUTPUT_COMMANDS
commitc165bbf5fee3bf1bb832be8a3e53e956ed0eae32
authorNicola Fontana <ntd@entidi.it>
Tue, 4 May 2010 17:55:28 +0000 (4 19:55 +0200)
committerNicola Fontana <ntd@entidi.it>
Tue, 4 May 2010 19:28:50 +0000 (4 21:28 +0200)
treea14fbc9984c226eb1e97156e58cbf154a443e1f4
parent65f80fbfab9c876694f0e5ce65dbe866327a0a95
Using AC_CONFIG_COMMANDS instead of AC_OUTPUT_COMMANDS

Needed to be able to use the unexpanded ${SED} expression in the
generated config.status. The previous approach failed to properly
output the code on OpenSolaris (autoconf-2.61) and the only other
solution was to fallback to hardcoded "sed" program.
configure.ac