Changeset 22:759202cf1756
- Timestamp:
- 11/01/08 22:14:12 (4 years ago)
- Author:
- thib
- Branch:
- default
- convert_revision:
- svn:d0a2da98-017c-47d2-8c43-22b54484806d/trunk@23
- Message:
-
Use automake
- Files:
-
- 9 added
- 9 removed
- 1 modified
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
|
r18
|
r22
|
|
| 1 | 1 | #!/bin/sh |
| 2 | | autoheader259 |
| 3 | | aclocal19 -I . -I /usr/local/share/aclocal |
| 4 | | autoconf259 |
| | 2 | autoheader && \ |
| | 3 | aclocal -I . -I /usr/share/aclocal && \ |
| | 4 | automake --add-missing && \ |
| | 5 | autoconf |
| | 6 | |
| 5 | 7 | # gcc 3.0.2 ÍрΜ€Àµ |
| 6 | 8 | # gtkmm €Î autoconf €¬Êрǥš¥é¡Œ€¬œÐ€ë€Î€Ç |
-
|
r20
|
r22
|
|
| 6 | 6 | dnl Software version |
| 7 | 7 | PACKAGE=xclannad |
| 8 | | VERSION=scn2k |
| | 8 | VERSION=0.07hb |
| 9 | 9 | |
| 10 | | dnl I do not use automake ; It is too difficult for me ... |
| 11 | | dnl AM_INIT_AUTOMAKE($PACKAGE, $VERSION) |
| | 10 | AM_INIT_AUTOMAKE($PACKAGE, $VERSION) |
| 12 | 11 | |
| 13 | 12 | dnl Specify a configuretion file |