go-utils/configure.ac
Michał Górny 6a202d66b0 Generate output files within the Makefile, and distribute them.
As we only put the version number to the distributed scripts, there's no
reason to regenerate them each time.
2010-10-31 16:22:28 +01:00

7 lines
149 B
Plaintext

AC_PREREQ([2.59])
AC_INIT([sunrise-commit], [0.3])
AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 no-dependencies])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT