Artifact acec2711ea716bd75c913ed942b0a26d091e5afc818095540fa164ccf8160bbc:
- Executable file
autogen.sh
— part of check-in
[8740f97cb3]
at
2008-12-13 18:25:58
on branch trunk
— Some build related changes.
Thanks to Thorsten Glaser for a few ideas. (user: js, size: 101) [annotate] [blame] [check-ins using]
#!/bin/sh aclocal -I m4 || exit 1 autoconf || exit 1 autoheader || exit 1 ./configure "$@" || exit 1