Compare commits
No commits in common. "b93a60572bbe6d9eba52249ff8aa8df8e24e6843" and "7b7bafd5f85f10f5dc1528a5776bb830d3f34cb8" have entirely different histories.
b93a60572b
...
7b7bafd5f8
@ -22,12 +22,14 @@ AC_INIT([mboxgrep],[0.7.13],[dspiljar@datatipp.se],[mboxgrep],[https://www.mboxg
|
|||||||
#AM_INIT_AUTOMAKE
|
#AM_INIT_AUTOMAKE
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADER([src/config.h])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
# Checks for standard (sp?) header files
|
||||||
|
AC_HEADER_STDC
|
||||||
AC_HEADER_DIRENT
|
AC_HEADER_DIRENT
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
mboxgrep - scan mailbox for messages matching a regular expression
|
mboxgrep - scan mailbox for messages matching a regular expression
|
||||||
Copyright (C) 2000 - 2004, 2006, 2010, 2023 - 2024 Daniel Spiljar
|
Copyright (C) 2000 - 2004, 2006, 2010, 2023 Daniel Spiljar
|
||||||
|
|
||||||
Mboxgrep is free software; you can redistribute it and/or modify it
|
Mboxgrep is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by
|
under the terms of the GNU General Public License as published by
|
||||||
@ -47,7 +47,7 @@ void
|
|||||||
version (void)
|
version (void)
|
||||||
{
|
{
|
||||||
fprintf (stdout, "%s %s\n\n"
|
fprintf (stdout, "%s %s\n\n"
|
||||||
"Copyright (C) 2000 - 2004, 2006, 2010, 2023 - 2024 Daniel Spiljar\n"
|
"Copyright (C) 2000 - 2004, 2006, 2010, 2023 Daniel Spiljar\n"
|
||||||
"This program is free software; you can redistribute it and/or "
|
"This program is free software; you can redistribute it and/or "
|
||||||
"modify\nit under the terms of the GNU General Public License "
|
"modify\nit under the terms of the GNU General Public License "
|
||||||
"as published by\nthe Free Software Foundation; either version "
|
"as published by\nthe Free Software Foundation; either version "
|
||||||
|
Loading…
Reference in New Issue
Block a user