Build: move version handling from Makefile to configure

Version information is now in VERSION.m4 instead of VERSION.
Makefile target version-update was minimized and configure can be run
before make. Makefile temporarily contains hardcoded version which has
to match the one specified in VERSION.m4.

This is preparatory step which will allow us to replace hand-made
Makefile with one generated by Automake.

https://fedorahosted.org/freeipa/ticket/6418

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Petr Spacek
2016-11-09 13:08:32 +01:00
committed by Martin Babinsky
parent 2725e440bf
commit c48e5fd811
9 changed files with 127 additions and 124 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import os
import sys
common_args = dict(
version="__VERSION__",
version="@VERSION@",
license="GPL",
author="FreeIPA Developers",
author_email="freeipa-devel@redhat.com",