Changeset 10189


Ignore:
Timestamp:
03/01/11 23:21:44 (14 years ago)
Author:
tbretz
Message:
Updated, removed obsolete AC_PROG_LIBTOOL, removed dist-tarZ option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure.ac

    r10183 r10189  
    11# autoreconf --force --install
    22
    3 AC_INIT([FACT++], [1.0], [thomas.bretz@epfl.ch], [FACTpp], [http://hello.example.com/])
    4 AC_PREREQ([2.59])
     3AC_INIT([FACT++],[1.0],[thomas.bretz@epfl.ch],[FACTpp],[http://hello.example.com/])
     4AC_PREREQ([2.67])
    55AC_CONFIG_FILES([Makefile])   # causes x/Makefile.in to be created if x/Makefile.am exists
    66#AC_CONFIG_HEADERS([config.h])
     
    99AC_PROG_CC([colorgcc gcc])
    1010AC_PROG_CXX([colorgcc g++])
    11 AC_PROG_LIBTOOL
     11LT_INIT([disable-static])
    1212AC_LANG(C++)
    1313#AC_PATH_XTRA
    1414
    1515
    16 LT_INIT([disable-static])
    17 
    18 
    19 AM_INIT_AUTOMAKE([1.11 -Wall subdir-objects std-options no-define color-tests dist-tarZ parallel-tests silent-rules])
     16
     17
     18AM_INIT_AUTOMAKE([1.11 -Wall subdir-objects std-options no-define color-tests parallel-tests silent-rules])
    2019AM_SILENT_RULES([yes])
    2120AM_PROG_CC_C_O
Note: See TracChangeset for help on using the changeset viewer.