Skip to content
Snippets Groups Projects
Commit ac703328 authored by Landry Breuil's avatar Landry Breuil
Browse files

use newer autoconf macros (bug #10030)

parent 12dcf2c5
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment