about summary refs log tree commit diff
path: root/configure.ac
blob: e35063b3eb9cdea329623a053efcc649eaf99712 (plain) (blame)
1
2
3
4
5
6
7

AC_INIT(zsh, 4.1.0-dev-0, [zsh-workers@sunsite.dk])
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(Src/zsh.h)

m4_include([zshconfig.ac])