Rewrote configure.in and replaced header.in with one generated by autoheader, added copyright notice to all source files as per GNU standards, and changed "pv --version" output to conform to GNU standards.

This commit is contained in:
Andrew Wood
2023-07-22 19:35:43 +01:00
parent b923afc385
commit 7448c7f320
33 changed files with 1027 additions and 505 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
$(CC) $< $(<:%.c=%) $(srcdir) $(CFLAGS) $(CPPFLAGS) > $@
#
# NLS stuff
# Native language support
#
%.mo: %.po
+1 -1
View File
@@ -11,6 +11,7 @@ infodir = @infodir@
mandir = @mandir@
etcdir = @prefix@/etc
datadir = @datadir@
datarootdir = @datarootdir@
sbindir = @sbindir@
VPATH = $(srcdir)
@@ -27,7 +28,6 @@ MSGMERGE = msgmerge
CATOBJEXT = @CATOBJEXT@
INSTOBJEXT = @INSTOBJEXT@
@SET_MAKE@
SHELL = /bin/sh
CC = @CC@
INSTALL = @INSTALL@