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

Diff of /libgig/trunk/configure.in

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

revision 496 by persson, Sun Apr 10 11:54:58 2005 UTC revision 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC
# Line 21  AC_PROG_LIBTOOL Line 21  AC_PROG_LIBTOOL
21  #  6. If any interfaces have been removed since the last public release, then set age  #  6. If any interfaces have been removed since the last public release, then set age
22  #     to 0.  #     to 0.
23    
24  SHARED_VERSION_INFO="1:0:0"  LIBGIG_CURRENT=1
25    LIBGIG_REVISION=0
26    LIBGIG_AGE=0
27    SHARED_VERSION_INFO="$LIBGIG_CURRENT:$LIBGIG_REVISION:$LIBGIG_AGE"
28    
29    
30  AC_C_BIGENDIAN  AC_C_BIGENDIAN
# Line 61  if test "$have_audio_file_lib" = "false" Line 64  if test "$have_audio_file_lib" = "false"
64      exit -1;      exit -1;
65  fi  fi
66    
67  AC_OUTPUT(Makefile doc/Makefile man/Makefile src/Makefile libgig.spec gig.pc Doxyfile)  AM_INIT_AUTOMAKE(libgig, "$LIBGIG_CURRENT.$LIBGIG_REVISION.$LIBGIG_AGE")
68    
69    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.496  
changed lines
  Added in v.518

  ViewVC Help
Powered by ViewVC