Changeset 280286e in git


Ignore:
Timestamp:
Dec 5, 2012, 3:56:23 PM (11 years ago)
Author:
Jan Engelhardt <jengelh@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
2ca913e06398611885532b5da04c2bc187a99128
Parents:
14ad9b6f5798ef8ff695e223a1e84929302c4587
git-author:
Jan Engelhardt <jengelh@inai.de>2012-12-05 15:56:23+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-12-06 20:20:37+01:00
Message:
build: resolve automake 1.12 warnings

/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libomalloc.la':
linking libtool libraries using a non-POSIX archiver requires
'AM_PROG_AR' in 'configure.ac'
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r14ad9b r280286e  
    1313AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    1414m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
     15m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    1516
    1617
  • factory/configure.ac

    r14ad9b r280286e  
    2222AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    2323m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
     24m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    2425
    2526
  • findexec/configure.ac

    r14ad9b r280286e  
    99AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    1010m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
     11m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    1112
    1213
  • libpolys/configure.ac

    r14ad9b r280286e  
    99AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    1010m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
     11m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    1112
    1213
  • omalloc/configure.ac

    r14ad9b r280286e  
    1616AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    1717m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
     18m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    1819
    1920
  • xalloc/configure.ac

    r14ad9b r280286e  
    88AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    99m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
     10m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    1011
    1112
Note: See TracChangeset for help on using the changeset viewer.