1218822Sdim# Example for use of GNU gettext.
238889Sjdp# Copyright (C) 2003 Free Software Foundation, Inc.
3218822Sdim# This file is in the public domain.
4218822Sdim#
5218822Sdim# Makefile configuration - processed by automake.
6218822Sdim
7218822Sdim# General automake options.
838889SjdpAUTOMAKE_OPTIONS = foreign
9218822SdimACLOCAL_AMFLAGS = -I m4
10218822Sdim
11218822Sdim# The list of subdirectories containing Makefiles.
12218822SdimSUBDIRS = m4 po
1338889Sjdp
14218822Sdim# The list of programs that are built.
15218822Sdimbin_SCRIPTS = hello
16218822Sdim
17218822Sdim# Additional files to be distributed.
18218822SdimEXTRA_DIST = autogen.sh autoclean.sh
1938889Sjdp