source: cpio/vendor/current/Makefile.am@ 1964

Last change on this file since 1964 was 1964, checked in by Silvan Scherrer, 8 years ago

cpio: update vendor to version 2.12

File size: 1.0 KB
Line 
1# This file is part of GNU cpio
2# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015 Free Software
3# Foundation, Inc.
4#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3, or (at your option)
8# any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18# 02110-1301 USA.
19
20ACLOCAL_AMFLAGS = -I m4 -I am
21
22SUBDIRS = doc gnu lib rmt src po tests
23
24AM_DISTCHECK_CONFIGURE_FLAGS = --enable-mt
25
26gen_start_date = 2008-03-07
27prev_change_log = ChangeLog.cvs
28changelog_dir = .
29
30include Make.rules
Note: See TracBrowser for help on using the repository browser.