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:
parent
efc2d3b235
commit
779db5014e
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user