Playing with Autoscan.

* configure.ac: Remove the old LIBOBJ tweaks.
(AC_REPLACE_FUNCS): Add strrchr and strtol.
* lib/strrchr.c: New.
* lib/strtol.c: New, from the Coreutils 4.5.1.
This commit is contained in:
Akim Demaille
2002-09-27 13:19:59 +00:00
parent ae64af3556
commit 8280e1797d
4 changed files with 515 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
2002-09-27 Akim Demaille <akim@epita.fr>
Playing with Autoscan.
* configure.ac: Remove the old LIBOBJ tweaks.
(AC_REPLACE_FUNCS): Add strrchr and strtol.
* lib/strrchr.c: New.
* lib/strtol.c: New, from the Coreutils 4.5.1.
2002-09-27 Akim Demaille <akim@epita.fr>
Playing with Autoscan.