Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Panel Plugins
xfce4-verve-plugin
Commits
7b269b84
Commit
7b269b84
authored
Jan 31, 2021
by
Gaël Bonithon
Committed by
Romain Bouvier
May 05, 2021
Browse files
autoconf: Some updates
* AM_CONFIG_HEADER -> AC_CONFIG_HEADERS * Remove AC_HEADER_STDC
parent
a653be78
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac.in
View file @
7b269b84
...
...
@@ -16,7 +16,7 @@ dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip tar-ustar foreign])
A
M
_CONFIG_HEADER([config.h])
A
C
_CONFIG_HEADER
S
([config.h])
AM_MAINTAINER_MODE()
dnl *******************************
...
...
@@ -39,11 +39,6 @@ dnl **************************
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
dnl **********************************
dnl *** Check for standard headers ***
dnl **********************************
AC_HEADER_STDC()
dnl ******************************
dnl *** Check for i18n support ***
dnl ******************************
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment