git.annexia.org
/
miniexpect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc1a44
)
configure: Move AC_USE_SYSTEM_EXTENSIONS to avoid autoconf warning.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 26 Apr 2014 18:24:36 +0000
(19:24 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 26 Apr 2014 18:47:52 +0000
(19:47 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
6051e3e
..
e84650a
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-24,6
+24,9
@@
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CONFIG_MACRO_DIR([m4])
+dnl Enable system extensions (_GNU_SOURCE etc).
+AC_USE_SYSTEM_EXTENSIONS
+
AM_PROG_LIBTOOL
dnl Check for basic C environment.
@@
-36,9
+39,6
@@
test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant])
AM_PROG_CC_C_O
-dnl Enable system extensions (_GNU_SOURCE etc).
-AC_USE_SYSTEM_EXTENSIONS
-
dnl Check support for 64 bit file offsets.
AC_SYS_LARGEFILE