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

Diff of /liblscp/trunk/configure.ac

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

revision 2406 by capela, Wed Jan 30 11:50:20 2013 UTC revision 2418 by capela, Sat Feb 23 20:29:45 2013 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2  AC_INIT(src/client.c)  AC_INIT(src/client.c)
3  AM_CONFIG_HEADER(src/config.h)  AC_CONFIG_HEADERS(src/config.h)
4    AC_CONFIG_MACRO_DIR([m4])
5    
6  AM_INIT_AUTOMAKE(liblscp, 0.5.6.3)  AM_INIT_AUTOMAKE(liblscp, 0.5.6.4)
7    
8  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
9  # Rules for library version information:  # Rules for library version information:

Legend:
Removed from v.2406  
changed lines
  Added in v.2418

  ViewVC Help
Powered by ViewVC