aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-05-15 14:01:22 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-05-15 14:10:21 +0300
commit6f6211b261abdd0c342a108f8766ddc613da034a (patch)
tree49afaf34613cad36dfa401114e0acb03cde1ede6 /configure.ac
parentd0004608cb066135457dffafec10926d43f30eab (diff)
downloadgenrc-6f6211b261abdd0c342a108f8766ddc613da034a.tar.gz
genrc-6f6211b261abdd0c342a108f8766ddc613da034a.tar.bz2
Version 1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5b4774a..8cf75a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with genrc. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([genrc], [0.1], [gray@gnu.org])
+AC_INIT([genrc], [1.0], [gray@gnu.org])
AC_CONFIG_SRCDIR([src/genrc.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign silent-rules])
@@ -37,7 +37,7 @@ AC_CHECK_HEADERS([getopt.h pcre.h])
# Checks for library functions.
AC_CHECK_FUNCS([getdtablesize])
-GRECS_SETUP(grecs, [all-parsers git2chg])
+GRECS_SETUP(grecs, [all-parsers])
AM_CONDITIONAL([COND_PCRE],
[test "$ac_cv_header_pcre_h" = yes && test "$ac_cv_lib_pcre_main" = yes])

Return to:

Send suggestions and report system problems to the System administrator.