aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure
AgeCommit message (Collapse)AuthorFilesLines
2006-04-19bfd/Alan Modra1-2/+2
* warning.m4 (--enable-werror, -build-warnings): Format help messages. * configure: Regenerate. binutils/ * configure: Regenerate. gas/ * configure.in (--enable-targets): Indent help message. * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * configure: Regenerate. opcodes/ * configure: Regenerate.
2006-04-062006-04-06 Carlos O'Donell <carlos@codesourcery.com>Carlos O'Donell1-10/+119
* Makefile.tpl: Add install-html target. * Makefile.def: Add install-html target. * Makefile.in: Regenerate. * configure.in: Add --with-datarootdir, --with-docdir, and --with-htmldir options. * configure: Regenerate. bfd/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir htmldir. Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST for datarootdir, docdir and htmldir. * configure: Regenerate. bfd/doc/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html and install-html-am targets. Define datarootdir, docdir and htmldir. * Makefile.in: Regenerate. binutils/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir and htmldir. * configure: Regenerate. * doc/Makefile.am: Add install-html and install-html-am targets. * doc/Makefile.in: Regenerate. etc/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add install-html target. Add htmldir, docdir and datarootdir. * configure.texi: Document install-html target. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. gas/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * doc/Makefile.am: Add install-html and install-html-am targets. * doc/Makefile.in: Regenerate. gprof/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html, install-html-am and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. intl/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * intl/Makefile.in: Add html info and dvi and install-html to .PHONY Add install-html target. ld/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html, install-html-am, and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * po/Make-in: Add install-html target. opcodes/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html target. * Makefile.in: Regenerate.
2005-11-07 * configure: Regenerate after modifying bfd/warning.m4.Steve Ellcey1-6/+12
2005-10-03oops - delayed commit of addition of Irish translationNick Clifton1-1/+1
2005-04-14bfd/Alan Modra1-18/+25
* Makefile.am (NO_WERROR): Define. * warning.m4: New file * acinclude.m4: Include warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. bfd/doc/ * Makefile.in: Regenerate. binutils/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gas/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gprof/ * Makefile.am (NO_WERROR): Define. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. ld/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. opcodes/ * Makefile.am (NO_WERROR): Define. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate.
2005-04-06po/rw.po: New translation: KinyarwandaNick Clifton1-1/+1
configure.in (ALL_LINGUAS): Add rw
2005-04-04Add a check for <unistd.h> providing a prototype for getopt() which is ↵Nick Clifton1-0/+62
compatible with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
2005-03-16Rename switch to enable/disable -Werror to --enable-werror/--disable-werrorNick Clifton1-7/+7
for compatibility with gcc.
2005-03-16Enable -Werror by defaultNick Clifton1-1/+22
2005-01-312005-01-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-5/+7
* gettext.m4: Only set ENABLE_NLS when gettext is present.
2005-01-31Add Vietnamese translation.Nick Clifton1-1/+1
2005-01-272005-01-27 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-3/+5
* gettext.m4: Don't use NONE as a default for CATOBJEXT.
2004-09-17 * Makefile.in: Regenerate.Alan Modra1-78/+124
* aclocal.m4: Regenerate. * configure: Regenerate. * po/gprof.pot: Regenerate.
2004-06-15 * configure.in: Run through autoupdate.Ben Elliston1-2678/+7594
* configure: Regenerate with autoconf 2.59. * Makefile.am (install-local): Rename from this .. (install-data-local): .. to this. * Makefile.in: Regenerate with automake 1.8.5. * aclocal.m4: Regenerate with aclocal 1.8.5.
2003-08-26Add German translationNick Clifton1-402/+436
2002-12-02Add Brazillian Portugese translation.Nick Clifton1-1/+1
2002-11-12Add new/updated Danish translationsNick Clifton1-1/+1
2002-07-23update translations.Nick Clifton1-1/+1
2002-02-01 * configure.in (build_warnings): Add -Wstrict-prototypesAlan Modra1-390/+368
-Wmissing-prototypes. * aclocal.m4: Regenerate. * gconfig.in: Regenerate. * configure: Regenerate. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
2002-01-31Deal with target architecture that have a pointer size that is different fromNick Clifton1-100/+65
the host architectures pointer size.
2002-01-282002-01-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-147/+159
From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. Various configure scripts regenerated.
2002-01-07Add spanish translation filesNick Clifton1-1/+1
2001-12-21Import Swedish translationNick Clifton1-1/+1
2001-12-03Import new turkish translations from Translation Project's website.Nick Clifton1-1/+1
2001-11-02Add translationsNick Clifton1-188/+190
2001-10-03Regenerate configure to include the gettext.m4 change. UpdateAlan Modra1-1/+1
opcodes/po/POTFILES.in
2001-05-20* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva1-184/+204
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4.
2001-03-14David Mosberger's fixes for cross compiling gprof.Alan Modra1-0/+89
2001-03-13Fix typos in ChangeLog; fix dates in copyright noticesNick Clifton1-363/+385
2001-02-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra1-165/+177
and run "make dep-am".
2000-09-30* ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva1-204/+194
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
2000-09-072000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu1-397/+408
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
2000-09-06* aclocal.m4, configure: Rebuilt with new libtool.m4.Alexandre Oliva1-127/+130
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton1-1/+1
ability to support removal of duplciate DWARF@ debug information.
2000-08-31* acinclude.m4: Include libtool and gettext macros from theAlexandre Oliva1-267/+783
top level. * aclocal.m4, configure: Rebuilt.
2000-06-132000-06-13 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
* configure: Regenerate.
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra1-497/+197
2000-04-09Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney1-153/+179
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
1999-07-15 * configure.in: Bump version number to 2.9.5.Ian Lance Taylor1-159/+170
* configure: Rebuild.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+4403