summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-02-23 23:14:40 -0500
committerTavian Barnes <tavianator@gmail.com>2010-02-23 23:14:40 -0500
commit53757c9dd5c0a03a0d50d1482025bb3beacde46a (patch)
treea65b09eea4fe949fb7dfb7edf984a16a086c040d /configure.ac
parent65f265cd55420cb892efaa8e7faa8ea22f2747fe (diff)
downloadlibsandglass-53757c9dd5c0a03a0d50d1482025bb3beacde46a.tar.xz
Use pkg-config.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c767daa..a154ad7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public
dnl License along with this program. If not, see
dnl <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.63)
+AC_PREREQ(2.65)
AC_INIT(The Sandglass Library, 0.0, tavianator@gmail.com, libsandglass)
AM_INIT_AUTOMAKE(libsandglass, 0.0)
@@ -61,5 +61,6 @@ dnl Generate Makefiles
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([Makefile
src/Makefile
+ src/libsandglass.pc
tests/Makefile])
AC_OUTPUT