Changeset 976


Ignore:
Timestamp:
Oct 18, 2007, 8:56:44 PM (15 years ago)
Author:
Jari Häkkinen
Message:

Refs #118. Moved AC_INIT to top as suggested by autoconf manual. We now require autoconf 2.60.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r973 r976  
    3131#     autoreconf
    3232
    33 AC_PREREQ(2.57)
    3433AC_INIT([yat],[0.4pre],[jari@thep.lu.se])
     34AC_PREREQ(2.60)
    3535AC_CONFIG_SRCDIR([yat/utility/matrix.h])
    3636AC_CONFIG_AUX_DIR([autotools])
Note: See TracChangeset for help on using the changeset viewer.