pkgconf 0.1.1.

pull/1/merge
William Pitcock 2011-07-25 17:14:44 -05:00
parent c54b850db7
commit 95298b4c72
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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])