summaryrefslogtreecommitdiff
path: root/app/xgc/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-05-10 10:11:46 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-05-10 10:11:46 +0000
commit9a281e86bdb3e754836ba49f5186641d573c3a5f (patch)
tree29e7f12dd9db98454b0042bbd2ef2cc2a7fcde7c /app/xgc/configure.ac
parent496ed5819b413be978467a61e672300e1350780f (diff)
Update to xgc 1.0.5
Diffstat (limited to 'app/xgc/configure.ac')
-rw-r--r--app/xgc/configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/xgc/configure.ac b/app/xgc/configure.ac
index 04f55f6fc..832518c52 100644
--- a/app/xgc/configure.ac
+++ b/app/xgc/configure.ac
@@ -22,14 +22,13 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xgc], [1.0.4],
+AC_INIT([xgc], [1.0.5],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xgc])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_MAINTAINER_MODE
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],
@@ -40,7 +39,7 @@ XORG_DEFAULT_OPTIONS
AC_PROG_LEX
AC_PROG_YACC
AC_PATH_PROG([YACC_INST], $YACC)
-if test ! -f "gram.c"; then
+if ! test -f "$srcdir/gram.c"; then
if test -z "$YACC_INST"; then
AC_MSG_ERROR([yacc not found - unable to compile gram.y])
fi