summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2011-01-05 10:53:26 -0800
committerRoland McGrath <roland@redhat.com>2011-01-05 10:53:26 -0800
commit2167f54e91fec095b5dd443432687e1d253033dd (patch)
tree61f301a6e544002316610b16b73c58d92a1eb12e /configure.ac
parent32590ca8e5de14bfe7803378797d06207e91354b (diff)
parent2c7d0ddfb8a08b8c450d0d3a5e297ec5d624661d (diff)
downloadelfutils-2167f54e91fec095b5dd443432687e1d253033dd.tar.gz
Merge branch 'master' into roland/relocate
Conflicts: libdw/Makefile.am libdw/libdw.h libdw/libdw.map libdwfl/dwfl_lineinfo.c libdwfl/dwfl_module_getdwarf.c libdwfl/libdwflP.h
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5ed4b503..a7541461 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
dnl
-AC_INIT([Red Hat elfutils],[0.148],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
+AC_INIT([Red Hat elfutils],[0.150],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_FILES([config/Makefile])
@@ -56,7 +56,7 @@ AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)])
AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.])
dnl Add all the languages for which translations are available.
-ALL_LINGUAS=
+ALL_LINGUAS="de es ja pl uk"
AC_PROG_CC
AC_PROG_RANLIB