| Line | |
|---|
| 1 | # -*- Autoconf -*-
|
|---|
| 2 | # Process this file with autoconf to produce a configure script.
|
|---|
| 3 |
|
|---|
| 4 | AC_PREREQ([2.63])
|
|---|
| 5 | AC_INIT([PUSK], [0.9.6], [jean-marc.andre@hp.com], [PUSK])
|
|---|
| 6 | AM_INIT_AUTOMAKE
|
|---|
| 7 |
|
|---|
| 8 | # Checks for programs.
|
|---|
| 9 | AC_PROG_INSTALL
|
|---|
| 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 | AC_CONFIG_FILES([
|
|---|
| 19 | Makefile
|
|---|
| 20 | ])
|
|---|
| 21 |
|
|---|
| 22 | AC_OUTPUT
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.