Parent Directory | Revision Log | Patch
Revision 117 | Revision 118 | ||
---|---|---|---|
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # Run this before configure | 3 | # Run this before configure |
4 | # | 4 | # |
5 | # This file blatantly ripped off from subversion. | 5 | # This file blatantly ripped off from subversion and Abiword |
6 | # | ||
7 | # Note: this dependency on Perl is fine: only SVN developers use autogen.sh | ||
8 | # and we can state that dev people need Perl on their machine | ||
9 | # | ||
10 | 6 | ||
11 | set -e | 7 | set -e |
12 | 8 | ||
13 | echo "Libtool..." | 9 | echo "Libtool..." |
14 | libtoolize --copy --force | 10 | libtoolize --copy --force |
|
frodo@frodo.looijaard.name | ViewVC Help |
Powered by ViewVC 1.1.26 |