tEnsure that 'autoreconf' passes correct flags to aclocal. - vaccinewars - be a doctor and try to vaccinate the world | |
git clone git://src.adamsgaard.dk/vaccinewars | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 18199d807ff37af0a0ca1ad4644c0dee01897654 | |
parent ddd808ed9197906ad420e9dedff1f25bd7126ae6 | |
Author: Ben Webb | |
Date: Mon, 11 Feb 2008 07:48:35 +0000 Ensure that 'autoreconf' passes correct flags to aclocal. Diffstat: M Makefile.am | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- | |
diff --git a/Makefile.am b/Makefile.am | |
t@@ -14,6 +14,7 @@ EXTRA_DIST = ABOUT-NLS LICENCE dopewars.desktop dopewars.spec.in depcomp \ win32/bzlib/Makefile.nocygwin win32/bzlib/README.bzlib CLEANFILES = dopewars.sco dopewars-log.txt dopewars-config.txt DISTCLEANFILES = dopewars.spec +ACLOCAL_AMFLAGS= -I m4 install-data-local: ${mkinstalldirs} ${SCOREDIR} |