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

Diff of /libgig/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC revision 522 by schoenebeck, Sun May 8 23:37:47 2005 UTC
# Line 1  Line 1 
1  AC_INIT(configure.in)  AC_INIT(configure.in)
 AM_CONFIG_HEADER(config.h)  
   
 AM_INIT_AUTOMAKE(libgig, 1.0.0, cuse@users.sourceforge.net)  
 AC_PROG_LIBTOOL  
   
2    
3  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
4  # Rules for library version information:  # Rules for library version information:
# Line 64  if test "$have_audio_file_lib" = "false" Line 59  if test "$have_audio_file_lib" = "false"
59      exit -1;      exit -1;
60  fi  fi
61    
62    AM_CONFIG_HEADER(config.h)
63  AM_INIT_AUTOMAKE(libgig, "$LIBGIG_CURRENT.$LIBGIG_REVISION.$LIBGIG_AGE")  AM_INIT_AUTOMAKE(libgig, "$LIBGIG_CURRENT.$LIBGIG_REVISION.$LIBGIG_AGE")
64    
65  AC_OUTPUT(Makefile doc/Makefile man/Makefile src/Makefile libgig.spec gig.pc Doxyfile man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1)  AC_OUTPUT(Makefile doc/Makefile man/Makefile src/Makefile libgig.spec gig.pc Doxyfile man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1)

Legend:
Removed from v.518  
changed lines
  Added in v.522

  ViewVC Help
Powered by ViewVC