mirror of
https://repo.or.cz/libtar.git
synced 2025-04-18 05:04:01 +03:00
Running autoreconf without errors, and using a custom autoconf directory, means that automake features are used, in order to find that autoconf directory. This cleans up the root build system to make it less surprising to maintainers.
15 lines
210 B
Makefile
15 lines
210 B
Makefile
DISTCHECK_CONFIGURE_FLAGS =
|
|
|
|
ACLOCAL_FLAGS = -I autoconf
|
|
ACLOCAL_AMFLAGS = -I autoconf
|
|
|
|
#PACKAGE_NAME = @PACKAGE_NAME@
|
|
#PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
@ENCAP_DEFS@
|
|
|
|
#@SET_MAKE@
|
|
|
|
SUBDIRS = lib libtar doc
|
|
|