mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
f31fa015bb
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
10 lines
170 B
Makefile
10 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
|