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

Annotation of /libgig/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations) (download)
Sun Nov 16 17:47:00 2003 UTC (20 years, 4 months ago) by schoenebeck
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 schoenebeck 2 AC_INIT(configure.in)
2 schoenebeck 11 AC_C_BIGENDIAN
3 schoenebeck 2
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