We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078632c commit 379ecc4Copy full SHA for 379ecc4
1 file changed
configure.ac
@@ -2,10 +2,12 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ(2.57)
5
-AC_INIT(configure.ac)
+AC_INIT(artnet-examples, [0.3.13])
6
+AC_CONFIG_SRCDIR([configure.ac])
7
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(artnet-examples, 0.3.12)
8
AC_CONFIG_HEADERS(config.h)
9
+AC_CONFIG_MACRO_DIR([config])
10
+AM_INIT_AUTOMAKE
11
12
# Checks for programs.
13
AC_PROG_CC
0 commit comments