31 lines
823 B
Text
31 lines
823 B
Text
2020-12-16 Nathan Sidwell <nathan@acm.org>
|
||
|
||
* Makefile.in (INSTALL): Replace with ...
|
||
(INSTALL_PROGRAM): ... this.
|
||
(INSTALL_STRIP_PROGRAM): New.
|
||
(install-strip): New target.
|
||
(install): Use INSTALL_PROGRAM.
|
||
* configure.ac: Add INSTALL_PROGRAM.
|
||
* configure: Regenerated.
|
||
|
||
2020-12-16 Nathan Sidwell <nathan@acm.org>
|
||
|
||
* Makefile.in (install): Do not use -p, use mkinstalldirs.
|
||
(clean): Fix typo.
|
||
|
||
2020-12-15 Nathan Sidwell <nathan@acm.org>
|
||
|
||
* Makefile.in: New.
|
||
* config.h.in: New.
|
||
* configure: New.
|
||
* configure.ac: New.
|
||
* resolver.cc: New.
|
||
* resolver.h: New.
|
||
* server.cc: New.
|
||
|
||
|
||
Copyright (C) 2020 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|