6a202d66b0
As we only put the version number to the distributed scripts, there's no reason to regenerate them each time.
7 lines
149 B
Plaintext
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
|