forked from ariadne/pkgconf
parent
8d6fc8597d
commit
dc61404a79
|
@ -1,3 +1,4 @@
|
||||||
|
*.h.in~
|
||||||
*.o
|
*.o
|
||||||
core
|
core
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
@ -10,6 +11,7 @@ core
|
||||||
*.orig
|
*.orig
|
||||||
*.patch
|
*.patch
|
||||||
*.rej
|
*.rej
|
||||||
|
/tests/run.sh
|
||||||
|
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/autom4te.cache/
|
/autom4te.cache/
|
||||||
|
|
13
configure.ac
13
configure.ac
|
@ -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_PREREQ([2.68])
|
||||||
AC_INIT([pkgconf], [0.8.1], [http://github.com/nenolod/pkgconf/issues])
|
AC_INIT([pkgconf], [0.8.1], [http://github.com/nenolod/pkgconf/issues])
|
||||||
AC_CONFIG_SRCDIR([pkg.c])
|
AC_CONFIG_SRCDIR([pkg.c])
|
||||||
|
|
Loading…
Reference in New Issue