Changeset ea5f3f6 in git for gfanlib/configure.ac


Ignore:
Timestamp:
Jun 26, 2013, 10:23:52 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
99b54a02eca0fe05e0d8b5bd6b722ba3946a46ea
Parents:
741c7090dd3b618a24f57b75f1a21c3a19ce119f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-26 22:23:52+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-09 22:31:47+02:00
Message:
Improved BS (configuring)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/configure.ac

    r741c709 rea5f3f6  
    88#AC_CONFIG_HEADERS([config.h])
    99
    10 AM_MAINTAINER_MODE
    1110AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    1211m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
    1312m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    1413
     14AM_MAINTAINER_MODE
     15
     16SING_RESET_FLAGS()
     17SING_CHECK_SET_ARGS()
     18
    1519# Checks for programs.
    16 AC_PROG_CC
    17 AC_PROG_CXX
     20# AC_PROG_CC
     21# AC_PROG_CXX
    1822AC_PROG_LN_S
    1923#AC_PROG_INSTALL
     
    6670AC_C_INLINE
    6771
    68 SING_RESET_FLAGS()
    69 SING_CHECK_SET_ARGS()
    70 
    7172
    7273#AC_MSG_RESULT($ac_cv_singuname)
Note: See TracChangeset for help on using the changeset viewer.