From 7fbec5b15c0e2a3a3bc5bc5e7a500f66c8956cdf Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 16 Dec 2003 06:55:32 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'LIBTOOL_1_5_0'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/LIBTOOL_1_5_0@74674 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/libltdl/.cvsignore | 13 ------- libjava/libltdl/acconfig.h | 12 ------- libjava/libltdl/config.h.in | 80 -------------------------------------------- libjava/libltdl/configure.in | 44 ------------------------ libjava/libltdl/stamp-h.in | 0 5 files changed, 149 deletions(-) delete mode 100644 libjava/libltdl/.cvsignore delete mode 100644 libjava/libltdl/acconfig.h delete mode 100644 libjava/libltdl/config.h.in delete mode 100644 libjava/libltdl/configure.in delete mode 100644 libjava/libltdl/stamp-h.in diff --git a/libjava/libltdl/.cvsignore b/libjava/libltdl/.cvsignore deleted file mode 100644 index faf2876a55e..00000000000 --- a/libjava/libltdl/.cvsignore +++ /dev/null @@ -1,13 +0,0 @@ -.deps -.libs -Makefile -Makefile.in -acinclude.m4 -aclocal.m4 -configure -config.* -conftest* -libtool -*.lo -*.la -stamp-h* diff --git a/libjava/libltdl/acconfig.h b/libjava/libltdl/acconfig.h deleted file mode 100644 index 15f115c7473..00000000000 --- a/libjava/libltdl/acconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Some of these are defined here, not in configure.in, because - they're AC_DEFINEd in two different places, which causes two - defines to appear. Some C compilers might now appreciate it... */ - -/* Define if you have the libdl library or equivalent. */ -#undef HAVE_LIBDL - -/* Define if you have the GNU dld library. */ -#undef HAVE_DLD - -/* Define if you have the shl_load function. */ -#undef HAVE_SHL_LOAD diff --git a/libjava/libltdl/config.h.in b/libjava/libltdl/config.h.in deleted file mode 100644 index 1e7613efdb4..00000000000 --- a/libjava/libltdl/config.h.in +++ /dev/null @@ -1,80 +0,0 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -#undef const - -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline - -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define if you have the libdl library or equivalent. */ -#undef HAVE_LIBDL - -/* Define if you have the GNU dld library. */ -#undef HAVE_DLD - -/* Define if you have the shl_load function. */ -#undef HAVE_SHL_LOAD - -/* Define if you have the dlerror function. */ -#undef HAVE_DLERROR - -/* Define if you have the index function. */ -#undef HAVE_INDEX - -/* Define if you have the rindex function. */ -#undef HAVE_RINDEX - -/* Define if you have the strchr function. */ -#undef HAVE_STRCHR - -/* Define if you have the strrchr function. */ -#undef HAVE_STRRCHR - -/* Define if you have the header file. */ -#undef HAVE_CTYPE_H - -/* Define if you have the header file. */ -#undef HAVE_DL_H - -/* Define if you have the header file. */ -#undef HAVE_DLD_H - -/* Define if you have the header file. */ -#undef HAVE_DLFCN_H - -/* Define if you have the header file. */ -#undef HAVE_MALLOC_H - -/* Define if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define if you have the header file. */ -#undef HAVE_STDIO_H - -/* Define if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define if you have the header file. */ -#undef HAVE_STRING_H - -/* Define if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to the extension used for shared libraries, say, .so. */ -#undef LTDL_SHLIB_EXT - -/* Define to the name of the environment variable that determines the dynamic library search path. */ -#undef LTDL_SHLIBPATH_VAR - -/* Define to the sub-directory in which libtool stores uninstalled libraries. */ -#undef LTDL_OBJDIR - -/* Define if libtool can extract symbol lists from object files. */ -#undef HAVE_PRELOADED_SYMBOLS - -/* Define if dlsym() requires a leading underscode in symbol names. */ -#undef NEED_USCORE - diff --git a/libjava/libltdl/configure.in b/libjava/libltdl/configure.in deleted file mode 100644 index 8192e539ba1..00000000000 --- a/libjava/libltdl/configure.in +++ /dev/null @@ -1,44 +0,0 @@ -dnl Process this file with autoconf to create configure. - -AC_INIT(ltdl.c) - -dnl We shouldn't be using these internal macros of autoconf, -dnl but CONFIG_AUX_DIR($with_auxdir) breaks automake. -AC_ARG_WITH(auxdir, -[ --with-auxdir=DIR path to autoconf auxiliary files], -[AC_CONFIG_AUX_DIRS($with_auxdir)], -[AC_CONFIG_AUX_DIR_DEFAULT]) - -if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then - if test -f ${srcdir}/ltconfig && test -f ${srcdir}/ltmain.sh; then - # if libltdl is libtoolized, it is assumed to be stand-alone and - # installed unless the command line overrides it (tested above) - enable_ltdl_install=yes - else - AC_MSG_WARN([*** The top-level configure must select either]) - AC_MSG_WARN([*** [A""C_LIBLTDL_INSTALLABLE] or [A""C_LIBLTDL_CONVENIENCE].]) - AC_MSG_ERROR([*** Maybe you want to --enable-ltdl-install?]) - fi -fi - -AM_INIT_AUTOMAKE(libltdl,1.1,-) -AM_CONFIG_HEADER(config.h) -AM_MAINTAINER_MODE - -AC_PROG_CC -AC_C_CONST -AC_C_INLINE - -AC_LIBTOOL_WIN32_DLL -AM_PROG_LIBTOOL -AC_SUBST(LIBTOOL_DEPS) - -AC_LIB_LTDL - -dnl Output the makefile -AC_OUTPUT(Makefile) - -# Local Variables: -# mode:shell-script -# sh-indentation:2 -# End: diff --git a/libjava/libltdl/stamp-h.in b/libjava/libltdl/stamp-h.in deleted file mode 100644 index e69de29bb2d..00000000000 -- cgit v1.2.3