From 95298b4c7264b815b3bebd98b6129174dc283b23 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 25 Jul 2011 17:14:44 -0500 Subject: [PATCH] pkgconf 0.1.1. --- Makefile | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eda91c3..d0bebfa 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,6 @@ include buildsys.mk LIBS = -lpopt install-extra: - ${LN} ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config + ${LN_S} -f ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config include .deps diff --git a/configure.ac b/configure.ac index c3189bb..747ea50 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([pkgconf], [0.1], [http://jira.atheme.org/]) +AC_INIT([pkgconf], [0.1.1], [http://jira.atheme.org/]) AC_CONFIG_SRCDIR([pkg.c]) AC_CONFIG_HEADERS([config.h])