/[svn]/libgig/trunk/configure.ac
ViewVC logotype

Contents of /libgig/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations) (download)
Sun Nov 16 17:47:00 2003 UTC (20 years, 4 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File size: 176 byte(s)
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream
* various endian corrections (successfully tested now on ppc)
* minor adjustments to avoid compile errors on some systems
  (using now pow() instead of powl() and --pedantic g++ compiler switch)
* src/RIFF.cpp, src/RIFF.h: added additional API documentation

1 AC_INIT(configure.in)
2 AC_C_BIGENDIAN
3
4 AM_CONFIG_HEADER(config.h)
5 AM_INIT_AUTOMAKE(libgig, 0.1)
6
7 AC_LANG_CPLUSPLUS
8 AC_PROG_CXX
9 AM_PROG_LIBTOOL
10
11 AC_OUTPUT(Makefile src/Makefile)

  ViewVC Help
Powered by ViewVC