1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-21 23:46:03 +02:00

Added an AC_CONFIG_COMMANDS() macro to generate stamp-h.

This commit is contained in:
Wayne Davison 2004-03-03 19:38:00 +00:00
parent c9433cb201
commit 615bced2c3

View File

@ -2379,6 +2379,7 @@ AC_SUBST_FILE(VERSION_MK)dnl
AC_CONFIG_FILES(Config/defs.mk Makefile Doc/Makefile Etc/Makefile \
Src/Makefile Test/Makefile)
AC_CONFIG_COMMANDS([config.modules], [. ./config.modules.sh])
AC_CONFIG_COMMANDS([stamp-h], [echo >stamp-h])
AC_OUTPUT