summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-09-04 17:26:36 +0200
committerMartin Lucina <mato@kotelna.sk>2010-09-04 17:42:12 +0200
commita6d3629fb4f87c018c7ba2f8c4ff69f7eda07790 (patch)
tree5e80d518eb6d6a85cb510a1be1d362476800c898 /configure.in
parentdb7fe858d6356988fb9a9270c235178e523b2370 (diff)
build: Generate ChangeLog in 'make dist', ZIP automatically
Change 'make dist' to generate the Git ChangeLog file, that way it doesn't have to be manually updated nor kept in Git which causes unnecessary work. Also change 'make dist' to invoke 'dist-zip' automatically to generate a ZIP as well as a .tar.gz. Thanks to http://live.gnome.org/Git/ChangeLog for the inspiration to automatically generate ChangeLog.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c365778..8cb7712 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ AC_INIT([zeromq],[2.0.9],[zeromq-dev@lists.zeromq.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AM_CONFIG_HEADER(src/platform.hpp)
-AM_INIT_AUTOMAKE(tar-ustar)
+AM_INIT_AUTOMAKE(tar-ustar dist-zip foreign)
# This defines PACKAGE_VERSION_... in src/platform.hpp
PV_MAJOR=`echo $PACKAGE_VERSION | cut -d . -f 1`