From f7d90639e98e30ff3ca20465a930cc8ee6a50fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sat, 21 Mar 2020 08:00:24 +0000 Subject: [PATCH] M!47 - README.md: Remove reference to ACLOCAL_FLAGS Autotools are not used anymore. Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/47 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cf8eca8f0c..375a6ba271 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ following things: * Set the environment variables to contain a colon-separated list of all the directories that will be involved in the build. - The environment variables are `ACLOCAL_FLAGS`, `GSETTINGS_SCHEMA_DIR`, + The environment variables are `GSETTINGS_SCHEMA_DIR`, `LD_LIBRARY_PATH`, `PATH` and `PKG_CONFIG_PATH`. For example, if you have GNOME installed in `/usr` and you @@ -91,7 +91,6 @@ following things: (assuming you are using Bash): ```bash - export ACLOCAL_FLAGS="-I /opt/evolution/share/aclocal" export GSETTINGS_SCHEMA_DIR="/opt/evolution/share/glib-2.0/schemas" export LD_LIBRARY_PATH=/opt/evolution/lib:$LD_LIBRARY_PATH export PATH=/opt/evolution/bin:$PATH