chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DisOrder 5.1.1
[disorder]
/
configure.ac
diff --git
a/configure.ac
b/configure.ac
index ee96f219e1d4ed9da707564c349dd433b6e273b4..8d7172590a849c9c1959cfd32987d1d3e992b6c9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,7
+1,7
@@
# Process this file with autoconf to produce a configure script.
#
# This file is part of DisOrder.
# Process this file with autoconf to produce a configure script.
#
# This file is part of DisOrder.
-# Copyright (C) 2004-201
0
Richard Kettlewell
+# Copyright (C) 2004-201
3
Richard Kettlewell
# Portions copyright (C) 2007 Ross Younger
#
# This program is free software: you can redistribute it and/or modify
# Portions copyright (C) 2007 Ross Younger
#
# This program is free software: you can redistribute it and/or modify
@@
-18,9
+18,9
@@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-AC_INIT([disorder], [5.
0.DEV
], [richard+disorder@sfere.greenend.org.uk])
+AC_INIT([disorder], [5.
1.1
], [richard+disorder@sfere.greenend.org.uk])
AC_CONFIG_AUX_DIR([config.aux])
AC_CONFIG_AUX_DIR([config.aux])
-AM_INIT_AUTOMAKE(
disorder, [5.0.DEV
])
+AM_INIT_AUTOMAKE(
[foreign
])
AC_CONFIG_SRCDIR([server/disorderd.c])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([server/disorderd.c])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@
-729,13
+729,13
@@
if test "x$GCC" = xyes; then
if test $GCC = yes; then
CC="$CC -Wall -Werror"
fi
if test $GCC = yes; then
CC="$CC -Wall -Werror"
fi
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
],[
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
static int x(char *f) {
return *f;
}
int z(const char *g) {
return x((char *)g);
static int x(char *f) {
return *f;
}
int z(const char *g) {
return x((char *)g);
- }])],
+ }]
,[]
)],
[rjk_cv_pr29478=no],
[rjk_cv_pr29478=yes]
)
[rjk_cv_pr29478=no],
[rjk_cv_pr29478=yes]
)