SUBDIRS = m4 po
# The list of programs that are built.
-bin_SCRIPTS = hello
+bin_SCRIPTS = hello-1 hello-2 hello-3
# Additional files to be distributed.
EXTRA_DIST = autogen.sh autoclean.sh
dnl Configuration file - processed by autoconf.
AC_INIT([hello-sh], [0])
-AC_CONFIG_SRCDIR([hello.sh])
+AC_CONFIG_SRCDIR([hello-1.sh])
AM_INIT_AUTOMAKE([1.11])
dnl The installed program must know where to find its message catalogs.
AM_PO_SUBDIRS
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([hello:hello.sh], [chmod a+x hello])
+AC_CONFIG_FILES([hello-1:hello-1.sh], [chmod a+x hello-1])
+AC_CONFIG_FILES([hello-2:hello-2.sh], [chmod a+x hello-2])
+AC_CONFIG_FILES([hello-3:hello-3.sh], [chmod a+x hello-3])
AC_CONFIG_FILES([m4/Makefile])
AC_CONFIG_FILES([po/Makefile], [AM_POSTPROCESS_PO_MAKEFILE])
AC_OUTPUT
# Example for use of GNU gettext.
# This file is in the public domain.
#
-# Source code of the POSIX sh program.
+# Source code of the POSIX sh program that uses the gettext.sh API.
. gettext.sh