configure.ac revision 1.1 1 1.1 christos dnl Configuration of librpathy that depends on librpathx.
2 1.1 christos dnl
3 1.1 christos dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
4 1.1 christos dnl
5 1.1 christos dnl This program is free software; you can redistribute it and/or modify
6 1.1 christos dnl it under the terms of the GNU General Public License as published by
7 1.1 christos dnl the Free Software Foundation; either version 2, or (at your option)
8 1.1 christos dnl any later version.
9 1.1 christos dnl
10 1.1 christos dnl This program is distributed in the hope that it will be useful,
11 1.1 christos dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12 1.1 christos dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 1.1 christos dnl GNU General Public License for more details.
14 1.1 christos dnl
15 1.1 christos dnl You should have received a copy of the GNU General Public License
16 1.1 christos dnl along with this program; if not, write to the Free Software Foundation,
17 1.1 christos dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 1.1 christos
19 1.1 christos AC_INIT(configure.ac)
20 1.1 christos AC_CONFIG_AUX_DIR(../../../build-aux)
21 1.1 christos AM_INIT_AUTOMAKE(gettext_rpathy, 0)
22 1.1 christos AC_PROG_CC
23 1.1 christos AM_PROG_LIBTOOL
24 1.1 christos AC_LIB_LINKFLAGS([rpathx])
25 1.1 christos AC_SUBST(global_top_auxdir)
26 1.1 christos AC_OUTPUT([Makefile])
27