Change in vdsm[master]: Use automake to build and install vdsm

danken at redhat.com danken at redhat.com
Wed Aug 3 13:50:57 UTC 2011


Dan Kenigsberg has submitted this change and it was merged.

Change subject: Use automake to build and install vdsm
......................................................................


Use automake to build and install vdsm

Autoconf is a tool for producing shell scripts that automatically
configure software source code packages to adapt to many kinds of
Posix-like systems.
Automake aims to allow the programmer to write a makefile in a
higher-level language, rather than having to write the whole makefile
manually.
In VDSM autoconf is used to configure paths and check for tools
required both at build and run time. Automake is used to generate
makefiles which already include features like recursion and standard
targets like: all, dist, clean, distclean.

Change-Id: I91fae2ca646f8f1db8c12708dee1ddd1ae96b38f
---
A Makefile.am
D Makefile.in
M configure.ac
D vds_bootstrap/Makefile
A vds_bootstrap/Makefile.am
M vdsm.spec.in
A vdsm/Makefile.am
D vdsm/Makefile.in
A vdsm/storage/Makefile.am
A vdsm/storage/protect/Makefile.am
D vdsm_cli/Makefile
A vdsm_cli/Makefile.am
R vdsm_cli/vdsClient.in
R vdsm_cli/vdscli.py.in
D vdsm_hooks/Makefile
A vdsm_hooks/Makefile.am
D vdsm_hooks/faqemu/Makefile
A vdsm_hooks/faqemu/Makefile.am
D vdsm_hooks/vhostmd/Makefile
A vdsm_hooks/vhostmd/Makefile.am
D vdsm_reg/Makefile
A vdsm_reg/Makefile.am
R vdsm_reg/vdsm-complete
R vdsm_reg/vdsm-gen-cert
R vdsm_reg/vdsm-reg-setup
R vdsm_reg/vdsm-reg.conf.in
R vdsm_reg/vdsm-upgrade
27 files changed, 527 insertions(+), 357 deletions(-)

Approvals:
  Dan Kenigsberg: Verified; Looks good to me, approved


--
To view, visit http://gerrit.usersys.redhat.com/726
To unsubscribe, visit http://gerrit.usersys.redhat.com/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I91fae2ca646f8f1db8c12708dee1ddd1ae96b38f
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>


More information about the vdsm-patches mailing list