Changeset 37f27bc for owl.h


Ignore:
Timestamp:
Jul 17, 2009, 9:44:39 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
0ce0535
Parents:
4f0a2ee
git-author:
Nelson Elhage <nelhage@mit.edu> (06/01/09 15:28:35)
git-committer:
Nelson Elhage <nelhage@mit.edu> (07/17/09 21:44:39)
Message:
Switch the build system to using automake.

Use automake for the build system, which lets us clean a bunch of
cruft out of Makefile.in.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rbd783db r37f27bc  
    4848static const char owl_h_fileIdent[] = "$Id$";
    4949
    50 #define BARNOWL_STRINGIFY(x) _STRINGIFY(x)
    51 #define _STRINGIFY(x) #x
    52 
    53 #ifndef OWL_VERSION_STRING
    54 #define OWL_VERSION_STRING "1.1.2"
    55 #endif
     50#define OWL_VERSION_STRING PACKAGE_VERSION
    5651
    5752/* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset for help on using the changeset viewer.