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

Annotation of /libgig/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 196 - (hide annotations) (download)
Sat Jul 10 09:52:24 2004 UTC (19 years, 8 months ago) by schoenebeck
File size: 1311 byte(s)
* renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
  'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix

1 schoenebeck 2 AC_INIT(configure.in)
2 capela 168 AM_CONFIG_HEADER(config.h)
3    
4 schoenebeck 186 AM_INIT_AUTOMAKE(libgig, 0.7.1, cuse@users.sourceforge.net)
5     AC_PROG_LIBTOOL
6 capela 168
7 schoenebeck 186
8     #------------------------------------------------------------------------------------
9     # Rules for library version information:
10     #
11     # 1. Start with version information of `0:0:0' for each libtool library.
12     # 2. Update the version information only immediately before a public release of
13     # your software. More frequent updates are unnecessary, and only guarantee
14     # that the current interface number gets larger faster.
15     # 3. If the library source code has changed at all since the last update, then
16     # increment revision (`c:r:a' becomes `c:r+1:a').
17     # 4. If any interfaces have been added, removed, or changed since the last update,
18     # increment current, and set revision to 0.
19     # 5. If any interfaces have been added since the last public release, then increment
20     # age.
21     # 6. If any interfaces have been removed since the last public release, then set age
22     # to 0.
23    
24     # we wait to bump the version until the next point release
25     SHARED_VERSION_INFO="0:0:0"
26    
27    
28 schoenebeck 11 AC_C_BIGENDIAN
29 schoenebeck 2
30     AC_LANG_CPLUSPLUS
31     AC_PROG_CXX
32     AM_PROG_LIBTOOL
33    
34 schoenebeck 186 AC_SUBST(SHLIB_VERSION_ARG)
35     AC_SUBST(SHARED_VERSION_INFO)
36    
37 schoenebeck 196 AC_OUTPUT(Makefile doc/Makefile man/Makefile src/Makefile libgig.spec gig.pc Doxyfile)

  ViewVC Help
Powered by ViewVC