summaryrefslogtreecommitdiff
path: root/libiberty/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2011-12-201-1/+1
|
* merge from gccDJ Delorie2011-08-221-0/+1
|
* merge from gccDJ Delorie2010-10-261-49/+0
|
* merge from gccDJ Delorie2008-04-181-0/+1
|
* 2007-06-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-06-141-0/+1
| | | | | | * aclocal.m4: Include config/warnings.m4. * configure.ac: Use ACX_PROG_CC_WARNING_OPTS. * configure: Regenerate.
* merge from gccDJ Delorie2005-05-071-10/+0
|
* merge from gccDJ Delorie2004-12-271-1/+0
|
* 2004-12-18 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (top_builddir): Set to `.'. (OUTPUT_OPTION): Removed. (LIBTOOL): New. (LTLIBOBJS): New. (EXTRA_LTOFILES): New. (FLAGS_TO_PASS): Add EXTRA_LTOFILES. (all): Remove stamp-picdir. (LTCOMPILE): New. (.c.lo): New rule. (REQUIRED_LTOFILES): New. (CONFIGURED_LTOFILES): New. ($(TARGETLIB)): Check .libs for PIC object files. Depend on $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS). (stamp-picdir): Completely removed. (maint-missing): Pass $(REQUIRED_LTOFILES) $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES) $(CONFIGURED_OFILES) (maint-buildall): Depend on $(REQUIRED_LTOFILES) $(CONFIGURED_LTOFILES). (mostlyclean): Also remove *.lo .libs. Run "make maint-deps". * aclocal.m4: Include ../libtool.m4. * config.table: Don't check --enable-shared. * configure.ac (AC_PROG_LIBTOOL): Add. (AC_PROG_CC_C_O): Removed. (OUTPUT_OPTION): Removed. (NO_MINUS_C_MINUS_O): Removed. (ltpexecute): New substitute. (LIBOBJS): Cleanup. * configure: Regenerated. * maint-tool: Updated for .lo/libtool.
* merge from gccDJ Delorie2003-09-031-0/+49
|
* * aclocal.m4: Include acx.m4 and no-executables.m4.Daniel Jacobowitz2003-08-271-43/+3
| | | | | | | | | | (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ. (LIB_AC_PROG_CC): Remove. * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES. Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if performing link tests. * configure: Regenerated.
* libiberty/Jason Merrill2003-05-071-0/+2
| | | | | | | | | | * hashtab.c (burtle_hash): New fn. * configure.in: Add AC_C_BIGENDIAN_CROSS. * aclocal.m4: Include accross.m4. * configure, config.in: Regenerate. include/ * hashtab.h (burtle_hash): Prototype. (burtle_hash_object): New macro.
* * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz2003-02-201-0/+29
| | | | | | | | | | | | | | | (REQUIRED_OFILES): Add lrealpath.o. (lrealpath.o): Add rule. * aclocal.m4 (libiberty_NEED_DECLARATION): Add. * configure.in: Add realpath and canonicalize_file_name to checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION for canonicalize_file_name. * lrealpath.c: New file. * make-relative-prefix.c: Update documentation. (make_relative_prefix): Simplify. Use lbasename and lrealpath. * config.in: Regenerated. * configure: Regenerated. * functions.texi: Regenerated.
* merge from gccDJ Delorie2002-01-011-0/+3
|
* merge from gccDJ Delorie2001-03-061-0/+52
|
* * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie2000-11-291-0/+51
| | | | | | | | | | | | | (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three argument form of AC_DEFINE in dummy definitions block. Use AC_DEFINE_NOAUTOHEADER for real definitions of things defined in dummy block. Preload cache variables instead of bypassing tests, where possible. * acconfig.h: Removed. * xmalloc.c (xmalloc_failed): New function, does error reporting on failed allocation. (xmalloc, xcalloc, xrealloc): Use it.
* * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.Jeff Law2000-07-231-0/+14
| | | | | | * configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
* Synced with libiberty in the gcc repository.H.J. Lu2000-06-151-0/+71