pkgconf 0.8.1.

pull/29/head pkgconf-0.8.1
William Pitcock 2012-07-20 22:36:58 -05:00
parent 8d6fc8597d
commit dc61404a79
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.h.in~
*.o
core
.gdb_history
@ -10,6 +11,7 @@ core
*.orig
*.patch
*.rej
/tests/run.sh
/aclocal.m4
/autom4te.cache/

View File

@ -1,3 +1,16 @@
dnl configure.ac
dnl m4 preprocessor script for autotools
dnl
dnl Copyright (c) 2011, 2012 William Pitcock <nenolod@dereferenced.org>.
dnl
dnl Permission to use, copy, modify, and/or distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
dnl copyright notice and this permission notice appear in all copies.
dnl
dnl This software is provided 'as is' and without any warranty, express or
dnl implied. In no event shall the authors be liable for any damages arising
dnl from the use of this software.
AC_PREREQ([2.68])
AC_INIT([pkgconf], [0.8.1], [http://github.com/nenolod/pkgconf/issues])
AC_CONFIG_SRCDIR([pkg.c])