fix 'make dist' to handle long uid

This commit is contained in:
johnv 2013-10-18 14:56:53 -08:00 committed by Pierre-Loup A. Griffais
parent 3d22b4e88b
commit a18240e0e7

View file

@ -1,5 +1,5 @@
AC_INIT([SteamOS Compostitor], [1.0], [linux@steampowered.com], [steamos-compositor] [http://support.steampowered.com]) AC_INIT([SteamOS Compostitor], [1.0], [linux@steampowered.com], [steamos-compositor], [http://support.steampowered.com])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign tar-ustar])
PKG_CHECK_MODULES([DEPS],xxf86vm gl x11 xrender xcomposite) PKG_CHECK_MODULES([DEPS],xxf86vm gl x11 xrender xcomposite)
AC_PROG_CC AC_PROG_CC