1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-02-24 16:06:42 -05:00
This commit is contained in:
Phil Blundell 2004-03-28 12:02:50 +00:00
parent 5025a4ed4c
commit 1c62c3bbf6
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-03-28 Philip Blundell <philb@gnu.org>
* autogen.sh: New.
2004-03-25 Philip Blundell <philb@gnu.org>
Autotoolized:

3
autogen.sh Executable file
View file

@ -0,0 +1,3 @@
#! /bin/sh
autoreconf -v --install || exit 1
./configure "$@"