Changing AUTOMAKE_OPTIONS from gnu to foreign to fix automake.

In commit 21ee8dbe02 I moved the README
file to README.md so that the markdown inside of the file would be displayed
on github.  This broke builds as AUTOMAKE_OPTIONS gnu requires the README
file to exist.
This commit is contained in:
Kyle Johnson 2013-08-15 12:24:02 -04:00
parent 4d6b9f7276
commit e8fa5694e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = gnu
AUTOMAKE_OPTIONS = foreign
# And these to the user and group of your webserver
webuser = @WEB_USER@