This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit eafeaf5c8993b564b9a82635b0825b10e0499ba2 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 12:42:46 2019 +0200 configure.ac: use build-aux directory for generated cruft. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 248af9b..06a7b8b 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_INIT([libx2goclient], AC_PREREQ([2.64]) AC_CONFIG_SRCDIR([src]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz tar-ustar check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git