We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a4661 commit bcfca6aCopy full SHA for bcfca6a
1 file changed
configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.57)
5
AC_INIT(configure.ac)
6
AC_CONFIG_AUX_DIR(config)
7
AM_INIT_AUTOMAKE(artnet-examples, 0.3.12)
8
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
9
10
# Checks for programs.
11
AC_PROG_CC
0 commit comments