diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8aaf1b8..08061c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,12 @@ -AC_INIT([eselect-python], [20090920]) +AC_INIT([eselect-python], [20090824]) AC_PROG_CC # strndup() was introduced in POSIX.1-2008. AC_CHECK_FUNCS([strndup]) +AC_SUBST([ASFLAGS]) + # Create output files. AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) |