Changeset 19055 for trunk


Ignore:
Timestamp:
07/16/18 16:51:33 (6 years ago)
Author:
tbretz
Message:
Not sure that really works with 2.63, but it gets further.
File:
1 edited

Legend:

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

    r18813 r19055  
    99#[AC_]PACKAGE_BUGREPORT
    1010AC_INIT([FACT++],[1.0],[thomas.bretz@phys.ethz.ch],[FACTpp],[https://www.fact-project.org/svn/trunk/FACT++/])
    11 AC_PREREQ([2.65])
     11AC_PREREQ([2.63])
    1212AC_CONFIG_FILES([Makefile])   # causes x/Makefile.in to be created if x/Makefile.am exists
    1313#AC_CONFIG_HEADERS([config.h])
     
    7575######################################################################
    7676
    77 AM_PROG_AR
     77m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    7878LT_INIT([disable-static])
    7979AC_LANG(C++)
Note: See TracChangeset for help on using the changeset viewer.