source: trunk/third/gettext2/autoconf-lib-link/tests/rpathlyx/configure.ac @ 22167

Revision 22167, 1.1 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22166, which included commits to RCS files with non-trunk default branches.
RevLine 
[22166]1dnl Configuration of a program that links with librpathy.
2dnl
3dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
4dnl
5dnl This program is free software; you can redistribute it and/or modify
6dnl it under the terms of the GNU General Public License as published by
7dnl the Free Software Foundation; either version 2, or (at your option)
8dnl any later version.
9dnl
10dnl This program is distributed in the hope that it will be useful,
11dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13dnl GNU General Public License for more details.
14dnl
15dnl You should have received a copy of the GNU General Public License
16dnl along with this program; if not, write to the Free Software
17dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
19AC_INIT(configure.ac)
20AC_CONFIG_AUX_DIR(../../../config)
21AM_INIT_AUTOMAKE(gettext_rpathlyx, 0)
22AC_PROG_CC
23AC_LIB_LINKFLAGS([rpathx])
24AC_LIB_LINKFLAGS([rpathy],[rpathx])
25LIBRPATHY="$LIBRPATHY $LIBRPATHX"
26AC_SUBST(global_top_auxdir)
27AC_OUTPUT([Makefile])
Note: See TracBrowser for help on using the repository browser.