Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Changed root Makefile.in to Makefile.am, which make autoreconf workable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cdfrey committed Jun 13, 2011
1 parent e0adfa6 commit ef1f0d4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 309 deletions.
Empty file added AUTHORS
Empty file.
1 change: 1 addition & 0 deletions COPYING
14 changes: 14 additions & 0 deletions Makefile.am
@@ -0,0 +1,14 @@
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

52 changes: 0 additions & 52 deletions Makefile.in

This file was deleted.

Empty file added NEWS
Empty file.
251 changes: 0 additions & 251 deletions autoconf/install-sh

This file was deleted.

6 changes: 0 additions & 6 deletions autogen.sh

This file was deleted.

1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -10,6 +10,7 @@ All rights reserved.
]])
AC_CONFIG_SRCDIR([lib/libtar.h])
AC_CONFIG_MACRO_DIR([autoconf])
AM_INIT_AUTOMAKE([dist-bzip2])
ENCAP_PKG([], [postinstall-encap])


Expand Down

0 comments on commit ef1f0d4

Please sign in to comment.