| Revision 4587,
601 bytes
checked in by yasumichi, 15 years ago
(diff) |
|
import vine-manual-skel
|
| Rev | Line | |
|---|
| [4587] | 1 | # -*- Autoconf -*- |
|---|
| 2 | # Process this file with autoconf to produce a configure script. |
|---|
| 3 | |
|---|
| 4 | AC_PREREQ([2.65]) |
|---|
| 5 | AC_INIT([vine-manual-skel], [0.1], [http://bts.vinelinux.org/]) |
|---|
| 6 | AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar]) |
|---|
| 7 | AM_MAINTAINER_MODE |
|---|
| 8 | |
|---|
| 9 | # Checks for programs. |
|---|
| 10 | |
|---|
| 11 | # Checks for libraries. |
|---|
| 12 | |
|---|
| 13 | # Checks for header files. |
|---|
| 14 | |
|---|
| 15 | # Checks for typedefs, structures, and compiler characteristics. |
|---|
| 16 | |
|---|
| 17 | # Checks for library functions. |
|---|
| 18 | |
|---|
| 19 | AC_CONFIG_FILES([ |
|---|
| 20 | vine-manual-init |
|---|
| 21 | Makefile |
|---|
| 22 | template/Makefile |
|---|
| 23 | template/help/Makefile |
|---|
| 24 | template/help/figures/Makefile |
|---|
| 25 | ]) |
|---|
| 26 | AC_OUTPUT |
|---|
Note: See
TracBrowser
for help on using the repository browser.