diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2013-07-31 19:25:50 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2013-07-31 19:25:50 +0200 |
| commit | 72bbb5f42fe8e47d6314eb92a0ada6554644305c (patch) | |
| tree | 1c3e5141d8f78260dff3078a3883cf34d69633cd /configure.ac | |
| parent | b5d8e8e26c0116e4b6e556a0f6da8777bc55c590 (diff) | |
| parent | a9ea3168615056360cdb21d6f1576d66be2a43fe (diff) | |
Merge more build fixes from Peter Hutterer, along with a more explicit
declaration of the backwards compatibility constraints on the API.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 070b861..c4b36ac 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -10,6 +10,7 @@ AC_CONFIG_AUX_DIR([config-aux]) | |||
| 10 | 10 | ||
| 11 | # Initialize Automake | 11 | # Initialize Automake |
| 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) | 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
| 13 | AM_SILENT_RULES([yes]) | ||
| 13 | 14 | ||
| 14 | LIB_VERSION=1:0:0 | 15 | LIB_VERSION=1:0:0 |
| 15 | AC_SUBST([LIB_VERSION]) | 16 | AC_SUBST([LIB_VERSION]) |
