summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-03-28 13:30:57 +0000
committerAkim Demaille <akim@epita.fr>2000-03-28 13:30:57 +0000
commit1853982561f87a729024577156def20433035946 (patch)
tree5ed75f19422fb9a2fcb741677b8528f774efa3bd /po
parent9f306f2a73ca227c5c22adfbe068837b85ea6933 (diff)
downloadbison-1853982561f87a729024577156def20433035946.tar.gz
* 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.
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9ced0e68..7b8872ef 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -17,5 +17,5 @@ src/reduce.c
# src/symtab.c
# src/warshall.c
-src/getopt.c
-src/getopt1.c
+lib/getopt.c
+lib/getopt1.c