1# This file is processed by autoconf to create a configure script
2AC_INIT([Hello World], 1.0)
3AM_INIT_AUTOMAKE([1.10 no-define foreign dist-xz no-dist-gzip])
4AC_CONFIG_FILES([Makefile hello-world.desktop])
5AC_OUTPUT
6