Commit graph

7 commits

Author SHA1 Message Date
Jan Engelhardt
af5ebef33b build: kill redundant boilerplate in autogen.sh
The auxiliary build directory specified with AC_BUILD_AUX_DIR is
also automatically created AFAICS, so it need not be created
by autogen.sh.

[For directories that are not (such as with AC_CONFIG_MACRO_DIR),
place an empty .gitignore file in it, so that it always exists.]
2013-12-10 17:07:22 +01:00
Jan Engelhardt
f5396cf3c7 build: do not create an INSTALL file
If the general-instruction INSTALL file is not desired, just specify so
in AUTOMAKE_OPTIONS rather than fiddling with it in autogen.sh.
2013-12-10 17:02:59 +01:00
Jan Engelhardt
e6deb55e11 build: avoid error message during autogen.sh
Do not complain if the directory already exists.

mkdir: cannot create directory "autotools": File exists
2013-12-10 16:56:10 +01:00
Simon Howard
c724b3877a Add back -a option to automake, and remove INSTALL if automake installs
it.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2305
2011-03-17 22:54:33 +00:00
Simon Howard
eca0d817b7 Replace the INSTALL file with a template version that is customized to
different platforms.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2299
2011-03-10 19:03:23 +00:00
Simon Howard
9b0b0629e0 Add quotes around $@ in autogen script (thanks exp[x])
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1771
2010-01-03 03:49:11 +00:00
Simon Howard
73e68c7683 Autotools build system
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 11
2005-07-23 17:20:33 +00:00