xref: /netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathz/configure.ac (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1*946379e7Schristosdnl Configuration of librpathz that depends on librpathx and librpathy.
2*946379e7Schristosdnl
3*946379e7Schristosdnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
4*946379e7Schristosdnl
5*946379e7Schristosdnl This program is free software; you can redistribute it and/or modify
6*946379e7Schristosdnl it under the terms of the GNU General Public License as published by
7*946379e7Schristosdnl the Free Software Foundation; either version 2, or (at your option)
8*946379e7Schristosdnl any later version.
9*946379e7Schristosdnl
10*946379e7Schristosdnl This program is distributed in the hope that it will be useful,
11*946379e7Schristosdnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12*946379e7Schristosdnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13*946379e7Schristosdnl GNU General Public License for more details.
14*946379e7Schristosdnl
15*946379e7Schristosdnl You should have received a copy of the GNU General Public License
16*946379e7Schristosdnl along with this program; if not, write to the Free Software Foundation,
17*946379e7Schristosdnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18*946379e7Schristos
19*946379e7SchristosAC_INIT(configure.ac)
20*946379e7SchristosAC_CONFIG_AUX_DIR(../../../build-aux)
21*946379e7SchristosAM_INIT_AUTOMAKE(gettext_rpathz, 0)
22*946379e7SchristosAC_PROG_CC
23*946379e7SchristosAM_PROG_LIBTOOL
24*946379e7SchristosAC_LIB_LINKFLAGS([rpathx])
25*946379e7SchristosAC_LIB_LINKFLAGS([rpathy],[rpathx])
26*946379e7SchristosAC_SUBST(global_top_auxdir)
27*946379e7SchristosAC_OUTPUT([Makefile])
28