summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-01-16 12:31:35 +0100
committerSimon Josefsson <simon@josefsson.org>2009-03-04 15:16:51 +0100
commitf410d3a7c70b75b65fcec74542e0cf7d8817d81c (patch)
tree8e3f1bcd8d685bf140751ac446a525f08b462960 /configure.ac
parent7d25b6efab75cbf9dc0112cfbff806293440a818 (diff)
downloadlibtasn1-f410d3a7c70b75b65fcec74542e0cf7d8817d81c.tar.gz
libtasn1-f410d3a7c70b75b65fcec74542e0cf7d8817d81c.tar.bz2
libtasn1-f410d3a7c70b75b65fcec74542e0cf7d8817d81c.zip
Add gnulib stdint module from gnulib under lib/.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a781fbd..23048f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
#
# This file is part of LIBTASN1.
#
@@ -33,6 +33,7 @@ AC_SUBST(LT_AGE, 0)
AC_PROG_CC
gl_EARLY
+lgl_EARLY
AC_PROG_YACC
AC_PROG_LN_S
@@ -54,8 +55,9 @@ sj_UPDATE_HEADER_VERSION([$srcdir/lib/libtasn1.h])
# Check for gtk-doc.
GTK_DOC_CHECK(1.2)
-# For gnulib compatibility modules in gl/.
+# For gnulib compatibility modules.
gl_INIT
+lgl_INIT
# Disable useless warnings.
W=
@@ -90,6 +92,7 @@ AC_CONFIG_FILES([
examples/Makefile
gl/Makefile
lib/Makefile
+ lib/gllib/Makefile
lib/libtasn1.pc
src/Makefile
tests/Makefile