From 6525ec2a10e3384509b7a96250d6351ba340e073 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Fri, 23 Aug 2019 01:38:54 +0200 Subject: [PATCH] Updated the configure.ac This also changes the directory in which the README.md file is placed after installation, which works out way better for --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f4e7466..ab783c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([SteamOS Compostitor], [1.0], [linux@steampowered.com], [steamos-compositor], [http://support.steampowered.com]) +AC_INIT([SteamOS Compostitor Plus], [1.0], [aleshslovak@gmail.com], [steamos-compositor-plus], [https://github.com/gamer-os/steamos-compositor-plus/]) AM_INIT_AUTOMAKE([foreign tar-ustar]) PKG_CHECK_MODULES([DEPS],xxf86vm gl x11 xrender xcomposite SDL_image libudev xext xdamage)