* lib/: New directory.
authorAkim Demaille <akim@epita.fr>
Tue, 28 Mar 2000 13:30:57 +0000 (13:30 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 28 Mar 2000 13:30:57 +0000 (13:30 +0000)
commit1853982561f87a729024577156def20433035946
tree5ed75f19422fb9a2fcb741677b8528f774efa3bd
parent9f306f2a73ca227c5c22adfbe068837b85ea6933
* lib/: New directory.
* Makefile.am (SUBDIRS): Adjust.
* configure.in: Adjust.
(LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
useless.
* src/alloca.c: Moved to lib/.
* src/getopt.c: Likewise.
* src/getopt1.c: Likewise.
* src/getopt.h: Likewise.
* src/ansi2knr.c: Likewise.
* src/ansi2knr.1: Likewise.
* src/Makefile.am: Adjust.
* lib/Makefile.am: New file.
ChangeLog
Makefile.am
configure.in
lib/Makefile.am [new file with mode: 0644]
lib/alloca.c [moved from src/alloca.c with 100% similarity]
lib/getopt.c [moved from src/getopt.c with 100% similarity]
lib/getopt.h [moved from src/getopt.h with 100% similarity]
lib/getopt1.c [moved from src/getopt1.c with 100% similarity]
po/POTFILES.in
src/Makefile.am