diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 795f3fb..90ac4de 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,7 +1,7 @@ | |||
1 | # Process this file with autoconf to produce a configure script. | 1 | # Process this file with autoconf to produce a configure script. |
2 | AC_PREREQ(2.61) | 2 | AC_PREREQ(2.61) |
3 | AC_INIT([libextractor], [0.6.2], [bug-libextractor@gnu.org]) | 3 | AC_INIT([libextractor], [0.6.3], [bug-libextractor@gnu.org]) |
4 | AM_INIT_AUTOMAKE([libextractor], [0.6.2]) | 4 | AM_INIT_AUTOMAKE([libextractor], [0.6.3]) |
5 | AC_CONFIG_HEADERS([config.h]) | 5 | AC_CONFIG_HEADERS([config.h]) |
6 | AH_TOP([#define _GNU_SOURCE 1]) | 6 | AH_TOP([#define _GNU_SOURCE 1]) |
7 | 7 | ||