aboutsummaryrefslogtreecommitdiff
path: root/po/configure.ac
blob: 37c40c8166666b7e3c1501e0e4af617e9ef0d211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This configure.ac.in is in the public domain

# Use versions from parent configure
AC_INIT([GNU Libmicrohttpd], [0.9.59], [libmicrohttpd@gnu.org])

AC_CONFIG_SRCDIR([Makevars])
AC_CONFIG_MACRO_DIR([../m4])
AC_CONFIG_AUX_DIR([..])
AM_INIT_AUTOMAKE([silent-rules])

AM_GNU_GETTEXT([external])

# gettext expect that 'po' files will stay in subdirectory.
# Form './Makefile.in' is accepted by gettext as subdirectory but caused some
# troubles with in-place build (with relative path to source files). To workaround
# this, some hack are used in Makefile.
AC_OUTPUT([./Makefile.in])