* 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.
This commit is contained in:
Akim Demaille
2000-03-28 13:30:57 +00:00
parent 9f306f2a73
commit 1853982561
10 changed files with 39 additions and 9 deletions

View File

@@ -40,7 +40,8 @@ AM_GNU_GETTEXT
# This is necessary so that .o files in LIBOBJS are also built via
# the ANSI2KNR-filtering rules.
LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
AC_SUBST(LIBOBJS)
AC_OUTPUT([Makefile
intl/Makefile po/Makefile.in
src/Makefile doc/Makefile m4/Makefile])
lib/Makefile src/Makefile doc/Makefile m4/Makefile])