Differences From Artifact [2b05639875]:
- Executable file autogen.sh — part of check-in [7516424d65] at 2011-03-30 11:29:10 on branch trunk — Use the "js buildsys". (user: js, size: 53) [annotate] [blame] [check-ins using]
To Artifact [3936c3cbbf]:
- Executable file autogen.sh — part of check-in [3b589295f9] at 2011-05-26 20:42:16 on branch trunk — Check for res_ndestroy. (user: js, size: 74) [annotate] [blame] [check-ins using]
1 2 3 | #!/bin/sh aclocal -I m4 || exit 1 autoconf || exit 1 | > | 1 2 3 4 | #!/bin/sh aclocal -I m4 || exit 1 autoconf || exit 1 autoheader || exit 1 |