blob: b68b86e4e4b54f027bd4e75e41a67f14a4c480e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = gnits 1.2h
SUBDIRS = lib libidu intl src lisp m4 po doc testsuite
# Remove this file here (it is created via configure), not from within intl.
DISTCLEANFILES = intl/libintl.h
EXTRA_DIST = Makefile.maint GNUmakefile @README_ALPHA@
ACLOCAL_AMFLAGS = -I m4
|