diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-13 05:01:01 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-13 05:01:01 +0000 |
commit | 2ee5bab7d665f5af181d12e70ce8952c101204d1 (patch) | |
tree | a5bc4f19ae3392fd0216fd74519d0a57c9c33343 /app/showfont/configure.ac | |
parent | ea8f5173293e90283dd94542f6e8e5391bf9ea47 (diff) |
Update to showfont 1.0.2
Diffstat (limited to 'app/showfont/configure.ac')
-rw-r--r-- | app/showfont/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/showfont/configure.ac b/app/showfont/configure.ac index fd9ea795f..11e5e3e53 100644 --- a/app/showfont/configure.ac +++ b/app/showfont/configure.ac @@ -22,13 +22,14 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(showfont,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],showfont) +AC_INIT(showfont,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],showfont) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_INSTALL # Checks for pkg-config packages |