From 6936f17b886f18b572cf5966f64d4a814a151044 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Wed, 3 Dec 2014 17:37:42 -0800 Subject: Update post_process_dist.sh to produce a separate package for each language. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 418889dc..60076bd1 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_ARG_VAR(DIST_LANG, [language to include in the distribution package (i.e., make dist)]) case "$DIST_LANG" in - "") DIST_LANG=cpp ;; + "") DIST_LANG=all ;; all | cpp | java | python | javanano) ;; *) AC_MSG_FAILURE([unknown language: $DIST_LANG]) ;; esac -- cgit v1.2.3