~vcs-imports/libdmapsharing/master

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: W. Michael Petullo
  • Date: 2020-07-05 23:19:50 UTC
  • Revision ID: git-v1:c131e17ab12b08ed4aa1089669f8181d013b1925
configure.ac: fix use of AS_VERSION

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
dnl when going to/from release please set the nano (fourth number) right !
4
4
dnl releases only do Wall, cvs and prerelease does Werror too
5
 
AS_VERSION(libdmapsharing, LIBDMAPSHARING, 3, 9, 9, LIBDMAPSHARING_CVS="no", LIBDMAPSHARING_CVS="yes")
 
5
AS_VERSION(libdmapsharing, LIBDMAPSHARING, 3, 9, 9, 0, LIBDMAPSHARING_CVS="no", LIBDMAPSHARING_CVS="yes")
6
6
 
7
7
# Enable silent build when available (Automake 1.11)
8
8
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])