maint: update copyright
[gnulib.git] / tests / havelib / rpathy / configure.ac
1 dnl Configuration of librpathy that depends on librpathx.
2 dnl
3 dnl Copyright (C) 2002-2003, 2005, 2010-2014 Free Software Foundation, Inc.
4 dnl
5 dnl This program is free software: you can redistribute it and/or modify
6 dnl it under the terms of the GNU General Public License as published by
7 dnl the Free Software Foundation; either version 3 of the License, or
8 dnl (at your option) any later version.
9 dnl
10 dnl This program is distributed in the hope that it will be useful,
11 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 dnl GNU General Public License for more details.
14 dnl
15 dnl You should have received a copy of the GNU General Public License
16 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18 AC_INIT([configure.ac])
19 AC_CONFIG_AUX_DIR([../../../build-aux])
20 AC_CONFIG_MACRO_DIR([../ltm4])
21 AM_INIT_AUTOMAKE([gettext_rpathy], [0])
22 AC_PROG_CC
23 AM_PROG_LIBTOOL
24 AC_LIB_LINKFLAGS([rpathx])
25 AC_SUBST([global_top_auxdir])
26 AC_OUTPUT([Makefile])