Differences From Artifact [3936c3cbbf]:
- Executable file
autogen.sh
— part of check-in
[6043638dee]
at
2009-04-20 01:06:29
on branch trunk
— Sometimes it might be desirable not to run configure.
For exampe if you want to package. (user: js, size: 74) [annotate] [blame] [check-ins using]
To Artifact [07e64ecb56]:
- Executable file autogen.sh — part of check-in [0278f0b43b] at 2014-07-19 09:35:19 on branch trunk — Minor build system clean-ups (user: js, size: 51) [annotate] [blame] [check-ins using]
1 | #!/bin/sh | > | | | | 1 2 3 4 5 | #!/bin/sh set -e aclocal -I m4 autoconf autoheader |