Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 21 | ||
---|---|---|---|
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.13) |
5 | AC_INIT(libdkim, 1.0.19) |
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 |