Advertisement
Guest User

autogen.txt

a guest
Mar 15th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 KB | None | 0 0
  1. ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var >autogen.txt
  2. src/Makefile.am:54: whitespace following trailing backslash
  3. Makefile.am:17: `%'-style pattern rules are a GNU make extension
  4. Makefile.am:34: DISTCLEANFILES multiply defined in condition TRUE ...
  5. Makefile.am:26: ... `DISTCLEANFILES' previously defined here
  6. src/Makefile.am:54: whitespace following trailing backslash
  7. Makefile.am:17: `%'-style pattern rules are a GNU make extension
  8. Makefile.am:34: DISTCLEANFILES multiply defined in condition TRUE ...
  9. Makefile.am:26: ... `DISTCLEANFILES' previously defined here
  10.  
  11. autogen.txt:
  12. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  13. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  14. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  15. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  16. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  17. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  18. Copying file mkinstalldirs
  19. Copying file po/Makefile.in.in
  20.  
  21. Please add the files
  22. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  23. progtest.m4
  24. from the /aclocal directory to your autoconf macro directory
  25. or directly to your aclocal.m4 file.
  26. You will also need config.guess and config.sub, which you can get from
  27. ftp://ftp.gnu.org/pub/gnu/config/.
  28.  
  29. checking for a BSD-compatible install... /usr/bin/install -c
  30. checking whether build environment is sane... yes
  31. checking for a thread-safe mkdir -p... /bin/mkdir -p
  32. checking for gawk... gawk
  33. checking whether make sets $(MAKE)... yes
  34. checking how to create a ustar tar archive... gnutar
  35. checking whether to enable maintainer-specific portions of Makefiles... yes
  36. checking for gcc... gcc
  37. checking whether the C compiler works... yes
  38. checking for C compiler default output file name... a.out
  39. checking for suffix of executables...
  40. checking whether we are cross compiling... no
  41. checking for suffix of object files... o
  42. checking whether we are using the GNU C compiler... yes
  43. checking whether gcc accepts -g... yes
  44. checking for gcc option to accept ISO C89... none needed
  45. checking for style of include used by make... GNU
  46. checking dependency style of gcc... gcc3
  47. checking whether gcc and cc understand -c and -o together... yes
  48. checking build system type... x86_64-unknown-linux-gnu
  49. checking host system type... x86_64-unknown-linux-gnu
  50. checking how to print strings... printf
  51. checking for a sed that does not truncate output... /bin/sed
  52. checking for grep that handles long lines and -e... /bin/grep
  53. checking for egrep... /bin/grep -E
  54. checking for fgrep... /bin/grep -F
  55. checking for ld used by gcc... /usr/bin/ld
  56. checking if the linker (/usr/bin/ld) is GNU ld... yes
  57. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  58. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  59. checking whether ln -s works... yes
  60. checking the maximum length of command line arguments... 1572864
  61. checking whether the shell understands some XSI constructs... yes
  62. checking whether the shell understands "+="... yes
  63. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  64. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  65. checking for /usr/bin/ld option to reload object files... -r
  66. checking for objdump... objdump
  67. checking how to recognize dependent libraries... pass_all
  68. checking for dlltool... no
  69. checking how to associate runtime and link libraries... printf %s\n
  70. checking for ar... ar
  71. checking for archiver @FILE support... @
  72. checking for strip... strip
  73. checking for ranlib... ranlib
  74. checking command to parse /usr/bin/nm -B output from gcc object... ok
  75. checking for sysroot... no
  76. checking for mt... mt
  77. checking if mt is a manifest tool... no
  78. checking how to run the C preprocessor... gcc -E
  79. checking for ANSI C header files... yes
  80. checking for sys/types.h... yes
  81. checking for sys/stat.h... yes
  82. checking for stdlib.h... yes
  83. checking for string.h... yes
  84. checking for memory.h... yes
  85. checking for strings.h... yes
  86. checking for inttypes.h... yes
  87. checking for stdint.h... yes
  88. checking for unistd.h... yes
  89. checking for dlfcn.h... yes
  90. checking for objdir... .libs
  91. checking if gcc supports -fno-rtti -fno-exceptions... no
  92. checking for gcc option to produce PIC... -fPIC -DPIC
  93. checking if gcc PIC flag -fPIC -DPIC works... yes
  94. checking if gcc static flag -static works... yes
  95. checking if gcc supports -c -o file.o... yes
  96. checking if gcc supports -c -o file.o... (cached) yes
  97. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  98. checking whether -lc should be explicitly linked in... no
  99. checking dynamic linker characteristics... GNU/Linux ld.so
  100. checking how to hardcode library paths into programs... immediate
  101. checking whether stripping libraries is possible... yes
  102. checking if libtool supports shared libraries... yes
  103. checking whether to build shared libraries... yes
  104. checking whether to build static libraries... yes
  105. checking for ANSI C header files... (cached) yes
  106. checking fcntl.h usability... yes
  107. checking fcntl.h presence... yes
  108. checking for fcntl.h... yes
  109. checking paths.h usability... yes
  110. checking paths.h presence... yes
  111. checking for paths.h... yes
  112. checking sys/ioctl.h usability... yes
  113. checking sys/ioctl.h presence... yes
  114. checking for sys/ioctl.h... yes
  115. checking sys/time.h usability... yes
  116. checking sys/time.h presence... yes
  117. checking for sys/time.h... yes
  118. checking syslog.h usability... yes
  119. checking syslog.h presence... yes
  120. checking for syslog.h... yes
  121. checking for unistd.h... (cached) yes
  122. checking for mode_t... yes
  123. checking for pid_t... yes
  124. checking whether time.h and sys/time.h may both be included... yes
  125. checking whether gcc needs -traditional... no
  126. checking for working memcmp... yes
  127. checking for select... yes
  128. checking for socket... yes
  129. checking for uname... yes
  130. checking whether NLS is requested... yes
  131. checking for intltool >= 0.35.0... 0.41.1 found
  132. checking for intltool-update... /usr/bin/intltool-update
  133. checking for intltool-merge... /usr/bin/intltool-merge
  134. checking for intltool-extract... /usr/bin/intltool-extract
  135. checking for xgettext... /usr/bin/xgettext
  136. checking for msgmerge... /usr/bin/msgmerge
  137. checking for msgfmt... /usr/bin/msgfmt
  138. checking for gmsgfmt... /usr/bin/msgfmt
  139. checking for perl... /usr/bin/perl
  140. checking for perl >= 5.8.1... 5.12.4
  141. checking for XML::Parser... ok
  142. checking locale.h usability... yes
  143. checking locale.h presence... yes
  144. checking for locale.h... yes
  145. checking for LC_MESSAGES... yes
  146. checking libintl.h usability... yes
  147. checking libintl.h presence... yes
  148. checking for libintl.h... yes
  149. checking for ngettext in libc... yes
  150. checking for dgettext in libc... yes
  151. checking for bind_textdomain_codeset... yes
  152. checking for msgfmt... (cached) /usr/bin/msgfmt
  153. checking for dcgettext... yes
  154. checking if msgfmt accepts -c... yes
  155. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  156. checking for xgettext... (cached) /usr/bin/xgettext
  157. checking whether byte ordering is bigendian... no
  158. checking for /etc/redhat-release... no
  159. checking for /etc/SuSE-release... no
  160. checking for /etc/fedora-release... no
  161. checking for /etc/gentoo-release... no
  162. checking for /etc/debian_version... yes
  163. checking for /etc/arch-release... no
  164. checking for /etc/slackware-version... no
  165. checking for /etc/frugalware-release... no
  166. checking for /etc/mandriva-release... no
  167. checking for pkg-config... /usr/bin/pkg-config
  168. checking pkg-config is at least version 0.9.0... yes
  169. checking for DBUS... yes
  170. Your dbus version is 1,4,14.
  171. checking for GTHREAD... yes
  172. checking for GLIB... yes
  173. checking for GMODULE... yes
  174. checking for GOBJECT... yes
  175. checking for GIO... yes
  176. checking for LIBUDEV... yes
  177. checking for LIBNL... yes
  178. checking for UUID... yes
  179. checking for NSS... yes
  180. checking for more warnings... yes
  181. checking whether gcc understands -Wshadow... yes
  182. checking whether gcc understands -Wmissing-declarations... yes
  183. checking whether gcc understands -Wmissing-prototypes... yes
  184. checking whether gcc understands -Wdeclaration-after-statement... yes
  185. checking whether gcc understands -Wstrict-prototypes... no
  186. checking whether gcc understands -Wfloat-equal... yes
  187. checking whether gcc understands -Wno-unused-parameter... yes
  188. checking whether gcc understands -Wno-sign-compare... yes
  189. checking whether gcc understands -fno-strict-aliasing... yes
  190. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  191. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  192. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  193. checking whether to build gtk-doc documentation... no
  194. configure: creating ./config.status
  195. config.status: creating Makefile
  196. config.status: creating src/Makefile
  197. config.status: creating marshallers/Makefile
  198. config.status: creating test/Makefile
  199. config.status: creating utils/Makefile
  200. config.status: creating initscript/Makefile
  201. config.status: creating initscript/RedHat/Makefile
  202. config.status: creating initscript/RedHat/mbm-gpsd
  203. config.status: creating initscript/Gentoo/Makefile
  204. config.status: creating initscript/Gentoo/mbm-gpsd
  205. config.status: creating initscript/Debian/Makefile
  206. config.status: creating initscript/Slackware/Makefile
  207. config.status: creating initscript/Slackware/rc.mbm-gpsd
  208. config.status: creating initscript/SUSE/Makefile
  209. config.status: creating initscript/SUSE/mbm-gpsd
  210. config.status: creating initscript/Arch/Makefile
  211. config.status: creating initscript/Arch/mbm-gpsd
  212. config.status: creating initscript/paldo/Makefile
  213. config.status: creating initscript/paldo/mbm-gpsd
  214. config.status: creating initscript/Mandriva/Makefile
  215. config.status: creating initscript/Mandriva/mbm-gpsd
  216. config.status: creating introspection/Makefile
  217. config.status: creating man/Makefile
  218. config.status: creating man/mbm_gpsd.8
  219. config.status: creating policy/Makefile
  220. config.status: creating mbm_gpsd.pc
  221. config.status: creating po/Makefile.in
  222. config.status: creating config.h
  223. config.status: config.h is unchanged
  224. config.status: executing depfiles commands
  225. config.status: executing libtool commands
  226. config.status: executing default-1 commands
  227. config.status: executing po/stamp-it commands
  228.  
  229. Distribution targeting: debian
  230. if this is not correct, please specifiy your distro with --with-distro=DISTRO
  231.  
  232. Building documentation: no
  233.  
  234. echo "#ifndef __VERSION_H__" > version.h
  235. echo "#define __VERSION_H__" >> version.h
  236. echo "#define VERSION \"cf61a6c43a6c1e455f09141f438bbd8abb5e12ee\"" >> version.h
  237. echo "#endif" >> version.h
  238. #echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement