1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 03:02:20 +00:00

Modified autogen.sh so we shouldn't need the README in the git repo.

This commit is contained in:
Brenden Matthews 2009-05-10 11:52:03 -06:00
parent 1399b4483f
commit 84c6daf8c9
3 changed files with 2 additions and 1990 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ doc/*.html
doc/*.mxml
patches/
doc/conky.1
README

1990
README

File diff suppressed because it is too large Load Diff

View File

@ -44,6 +44,7 @@ else
# generate configure.ac with substituted git revision
sed -e "s/@REVISION@/${revision}/g" < "configure.ac.in" > "configure.ac"
touch README # in case it doesn't exist
echo Running $ACLOCAL -I m4 ... && $ACLOCAL -I m4
echo Running $LIBTOOLIZE --force --copy ... && $LIBTOOLIZE --force --copy
echo Running $AUTOHEADER ... && $AUTOHEADER