mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
Added --install to ACLOCAL_AMFLAGS. Removed m4 from SUBDIRS. Updated automake 1.11 and autoconf 2.64. Replaced some obsolute macros with new one. * Makefile.am * configure.ac * m4/aria2_arg.m4
9 lines
170 B
Makefile
9 lines
170 B
Makefile
SUBDIRS = po intl lib src test doc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 --install
|
|
|
|
EXTRA_DIST = config.rpath
|
|
|
|
dist_doc_DATA = README README.html
|
|
|
|
dist_noinst_DATA = LICENSE.OpenSSL
|