- 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

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