## Process this file with automake to produce Makefile.in
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
-# 2006, 2007, 2008 Free Software Foundation
+# 2006, 2007, 2008, 2009 Free Software Foundation
#
# Author: Nikos Mavrogiannopoulos
#
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
-SUBDIRS = lib libextra gl src doc tests
+SUBDIRS = lib libextra gl po src doc tests
if HAVE_GUILE
SUBDIRS += guile
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
#
# Author: Simon Josefsson
#
.DEFAULT_GOAL := bootstrap
endif
-PODIR := lib/po
+PODIR := po
autoreconf:
for f in $(PODIR)/*.po.in; do \
gl_EARLY
AC_C_INLINE
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
AC_ARG_ENABLE(cxx,
AS_HELP_STRING([--disable-cxx], [unconditionally disable the C++ library]),
use_cxx=$enableval, use_cxx=yes)
guile/modules/Makefile
guile/src/Makefile
guile/tests/Makefile
+ po/Makefile.in
src/Makefile
src/cfg/Makefile
src/cfg/platon/Makefile
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
#
# Author: Nikos Mavrogiannopoulos
#
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
-SUBDIRS = gl includes po x509
+SUBDIRS = gl includes x509
if ENABLE_MINITASN1
SUBDIRS += minitasn1
endif
AC_PROG_CC
lgl_EARLY
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
-
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
minitasn1/Makefile
opencdk/Makefile
openpgp/Makefile
- po/Makefile.in
x509/Makefile
])
AC_OUTPUT