Commit graph

2 commits

Author SHA1 Message Date
Wouter Verhelst
9e7e624bcd Make sure Makefile.in gets generated properly
config.guess, config.sub, depcomp, etc, are all scripts that ship with
automake, and which will be updated with a new automake version; it's
generally a bad idea to use one of these scripts from a different
automake version.

Moreover, recent versions of automake also contain and require a
"compile" script, which isn't in this directory.

Instead, pass the "--add-missing" parameter to automake, which will copy
the required files to the expected location. This will make automake
work, regardless of the version, and will avoid any issues due to the
used scripts not matching the used automake version.
2013-12-06 08:37:38 +01:00
chris20
b0fd27dfe4 Add .gitignore 2013-11-06 15:17:49 -05:00