1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Clean up and clarify the autotools variables

Remove AUTOMAKE variable, spotted by Miciah and me. Notice that the unset
variables are needed for future rebuilding of .in files.
This commit is contained in:
Jonas Fonseca 2005-09-22 13:50:10 +02:00 committed by Jonas Fonseca
parent efc2d3b235
commit 779db5014e

View File

@ -26,9 +26,10 @@ includedir = @includedir@
DESTDIR =
# Unset for now; keep for future support for rebuilding configure and
# Makefile.config
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@