Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | ./cleanup.sh |
| 4 | autoscan |
Mark Slee | 58dfb4f | 2007-07-06 02:45:25 +0000 | [diff] [blame] | 5 | aclocal -I ../../lib/cpp/aclocal |
Mark Slee | 7962223 | 2007-11-21 23:35:52 +0000 | [diff] [blame^] | 6 | if libtoolize --version 1 >/dev/null 2>/dev/null; then |
| 7 | libtoolize --automake |
| 8 | elif glibtoolize --version 1 >/dev/null 2>/dev/null; then |
| 9 | glibtoolize --automake |
| 10 | fi |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 11 | touch NEWS README AUTHORS ChangeLog |
| 12 | autoconf |
| 13 | automake -ac |