This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 98026ebcd8868bbbd2d2726dd0333bfece9bca74 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu May 27 02:45:09 2021 +0200 configure.ac: move AC_PREREQ() up, it probably should be the first call. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 92e6351..604604e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,11 @@ +AC_PREREQ([2.64]) + AC_INIT([libx2goclient], [0.0.5], [https://github.com/ArcticaProject/libx2goclient/issues], [libx2goclient], [https://github.com/ArcticaProject/libx2goclient]) -AC_PREREQ([2.64]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR([build-aux]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git