Skip to content

Commit 379ecc4

Browse files
committed
* update the build system
1 parent 078632c commit 379ecc4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

configure.ac

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.57)
5-
AC_INIT(configure.ac)
5+
AC_INIT(artnet-examples, [0.3.13])
6+
AC_CONFIG_SRCDIR([configure.ac])
67
AC_CONFIG_AUX_DIR(config)
7-
AM_INIT_AUTOMAKE(artnet-examples, 0.3.12)
88
AC_CONFIG_HEADERS(config.h)
9+
AC_CONFIG_MACRO_DIR([config])
10+
AM_INIT_AUTOMAKE
911

1012
# Checks for programs.
1113
AC_PROG_CC

0 commit comments

Comments
 (0)