summaryrefslogtreecommitdiff
path: root/autoconf-lib-link/tests/rpathz/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf-lib-link/tests/rpathz/configure.ac')
-rw-r--r--autoconf-lib-link/tests/rpathz/configure.ac26
1 files changed, 0 insertions, 26 deletions
diff --git a/autoconf-lib-link/tests/rpathz/configure.ac b/autoconf-lib-link/tests/rpathz/configure.ac
deleted file mode 100644
index a2e3ee289..000000000
--- a/autoconf-lib-link/tests/rpathz/configure.ac
+++ /dev/null
@@ -1,26 +0,0 @@
-dnl Configuration of librpathz that depends on librpathx and librpathy.
-dnl
-dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
-dnl
-dnl This program is free software: you can redistribute it and/or modify
-dnl it under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation; either version 3 of the License, or
-dnl (at your option) any later version.
-dnl
-dnl This program is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-dnl GNU General Public License for more details.
-dnl
-dnl You should have received a copy of the GNU General Public License
-dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../build-aux)
-AM_INIT_AUTOMAKE(gettext_rpathz, 0)
-AC_PROG_CC
-AM_PROG_LIBTOOL
-AC_LIB_LINKFLAGS([rpathx])
-AC_LIB_LINKFLAGS([rpathy],[rpathx])
-AC_SUBST(global_top_auxdir)
-AC_OUTPUT([Makefile])