Rev 21 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 21 | Rev 47 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | # -*- Autoconf -*- |
1 | # -*- Autoconf -*- |
| 2 | # Process this file with autoconf to produce a configure script. |
2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.61) |
4 | AC_PREREQ(2.61) |
| 5 | AC_INIT(libdkim, 1.0.19) |
5 | AC_INIT(libdkim, 1.0.21) |
| 6 | AC_CONFIG_SRCDIR([dkim.cpp]) |
6 | AC_CONFIG_SRCDIR([dkim.cpp]) |
| 7 | ##AC_CONFIG_HEADER([config.h]) |
7 | ##AC_CONFIG_HEADER([config.h]) |
| 8 | 8 | ||
| 9 | # Checks for programs. |
9 | # Checks for programs. |
| 10 | AC_PROG_CXX |
10 | AC_PROG_CXX |