Changeset 943 for trunk/configure.ac


Ignore:
Timestamp:
Oct 7, 2007, 10:02:42 PM (16 years ago)
Author:
Peter
Message:

removing variables not needed and modified AM_INIT_AUTOMAKE to modern form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r942 r943  
    3535
    3636AM_CONFIG_HEADER([config.h])
    37 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION,$PACKAGE_BUGREPORT)
     37AM_INIT_AUTOMAKE()
    3838
    3939# Checks for programs.
     
    134134AC_MSG_NOTICE([])
    135135AC_MSG_NOTICE([ Ready to compile the yat library])
    136 AC_MSG_NOTICE([ The following compilers and flags will be used:])
     136AC_MSG_NOTICE([ The following flags and libraries will be used:])
    137137AC_MSG_NOTICE([ +++++++++++++++++++++++++++++++++++++++++++++++])
    138138AC_MSG_NOTICE([  CPPFLAGS=\"$CPPFLAGS\"])
Note: See TracChangeset for help on using the changeset viewer.