build: Unset ACLOCAL_FLAGS

This avoids picking up unexpected things
tingping/wmclass
Alexander Larsson 2015-01-16 10:17:39 +01:00
parent 9eafe24687
commit 3f4b764680
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ xdg_app_builtin_build (int argc, char **argv, GCancellable *cancellable, GError
g_ptr_array_add (argv_array, NULL);
g_unsetenv ("ACLOCAL_FLAGS");
g_setenv ("ACLOCAL_PATH", "/self/share/aclocal", TRUE);
g_setenv ("C_INCLUDE_PATH", "/self/include", TRUE);
g_setenv ("CPLUS_INCLUDE_PATH", "/self/include", TRUE);