1# Updating jemalloc
2
3Updating the `jemalloc` version requires generating new `configure` files, which
4requires `autoconf` to be installed.
5
6To generate the configuration files, go to the `jemalloc` source directory and
7run:
8
9```shell
10autoconf
11```
12