Skip to content

Commit e0c49fa

Browse files
committed
working on build files
1 parent 228f8a7 commit e0c49fa

File tree

16 files changed

+1362
-1001
lines changed

16 files changed

+1362
-1001
lines changed

Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
166166
$(top_srcdir)/build-aux/ltmain.sh \
167167
$(top_srcdir)/build-aux/missing README.md build-aux/ar-lib \
168168
build-aux/compile build-aux/config.guess build-aux/config.sub \
169-
build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
170-
build-aux/missing
169+
build-aux/install-sh build-aux/ltmain.sh build-aux/missing
171170
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172171
distdir = $(PACKAGE)-$(VERSION)
173172
top_distdir = $(distdir)

build-aux/ar-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
me=ar-lib
55
scriptversion=2019-07-04.01; # UTC
66

7-
# Copyright (C) 2010-2020 Free Software Foundation, Inc.
7+
# Copyright (C) 2010-2021 Free Software Foundation, Inc.
88
# Written by Peter Rosin <[email protected]>.
99
#
1010
# This program is free software; you can redistribute it and/or modify

build-aux/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
scriptversion=2018-03-07.03; # UTC
55

6-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
6+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
77
# Written by Tom Tromey <[email protected]>.
88
#
99
# This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)