- Fix .changes file.

- correct license and style (prepare_spec)
- minor build fixes, avoid deprecated macros to be more portable

- Remove redundant tags/sections from specfile

- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

- Use 2.68 everywhere in specfile.
- Use %%configure macro in spec file.

- Cosmetic changes to spec file

- update to 2.68 to include the patch
** AC_MSG_ERROR (and AS_ERROR) can once again be followed immediately by
   `dnl'.  Regression introduced in 2.66.
** AC_INIT again allows URLs with '?' for its BUG-REPORT argument.
   Regression introduced in 2.66.
** AC_REPLACE_FUNCS again allows a non-literal argument, such as a shell
   variable that expands to a list of functions to check.  Regression
   introduced in 2.66.
** AT_BANNER() with empty argument will cause visual separation from previous
   test category.
** The macros AC_PREPROC_IFELSE, AC_COMPILE_IFELSE, AC_LINK_IFELSE, and
   AC_RUN_IFELSE now warn if the first argument failed to use
   AC_LANG_SOURCE or AC_LANG_PROGRAM to generate the conftest file
   contents.  A new macro AC_LANG_DEFINES_PROVIDED exists if you have
   a compelling reason why you cannot use AC_LANG_SOURCE but must

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=26
This commit is contained in:
Philipp Thomas 2012-05-03 12:31:42 +00:00 committed by Git OBS Bridge
parent 5b50f08056
commit 0e91e11a9a
2 changed files with 796 additions and 786 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 27 14:29:08 CEST 2012 - pth@suse.de
- Fix .changes file.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
@ -45,59 +50,59 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
AC_FC_PP_DEFINE for the Fortran preprocessor define flag AC_FC_PP_DEFINE for the Fortran preprocessor define flag
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
- correct license and style (prepare_spec) - correct license and style (prepare_spec)
- minor build fixes, avoid deprecated macros to be more portable - minor build fixes, avoid deprecated macros to be more portable
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile - Remove redundant tags/sections from specfile
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile - Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build - Use %_smp_mflags for parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 31 17:26:59 CET 2011 - pth@suse.de Mon Jan 31 17:26:59 CET 2011 - pth@suse.de
- Use 2.68 everywhere in specfile. - Use 2.68 everywhere in specfile.
- Use %%configure macro in spec file. - Use %%configure macro in spec file.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
- Cosmetic changes to spec file - Cosmetic changes to spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
- update to 2.68 to include the patch - update to 2.68 to include the patch
** AC_MSG_ERROR (and AS_ERROR) can once again be followed immediately by ** AC_MSG_ERROR (and AS_ERROR) can once again be followed immediately by
`dnl'. Regression introduced in 2.66. `dnl'. Regression introduced in 2.66.
** AC_INIT again allows URLs with '?' for its BUG-REPORT argument. ** AC_INIT again allows URLs with '?' for its BUG-REPORT argument.
Regression introduced in 2.66. Regression introduced in 2.66.
** AC_REPLACE_FUNCS again allows a non-literal argument, such as a shell ** AC_REPLACE_FUNCS again allows a non-literal argument, such as a shell
variable that expands to a list of functions to check. Regression variable that expands to a list of functions to check. Regression
introduced in 2.66. introduced in 2.66.
** AT_BANNER() with empty argument will cause visual separation from previous ** AT_BANNER() with empty argument will cause visual separation from previous
test category. test category.
** The macros AC_PREPROC_IFELSE, AC_COMPILE_IFELSE, AC_LINK_IFELSE, and ** The macros AC_PREPROC_IFELSE, AC_COMPILE_IFELSE, AC_LINK_IFELSE, and
AC_RUN_IFELSE now warn if the first argument failed to use AC_RUN_IFELSE now warn if the first argument failed to use
AC_LANG_SOURCE or AC_LANG_PROGRAM to generate the conftest file AC_LANG_SOURCE or AC_LANG_PROGRAM to generate the conftest file
contents. A new macro AC_LANG_DEFINES_PROVIDED exists if you have contents. A new macro AC_LANG_DEFINES_PROVIDED exists if you have
a compelling reason why you cannot use AC_LANG_SOURCE but must a compelling reason why you cannot use AC_LANG_SOURCE but must
avoid the warning. avoid the warning.
** Newly obsolete macros ** Newly obsolete macros
The following macros have been marked obsolete. New programs The following macros have been marked obsolete. New programs
should use the corresponding Gnulib modules. Gnulib not only should use the corresponding Gnulib modules. Gnulib not only
detects a larger set of portability problems with these functions, detects a larger set of portability problems with these functions,
@ -106,16 +111,16 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
AC_FUNC_ERROR_AT_LINE AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_ERROR_AT_LINE AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
AC_FUNC_MKTIME AC_FUNC_STRTOD AC_FUNC_MKTIME AC_FUNC_STRTOD
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org
- added patch autoconf-2.67-fix_dnl.patch to fix regression in - added patch autoconf-2.67-fix_dnl.patch to fix regression in
AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl) AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de
- Update to 2.67: - Update to 2.67:
* New macro AC_FC_LINE_LENGTH to accept long Fortran source code * New macro AC_FC_LINE_LENGTH to accept long Fortran source code
lines. lines.
@ -186,25 +191,25 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
* New macro AC_FC_FIXEDFORM to accept fixed-form Fortran. * New macro AC_FC_FIXEDFORM to accept fixed-form Fortran.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags - use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 31 09:57:17 UTC 2010 - coolo@novell.com Mon May 31 09:57:17 UTC 2010 - coolo@novell.com
- add empty install section - add empty install section
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 28 14:12:03 UTC 2010 - coolo@novell.com Fri May 28 14:12:03 UTC 2010 - coolo@novell.com
- split out test suite that takes 95% of the build time - split out test suite that takes 95% of the build time
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com
- Update to 2.65 - Update to 2.65
** Autoconf is now licensed under the GPLv3+. ** Autoconf is now licensed under the GPLv3+.
** The manual is now shipped under the terms of the GNU FDL 1.3. ** The manual is now shipped under the terms of the GNU FDL 1.3.
** config.status now provides a --config option to produce the configuration. ** config.status now provides a --config option to produce the configuration.
@ -214,23 +219,23 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
This feature is still in testing, and may not work on every This feature is still in testing, and may not work on every
platform, help in improving it would be appreciated. platform, help in improving it would be appreciated.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de
- enable parallel building - enable parallel building
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 17 23:24:43 CEST 2009 - dominique-obs@leuenberger.net Fri Jul 17 23:24:43 CEST 2009 - dominique-obs@leuenberger.net
- Add autoconf-xfail-test27.patch - Add autoconf-xfail-test27.patch
+ It skips test 27 ([autom4te preselections]) as it's an + It skips test 27 ([autom4te preselections]) as it's an
incompatibility between autoconf 2.63 and automake 1.11 incompatibility between autoconf 2.63 and automake 1.11
! This patch needs to be removed with autoconf 2.64 again ! ! This patch needs to be removed with autoconf 2.64 again !
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 10 09:59:08 CEST 2008 - schwab@suse.de Wed Sep 10 09:59:08 CEST 2008 - schwab@suse.de
- Update to autoconf 2.63. - Update to autoconf 2.63.
** AC_C_BIGENDIAN does not mistakenly report "universal" for some ** AC_C_BIGENDIAN does not mistakenly report "universal" for some
bigendian hosts, a regression introduced with universal binary bigendian hosts, a regression introduced with universal binary
support in 2.62. support in 2.62.
@ -280,289 +285,289 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
** Config header templates `#undef UNDEFINED /* comment */' do not lead to ** Config header templates `#undef UNDEFINED /* comment */' do not lead to
nested comments any more; regression introduced in 2.62. nested comments any more; regression introduced in 2.62.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 17 16:11:10 CEST 2008 - schwab@suse.de Thu Jul 17 16:11:10 CEST 2008 - schwab@suse.de
- Revert AC_C_BIGENDIAN change for now. - Revert AC_C_BIGENDIAN change for now.
- Fix config header substitution. - Fix config header substitution.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 9 10:32:41 CEST 2008 - schwab@suse.de Wed Apr 9 10:32:41 CEST 2008 - schwab@suse.de
- Update to autoconf 2.62. - Update to autoconf 2.62.
<http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff;f=NEWS;h=ef008867d725a89b743b20eeba97bec09e906fd6;hp=2a49e0feb1b4101bb5252fdd137992ec49f468fa> <http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff;f=NEWS;h=ef008867d725a89b743b20eeba97bec09e906fd6;hp=2a49e0feb1b4101bb5252fdd137992ec49f468fa>
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 10 14:43:21 CET 2008 - schwab@suse.de Mon Mar 10 14:43:21 CET 2008 - schwab@suse.de
- Fix spurious testsuite failure. - Fix spurious testsuite failure.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 19 19:57:01 CET 2008 - schwab@suse.de Tue Feb 19 19:57:01 CET 2008 - schwab@suse.de
- Fix undefined behaviour in AC_FUNC_MKTIME test. - Fix undefined behaviour in AC_FUNC_MKTIME test.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 1 09:19:43 CEST 2007 - schwab@suse.de Fri Jun 1 09:19:43 CEST 2007 - schwab@suse.de
- Relax m4 requirement to work around autobuild bug. - Relax m4 requirement to work around autobuild bug.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 2 10:56:30 CEST 2007 - schwab@suse.de Mon Apr 2 10:56:30 CEST 2007 - schwab@suse.de
- Fix spurious testsuite failure. - Fix spurious testsuite failure.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 25 13:52:22 CEST 2007 - schwab@suse.de Sun Mar 25 13:52:22 CEST 2007 - schwab@suse.de
- Display testsuite log on failure. - Display testsuite log on failure.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 13 16:24:33 CET 2006 - schwab@suse.de Wed Dec 13 16:24:33 CET 2006 - schwab@suse.de
- Handle old style libltdl macros. - Handle old style libltdl macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 4 11:14:02 CET 2006 - schwab@suse.de Mon Dec 4 11:14:02 CET 2006 - schwab@suse.de
- Update to autoconf 2.61. - Update to autoconf 2.61.
** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS. ** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names. ** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 2 16:01:49 CEST 2006 - schwab@suse.de Wed Aug 2 16:01:49 CEST 2006 - schwab@suse.de
- Split off autoconf-el. - Split off autoconf-el.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 20 13:21:09 CEST 2006 - schwab@suse.de Thu Jul 20 13:21:09 CEST 2006 - schwab@suse.de
- Fix testsuite. - Fix testsuite.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 27 12:00:27 CEST 2006 - schwab@suse.de Tue Jun 27 12:00:27 CEST 2006 - schwab@suse.de
- Update to autoconf 2.60, see - Update to autoconf 2.60, see
<http://cvs.savannah.gnu.org/viewcvs/autoconf/autoconf/NEWS?r1=1.388&r2=1.322>. <http://cvs.savannah.gnu.org/viewcvs/autoconf/autoconf/NEWS?r1=1.388&r2=1.322>.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:29:57 CET 2006 - mls@suse.de Wed Jan 25 21:29:57 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 19 00:17:22 CEST 2004 - schwab@suse.de Sat Jun 19 00:17:22 CEST 2004 - schwab@suse.de
- Require exact version of m4. - Require exact version of m4.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 13 09:48:19 CET 2003 - schwab@suse.de Thu Nov 13 09:48:19 CET 2003 - schwab@suse.de
- Update to autoconf 2.59, incorporates last change. - Update to autoconf 2.59, incorporates last change.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 10 13:14:02 CET 2003 - schwab@suse.de Mon Nov 10 13:14:02 CET 2003 - schwab@suse.de
- Fix abs_srcdir. - Fix abs_srcdir.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 4 16:36:12 CET 2003 - schwab@suse.de Tue Nov 4 16:36:12 CET 2003 - schwab@suse.de
- Update to autoconf 2.58. - Update to autoconf 2.58.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 18 12:13:22 CEST 2003 - schwab@suse.de Thu Sep 18 12:13:22 CEST 2003 - schwab@suse.de
- Downgrade flock failure to a warning [#26962]. - Downgrade flock failure to a warning [#26962].
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 8 12:46:13 CEST 2003 - schwab@suse.de Mon Sep 8 12:46:13 CEST 2003 - schwab@suse.de
- Add patch to serialize access to autom4te cache file [#26962]. - Add patch to serialize access to autom4te cache file [#26962].
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 12 18:01:45 CEST 2003 - schwab@suse.de Mon May 12 18:01:45 CEST 2003 - schwab@suse.de
- Add %defattr. - Add %defattr.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
- fix install_info --delete call and move from preun to postun - fix install_info --delete call and move from preun to postun
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 7 13:10:51 CEST 2003 - schwab@suse.de Mon Apr 7 13:10:51 CEST 2003 - schwab@suse.de
- Only delete info entries when removing last version. - Only delete info entries when removing last version.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 6 17:47:41 CET 2003 - schwab@suse.de Thu Feb 6 17:47:41 CET 2003 - schwab@suse.de
- Use %install_info. - Use %install_info.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 5 13:51:31 CET 2002 - schwab@suse.de Thu Dec 5 13:51:31 CET 2002 - schwab@suse.de
- Update to autoconf 2.57. - Update to autoconf 2.57.
* Bug fixes for problems with AIX linker, with freestanding C compilers, * Bug fixes for problems with AIX linker, with freestanding C compilers,
with GNU m4 limitations, and with obsolete copies of GNU documents. with GNU m4 limitations, and with obsolete copies of GNU documents.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 15 14:32:16 CET 2002 - schwab@suse.de Fri Nov 15 14:32:16 CET 2002 - schwab@suse.de
- Update to autoconf 2.56. - Update to autoconf 2.56.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 11 11:49:19 CEST 2002 - schwab@suse.de Tue Jun 11 11:49:19 CEST 2002 - schwab@suse.de
- Fix missing info dir entries. - Fix missing info dir entries.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 13 13:01:32 CEST 2002 - schwab@suse.de Mon May 13 13:01:32 CEST 2002 - schwab@suse.de
- Fix invalid node name in docs [#16078]. - Fix invalid node name in docs [#16078].
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 12 15:22:51 CEST 2002 - schwab@suse.de Fri Apr 12 15:22:51 CEST 2002 - schwab@suse.de
- Remove g77 from neededforbuild. - Remove g77 from neededforbuild.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 8 16:22:29 CEST 2002 - schwab@suse.de Mon Apr 8 16:22:29 CEST 2002 - schwab@suse.de
- Run automake last in autoreconf. - Run automake last in autoreconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 7 17:35:03 CEST 2002 - schwab@suse.de Sun Apr 7 17:35:03 CEST 2002 - schwab@suse.de
- Fix _AC_SRCPATHS. - Fix _AC_SRCPATHS.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 4 13:38:33 CEST 2002 - schwab@suse.de Thu Apr 4 13:38:33 CEST 2002 - schwab@suse.de
- Fix _AS_PATH_WALK. - Fix _AS_PATH_WALK.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 2 20:11:34 CEST 2002 - schwab@suse.de Tue Apr 2 20:11:34 CEST 2002 - schwab@suse.de
- Fix premature expansion in m4_bmatch. - Fix premature expansion in m4_bmatch.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 30 19:43:29 CET 2002 - schwab@suse.de Sat Mar 30 19:43:29 CET 2002 - schwab@suse.de
- Handle libltdl in autoreconf. - Handle libltdl in autoreconf.
- Run automake after aclocal in autoreconf. - Run automake after aclocal in autoreconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 15 12:04:53 CET 2002 - schwab@suse.de Fri Mar 15 12:04:53 CET 2002 - schwab@suse.de
- Handle gettext 0.11 in autoreconf. - Handle gettext 0.11 in autoreconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 9 01:10:32 CET 2002 - schwab@suse.de Sat Mar 9 01:10:32 CET 2002 - schwab@suse.de
- Update to autoconf 2.53. - Update to autoconf 2.53.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 21 20:53:00 CEST 2001 - schwab@suse.de Sat Jul 21 20:53:00 CEST 2001 - schwab@suse.de
- Always set {host,build,target}_alias. - Always set {host,build,target}_alias.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 19 13:46:55 CEST 2001 - schwab@suse.de Thu Jul 19 13:46:55 CEST 2001 - schwab@suse.de
- Update to autoconf 2.52. - Update to autoconf 2.52.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 11 20:57:31 CEST 2001 - olh@suse.de Mon Jun 11 20:57:31 CEST 2001 - olh@suse.de
- recognize ppc64 - recognize ppc64
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 22 12:13:38 CEST 2001 - schwab@suse.de Tue May 22 12:13:38 CEST 2001 - schwab@suse.de
- Update to autoconf 2.50. - Update to autoconf 2.50.
- Add Buildroot. - Add Buildroot.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 23 13:22:25 CET 2001 - schwab@suse.de Fri Mar 23 13:22:25 CET 2001 - schwab@suse.de
- Add m4 as neededforbuild. - Add m4 as neededforbuild.
- Require m4 and gawk. - Require m4 and gawk.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 21 13:26:41 CET 2001 - schwab@suse.de Wed Mar 21 13:26:41 CET 2001 - schwab@suse.de
- Set F77 to g77 during `make check'. - Set F77 to g77 during `make check'.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 21 11:05:40 CET 2001 - schwab@suse.de Wed Feb 21 11:05:40 CET 2001 - schwab@suse.de
- Fix AC_PROC_CXXCPP. - Fix AC_PROC_CXXCPP.
- Add %suse_update_config. - Add %suse_update_config.
- Don't mark acconfig.h as %config. - Don't mark acconfig.h as %config.
- Run testsuite. - Run testsuite.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 1 18:03:21 CEST 2000 - kukuk@suse.de Thu Jun 1 18:03:21 CEST 2000 - kukuk@suse.de
- Add more docu, fill out group tag - Add more docu, fill out group tag
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 1 14:51:16 CEST 2000 - kukuk@suse.de Mon May 1 14:51:16 CEST 2000 - kukuk@suse.de
- Use infodir macro - Use infodir macro
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 24 17:07:19 CET 2000 - schwab@suse.de Fri Mar 24 17:07:19 CET 2000 - schwab@suse.de
- Fix conflicting declaration of exit. - Fix conflicting declaration of exit.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 18 19:33:38 CET 2000 - schwab@suse.de Tue Jan 18 19:33:38 CET 2000 - schwab@suse.de
- Undefine m4 macro `symbols' (new builtin in m4 1.4o). - Undefine m4 macro `symbols' (new builtin in m4 1.4o).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 6 09:41:30 CET 1999 - schwab@suse.de Mon Dec 6 09:41:30 CET 1999 - schwab@suse.de
- Discard output from `type -p'. - Discard output from `type -p'.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 2 10:17:35 CET 1999 - schwab@suse.de Thu Dec 2 10:17:35 CET 1999 - schwab@suse.de
- Make sure tempfiles are always removed. - Make sure tempfiles are always removed.
- Fix some quoting bugs in shell scripts. - Fix some quoting bugs in shell scripts.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 4 17:00:19 CET 1999 - ro@suse.de Thu Nov 4 17:00:19 CET 1999 - ro@suse.de
- fixed for alphaev6 - fixed for alphaev6
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 25 16:23:32 MEST 1999 - kukuk@suse.de Wed Aug 25 16:23:32 MEST 1999 - kukuk@suse.de
- Specfile cleanup - Specfile cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 15 14:02:28 MET 1999 - ro@suse.de Fri Jan 15 14:02:28 MET 1999 - ro@suse.de
- update to 2.13 - update to 2.13
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
- Make auto*.sh more secure and use mktemp if avaliable - Make auto*.sh more secure and use mktemp if avaliable
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de Wed Jan 22 22:24:11 CET 1997 - florian@suse.de
- update to version 2.12 - update to version 2.12

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 27 14:29:08 CEST 2012 - pth@suse.de
- Fix .changes file.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
@ -45,59 +50,59 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
AC_FC_PP_DEFINE for the Fortran preprocessor define flag AC_FC_PP_DEFINE for the Fortran preprocessor define flag
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
- correct license and style (prepare_spec) - correct license and style (prepare_spec)
- minor build fixes, avoid deprecated macros to be more portable - minor build fixes, avoid deprecated macros to be more portable
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile - Remove redundant tags/sections from specfile
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile - Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build - Use %_smp_mflags for parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 31 17:26:59 CET 2011 - pth@suse.de Mon Jan 31 17:26:59 CET 2011 - pth@suse.de
- Use 2.68 everywhere in specfile. - Use 2.68 everywhere in specfile.
- Use %%configure macro in spec file. - Use %%configure macro in spec file.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
- Cosmetic changes to spec file - Cosmetic changes to spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
- update to 2.68 to include the patch - update to 2.68 to include the patch
** AC_MSG_ERROR (and AS_ERROR) can once again be followed immediately by ** AC_MSG_ERROR (and AS_ERROR) can once again be followed immediately by
`dnl'. Regression introduced in 2.66. `dnl'. Regression introduced in 2.66.
** AC_INIT again allows URLs with '?' for its BUG-REPORT argument. ** AC_INIT again allows URLs with '?' for its BUG-REPORT argument.
Regression introduced in 2.66. Regression introduced in 2.66.
** AC_REPLACE_FUNCS again allows a non-literal argument, such as a shell ** AC_REPLACE_FUNCS again allows a non-literal argument, such as a shell
variable that expands to a list of functions to check. Regression variable that expands to a list of functions to check. Regression
introduced in 2.66. introduced in 2.66.
** AT_BANNER() with empty argument will cause visual separation from previous ** AT_BANNER() with empty argument will cause visual separation from previous
test category. test category.
** The macros AC_PREPROC_IFELSE, AC_COMPILE_IFELSE, AC_LINK_IFELSE, and ** The macros AC_PREPROC_IFELSE, AC_COMPILE_IFELSE, AC_LINK_IFELSE, and
AC_RUN_IFELSE now warn if the first argument failed to use AC_RUN_IFELSE now warn if the first argument failed to use
AC_LANG_SOURCE or AC_LANG_PROGRAM to generate the conftest file AC_LANG_SOURCE or AC_LANG_PROGRAM to generate the conftest file
contents. A new macro AC_LANG_DEFINES_PROVIDED exists if you have contents. A new macro AC_LANG_DEFINES_PROVIDED exists if you have
a compelling reason why you cannot use AC_LANG_SOURCE but must a compelling reason why you cannot use AC_LANG_SOURCE but must
avoid the warning. avoid the warning.
** Newly obsolete macros ** Newly obsolete macros
The following macros have been marked obsolete. New programs The following macros have been marked obsolete. New programs
should use the corresponding Gnulib modules. Gnulib not only should use the corresponding Gnulib modules. Gnulib not only
detects a larger set of portability problems with these functions, detects a larger set of portability problems with these functions,
@ -106,16 +111,16 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
AC_FUNC_ERROR_AT_LINE AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_ERROR_AT_LINE AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
AC_FUNC_MKTIME AC_FUNC_STRTOD AC_FUNC_MKTIME AC_FUNC_STRTOD
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org
- added patch autoconf-2.67-fix_dnl.patch to fix regression in - added patch autoconf-2.67-fix_dnl.patch to fix regression in
AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl) AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de
- Update to 2.67: - Update to 2.67:
* New macro AC_FC_LINE_LENGTH to accept long Fortran source code * New macro AC_FC_LINE_LENGTH to accept long Fortran source code
lines. lines.
@ -186,25 +191,25 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
* New macro AC_FC_FIXEDFORM to accept fixed-form Fortran. * New macro AC_FC_FIXEDFORM to accept fixed-form Fortran.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags - use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 31 09:57:17 UTC 2010 - coolo@novell.com Mon May 31 09:57:17 UTC 2010 - coolo@novell.com
- add empty install section - add empty install section
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 28 14:12:03 UTC 2010 - coolo@novell.com Fri May 28 14:12:03 UTC 2010 - coolo@novell.com
- split out test suite that takes 95% of the build time - split out test suite that takes 95% of the build time
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com
- Update to 2.65 - Update to 2.65
** Autoconf is now licensed under the GPLv3+. ** Autoconf is now licensed under the GPLv3+.
** The manual is now shipped under the terms of the GNU FDL 1.3. ** The manual is now shipped under the terms of the GNU FDL 1.3.
** config.status now provides a --config option to produce the configuration. ** config.status now provides a --config option to produce the configuration.
@ -214,23 +219,23 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
This feature is still in testing, and may not work on every This feature is still in testing, and may not work on every
platform, help in improving it would be appreciated. platform, help in improving it would be appreciated.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de
- enable parallel building - enable parallel building
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 17 23:24:43 CEST 2009 - dominique-obs@leuenberger.net Fri Jul 17 23:24:43 CEST 2009 - dominique-obs@leuenberger.net
- Add autoconf-xfail-test27.patch - Add autoconf-xfail-test27.patch
+ It skips test 27 ([autom4te preselections]) as it's an + It skips test 27 ([autom4te preselections]) as it's an
incompatibility between autoconf 2.63 and automake 1.11 incompatibility between autoconf 2.63 and automake 1.11
! This patch needs to be removed with autoconf 2.64 again ! ! This patch needs to be removed with autoconf 2.64 again !
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 10 09:59:08 CEST 2008 - schwab@suse.de Wed Sep 10 09:59:08 CEST 2008 - schwab@suse.de
- Update to autoconf 2.63. - Update to autoconf 2.63.
** AC_C_BIGENDIAN does not mistakenly report "universal" for some ** AC_C_BIGENDIAN does not mistakenly report "universal" for some
bigendian hosts, a regression introduced with universal binary bigendian hosts, a regression introduced with universal binary
support in 2.62. support in 2.62.
@ -280,289 +285,289 @@ Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
** Config header templates `#undef UNDEFINED /* comment */' do not lead to ** Config header templates `#undef UNDEFINED /* comment */' do not lead to
nested comments any more; regression introduced in 2.62. nested comments any more; regression introduced in 2.62.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 17 16:11:10 CEST 2008 - schwab@suse.de Thu Jul 17 16:11:10 CEST 2008 - schwab@suse.de
- Revert AC_C_BIGENDIAN change for now. - Revert AC_C_BIGENDIAN change for now.
- Fix config header substitution. - Fix config header substitution.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 9 10:32:41 CEST 2008 - schwab@suse.de Wed Apr 9 10:32:41 CEST 2008 - schwab@suse.de
- Update to autoconf 2.62. - Update to autoconf 2.62.
<http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff;f=NEWS;h=ef008867d725a89b743b20eeba97bec09e906fd6;hp=2a49e0feb1b4101bb5252fdd137992ec49f468fa> <http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff;f=NEWS;h=ef008867d725a89b743b20eeba97bec09e906fd6;hp=2a49e0feb1b4101bb5252fdd137992ec49f468fa>
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 10 14:43:21 CET 2008 - schwab@suse.de Mon Mar 10 14:43:21 CET 2008 - schwab@suse.de
- Fix spurious testsuite failure. - Fix spurious testsuite failure.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 19 19:57:01 CET 2008 - schwab@suse.de Tue Feb 19 19:57:01 CET 2008 - schwab@suse.de
- Fix undefined behaviour in AC_FUNC_MKTIME test. - Fix undefined behaviour in AC_FUNC_MKTIME test.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 1 09:19:43 CEST 2007 - schwab@suse.de Fri Jun 1 09:19:43 CEST 2007 - schwab@suse.de
- Relax m4 requirement to work around autobuild bug. - Relax m4 requirement to work around autobuild bug.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 2 10:56:30 CEST 2007 - schwab@suse.de Mon Apr 2 10:56:30 CEST 2007 - schwab@suse.de
- Fix spurious testsuite failure. - Fix spurious testsuite failure.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 25 13:52:22 CEST 2007 - schwab@suse.de Sun Mar 25 13:52:22 CEST 2007 - schwab@suse.de
- Display testsuite log on failure. - Display testsuite log on failure.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 13 16:24:33 CET 2006 - schwab@suse.de Wed Dec 13 16:24:33 CET 2006 - schwab@suse.de
- Handle old style libltdl macros. - Handle old style libltdl macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 4 11:14:02 CET 2006 - schwab@suse.de Mon Dec 4 11:14:02 CET 2006 - schwab@suse.de
- Update to autoconf 2.61. - Update to autoconf 2.61.
** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS. ** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names. ** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 2 16:01:49 CEST 2006 - schwab@suse.de Wed Aug 2 16:01:49 CEST 2006 - schwab@suse.de
- Split off autoconf-el. - Split off autoconf-el.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 20 13:21:09 CEST 2006 - schwab@suse.de Thu Jul 20 13:21:09 CEST 2006 - schwab@suse.de
- Fix testsuite. - Fix testsuite.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 27 12:00:27 CEST 2006 - schwab@suse.de Tue Jun 27 12:00:27 CEST 2006 - schwab@suse.de
- Update to autoconf 2.60, see - Update to autoconf 2.60, see
<http://cvs.savannah.gnu.org/viewcvs/autoconf/autoconf/NEWS?r1=1.388&r2=1.322>. <http://cvs.savannah.gnu.org/viewcvs/autoconf/autoconf/NEWS?r1=1.388&r2=1.322>.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:29:57 CET 2006 - mls@suse.de Wed Jan 25 21:29:57 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 19 00:17:22 CEST 2004 - schwab@suse.de Sat Jun 19 00:17:22 CEST 2004 - schwab@suse.de
- Require exact version of m4. - Require exact version of m4.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 13 09:48:19 CET 2003 - schwab@suse.de Thu Nov 13 09:48:19 CET 2003 - schwab@suse.de
- Update to autoconf 2.59, incorporates last change. - Update to autoconf 2.59, incorporates last change.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 10 13:14:02 CET 2003 - schwab@suse.de Mon Nov 10 13:14:02 CET 2003 - schwab@suse.de
- Fix abs_srcdir. - Fix abs_srcdir.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 4 16:36:12 CET 2003 - schwab@suse.de Tue Nov 4 16:36:12 CET 2003 - schwab@suse.de
- Update to autoconf 2.58. - Update to autoconf 2.58.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 18 12:13:22 CEST 2003 - schwab@suse.de Thu Sep 18 12:13:22 CEST 2003 - schwab@suse.de
- Downgrade flock failure to a warning [#26962]. - Downgrade flock failure to a warning [#26962].
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 8 12:46:13 CEST 2003 - schwab@suse.de Mon Sep 8 12:46:13 CEST 2003 - schwab@suse.de
- Add patch to serialize access to autom4te cache file [#26962]. - Add patch to serialize access to autom4te cache file [#26962].
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 12 18:01:45 CEST 2003 - schwab@suse.de Mon May 12 18:01:45 CEST 2003 - schwab@suse.de
- Add %defattr. - Add %defattr.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
- fix install_info --delete call and move from preun to postun - fix install_info --delete call and move from preun to postun
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 7 13:10:51 CEST 2003 - schwab@suse.de Mon Apr 7 13:10:51 CEST 2003 - schwab@suse.de
- Only delete info entries when removing last version. - Only delete info entries when removing last version.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 6 17:47:41 CET 2003 - schwab@suse.de Thu Feb 6 17:47:41 CET 2003 - schwab@suse.de
- Use %install_info. - Use %install_info.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 5 13:51:31 CET 2002 - schwab@suse.de Thu Dec 5 13:51:31 CET 2002 - schwab@suse.de
- Update to autoconf 2.57. - Update to autoconf 2.57.
* Bug fixes for problems with AIX linker, with freestanding C compilers, * Bug fixes for problems with AIX linker, with freestanding C compilers,
with GNU m4 limitations, and with obsolete copies of GNU documents. with GNU m4 limitations, and with obsolete copies of GNU documents.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 15 14:32:16 CET 2002 - schwab@suse.de Fri Nov 15 14:32:16 CET 2002 - schwab@suse.de
- Update to autoconf 2.56. - Update to autoconf 2.56.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 11 11:49:19 CEST 2002 - schwab@suse.de Tue Jun 11 11:49:19 CEST 2002 - schwab@suse.de
- Fix missing info dir entries. - Fix missing info dir entries.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 13 13:01:32 CEST 2002 - schwab@suse.de Mon May 13 13:01:32 CEST 2002 - schwab@suse.de
- Fix invalid node name in docs [#16078]. - Fix invalid node name in docs [#16078].
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 12 15:22:51 CEST 2002 - schwab@suse.de Fri Apr 12 15:22:51 CEST 2002 - schwab@suse.de
- Remove g77 from neededforbuild. - Remove g77 from neededforbuild.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 8 16:22:29 CEST 2002 - schwab@suse.de Mon Apr 8 16:22:29 CEST 2002 - schwab@suse.de
- Run automake last in autoreconf. - Run automake last in autoreconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 7 17:35:03 CEST 2002 - schwab@suse.de Sun Apr 7 17:35:03 CEST 2002 - schwab@suse.de
- Fix _AC_SRCPATHS. - Fix _AC_SRCPATHS.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 4 13:38:33 CEST 2002 - schwab@suse.de Thu Apr 4 13:38:33 CEST 2002 - schwab@suse.de
- Fix _AS_PATH_WALK. - Fix _AS_PATH_WALK.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 2 20:11:34 CEST 2002 - schwab@suse.de Tue Apr 2 20:11:34 CEST 2002 - schwab@suse.de
- Fix premature expansion in m4_bmatch. - Fix premature expansion in m4_bmatch.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 30 19:43:29 CET 2002 - schwab@suse.de Sat Mar 30 19:43:29 CET 2002 - schwab@suse.de
- Handle libltdl in autoreconf. - Handle libltdl in autoreconf.
- Run automake after aclocal in autoreconf. - Run automake after aclocal in autoreconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 15 12:04:53 CET 2002 - schwab@suse.de Fri Mar 15 12:04:53 CET 2002 - schwab@suse.de
- Handle gettext 0.11 in autoreconf. - Handle gettext 0.11 in autoreconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 9 01:10:32 CET 2002 - schwab@suse.de Sat Mar 9 01:10:32 CET 2002 - schwab@suse.de
- Update to autoconf 2.53. - Update to autoconf 2.53.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 21 20:53:00 CEST 2001 - schwab@suse.de Sat Jul 21 20:53:00 CEST 2001 - schwab@suse.de
- Always set {host,build,target}_alias. - Always set {host,build,target}_alias.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 19 13:46:55 CEST 2001 - schwab@suse.de Thu Jul 19 13:46:55 CEST 2001 - schwab@suse.de
- Update to autoconf 2.52. - Update to autoconf 2.52.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 11 20:57:31 CEST 2001 - olh@suse.de Mon Jun 11 20:57:31 CEST 2001 - olh@suse.de
- recognize ppc64 - recognize ppc64
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 22 12:13:38 CEST 2001 - schwab@suse.de Tue May 22 12:13:38 CEST 2001 - schwab@suse.de
- Update to autoconf 2.50. - Update to autoconf 2.50.
- Add Buildroot. - Add Buildroot.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 23 13:22:25 CET 2001 - schwab@suse.de Fri Mar 23 13:22:25 CET 2001 - schwab@suse.de
- Add m4 as neededforbuild. - Add m4 as neededforbuild.
- Require m4 and gawk. - Require m4 and gawk.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 21 13:26:41 CET 2001 - schwab@suse.de Wed Mar 21 13:26:41 CET 2001 - schwab@suse.de
- Set F77 to g77 during `make check'. - Set F77 to g77 during `make check'.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 21 11:05:40 CET 2001 - schwab@suse.de Wed Feb 21 11:05:40 CET 2001 - schwab@suse.de
- Fix AC_PROC_CXXCPP. - Fix AC_PROC_CXXCPP.
- Add %suse_update_config. - Add %suse_update_config.
- Don't mark acconfig.h as %config. - Don't mark acconfig.h as %config.
- Run testsuite. - Run testsuite.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 1 18:03:21 CEST 2000 - kukuk@suse.de Thu Jun 1 18:03:21 CEST 2000 - kukuk@suse.de
- Add more docu, fill out group tag - Add more docu, fill out group tag
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 1 14:51:16 CEST 2000 - kukuk@suse.de Mon May 1 14:51:16 CEST 2000 - kukuk@suse.de
- Use infodir macro - Use infodir macro
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 24 17:07:19 CET 2000 - schwab@suse.de Fri Mar 24 17:07:19 CET 2000 - schwab@suse.de
- Fix conflicting declaration of exit. - Fix conflicting declaration of exit.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 18 19:33:38 CET 2000 - schwab@suse.de Tue Jan 18 19:33:38 CET 2000 - schwab@suse.de
- Undefine m4 macro `symbols' (new builtin in m4 1.4o). - Undefine m4 macro `symbols' (new builtin in m4 1.4o).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 6 09:41:30 CET 1999 - schwab@suse.de Mon Dec 6 09:41:30 CET 1999 - schwab@suse.de
- Discard output from `type -p'. - Discard output from `type -p'.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 2 10:17:35 CET 1999 - schwab@suse.de Thu Dec 2 10:17:35 CET 1999 - schwab@suse.de
- Make sure tempfiles are always removed. - Make sure tempfiles are always removed.
- Fix some quoting bugs in shell scripts. - Fix some quoting bugs in shell scripts.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 4 17:00:19 CET 1999 - ro@suse.de Thu Nov 4 17:00:19 CET 1999 - ro@suse.de
- fixed for alphaev6 - fixed for alphaev6
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 25 16:23:32 MEST 1999 - kukuk@suse.de Wed Aug 25 16:23:32 MEST 1999 - kukuk@suse.de
- Specfile cleanup - Specfile cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 15 14:02:28 MET 1999 - ro@suse.de Fri Jan 15 14:02:28 MET 1999 - ro@suse.de
- update to 2.13 - update to 2.13
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
- Make auto*.sh more secure and use mktemp if avaliable - Make auto*.sh more secure and use mktemp if avaliable
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de Wed Jan 22 22:24:11 CET 1997 - florian@suse.de
- update to version 2.12 - update to version 2.12