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

Diff of /liblscp/trunk/configure.in

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

revision 171 by capela, Mon Jul 5 16:26:44 2004 UTC revision 415 by capela, Tue Mar 1 21:55:34 2005 UTC
# Line 2  Line 2 
2  AC_INIT(src/client.c)  AC_INIT(src/client.c)
3  AM_CONFIG_HEADER(src/config.h)  AM_CONFIG_HEADER(src/config.h)
4    
5  AM_INIT_AUTOMAKE(liblscp, 0.1.9.108)  AM_INIT_AUTOMAKE(liblscp, 0.2.6)
6    
7    #------------------------------------------------------------------------------------
8    # Rules for library version information:
9    #
10    #  1. Start with version information of `0:0:0' for each libtool library.
11    #  2. Update the version information only immediately before a public release of
12    #     your software. More frequent updates are unnecessary, and only guarantee
13    #     that the current interface number gets larger faster.
14    #  3. If the library source code has changed at all since the last update, then
15    #     increment revision (`c:r:a' becomes `c:r+1:a').
16    #  4. If any interfaces have been added, removed, or changed since the last update,
17    #     increment current, and set revision to 0.
18    #  5. If any interfaces have been added since the last public release, then increment
19    #     age.
20    #  6. If any interfaces have been removed since the last public release, then set age
21    #     to 0.
22    
23    SHARED_VERSION_INFO="0:2:0"
24    
25    AC_SUBST(SHARED_VERSION_INFO)
26    
27  # Checks for programs.  # Checks for programs.
28  AC_PROG_CC  AC_PROG_CC
29  AC_PROG_LIBTOOL  AC_PROG_LIBTOOL
30    AM_PROG_LIBTOOL
31    
32  # Checks for header files.  # Checks for header files.
33  AC_HEADER_STDC  AC_HEADER_STDC
# Line 29  AC_ENABLE_SHARED(yes) Line 50  AC_ENABLE_SHARED(yes)
50  AC_CHECK_PROG(ac_doxygen, doxygen, [doc], [])  AC_CHECK_PROG(ac_doxygen, doxygen, [doc], [])
51  AC_SUBST(ac_doxygen)  AC_SUBST(ac_doxygen)
52    
53  AC_OUTPUT(Makefile src/Makefile lscp/Makefile examples/Makefile doc/Makefile doc/liblscp.doxygen liblscp.pc liblscp.spec lscp/version.h)  AC_OUTPUT(Makefile src/Makefile lscp/Makefile examples/Makefile doc/Makefile doc/liblscp.doxygen lscp.pc liblscp.spec lscp/version.h)
54    

Legend:
Removed from v.171  
changed lines
  Added in v.415

  ViewVC Help
Powered by ViewVC