Parent Directory
|
Revision Log
Commit after detrailing; set executable on autogen.sh.
| 1 | ph10 | 97 | #!/bin/sh |
| 2 | |||
| 3 | set -ex | ||
| 4 | |||
| 5 | rm -rf autom4te.cache | ||
| 6 | |||
| 7 | aclocal --force | ||
| 8 | |||
| 9 | libtoolize -c -f | ||
| 10 | |||
| 11 | autoconf -f -W all,no-obsolete | ||
| 12 | |||
| 13 | ph10 | 98 | autoheader -f -W all |
| 14 | |||
| 15 | ph10 | 97 | automake -a -c -f -W all |
| 16 | |||
| 17 | rm -rf autom4te.cache | ||
| 18 | |||
| 19 | exit 0 | ||
| 20 | |||
| 21 | # end autogen.sh |
| Name | Value |
|---|---|
| svn:executable | * |
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |