Merge lp:~ubuntu-branches/ubuntu/raring/open-vm-tools/raring-201303270241 into lp:ubuntu/raring/open-vm-tools

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/raring/open-vm-tools/raring-201303270241
Merge into: lp:ubuntu/raring/open-vm-tools
Diff against target: 30748 lines (+24/-30489)
24 files modified
.pc/0001-kvers.patch/modules/linux/vmblock/Makefile (+0/-171)
.pc/0001-kvers.patch/modules/linux/vmci/Makefile (+0/-171)
.pc/0001-kvers.patch/modules/linux/vmhgfs/Makefile (+0/-171)
.pc/0001-kvers.patch/modules/linux/vmsync/Makefile (+0/-171)
.pc/0001-kvers.patch/modules/linux/vmxnet/Makefile (+0/-171)
.pc/0001-kvers.patch/modules/linux/vsock/Makefile (+0/-171)
.pc/0002-procps.patch/configure (+0/-25491)
.pc/0002-procps.patch/configure.ac (+0/-1234)
.pc/0003-dkms.patch/modules/linux/dkms.conf (+0/-39)
.pc/0004-dkms-vmsync.patch/modules/linux/dkms.conf (+0/-39)
.pc/0005-kernel-38-fixes.patch/modules/linux/shared/compat_mm.h (+0/-107)
.pc/0005-kernel-38-fixes.patch/modules/linux/vmci/linux/driver.c (+0/-2522)
.pc/applied-patches (+0/-5)
configure (+1/-1)
configure.ac (+1/-1)
modules/linux/dkms.conf (+12/-7)
modules/linux/shared/compat_mm.h (+1/-11)
modules/linux/vmblock/Makefile (+1/-1)
modules/linux/vmci/Makefile (+1/-1)
modules/linux/vmci/linux/driver.c (+3/-0)
modules/linux/vmhgfs/Makefile (+1/-1)
modules/linux/vmsync/Makefile (+1/-1)
modules/linux/vmxnet/Makefile (+1/-1)
modules/linux/vsock/Makefile (+1/-1)
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/raring/open-vm-tools/raring-201303270241
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+155648@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/raring/open-vm-tools reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/raring/open-vm-tools/raring-201303270241. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

35. By Luke Yelavich

Merge branch lp:~n-muench/ubuntu/raring/open-vm-tools/open-vm-tools-december.sid-sync

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed directory '.pc/0001-kvers.patch'
2=== removed directory '.pc/0001-kvers.patch/modules'
3=== removed directory '.pc/0001-kvers.patch/modules/linux'
4=== removed directory '.pc/0001-kvers.patch/modules/linux/vmblock'
5=== removed file '.pc/0001-kvers.patch/modules/linux/vmblock/Makefile'
6--- .pc/0001-kvers.patch/modules/linux/vmblock/Makefile 2013-03-13 21:46:00 +0000
7+++ .pc/0001-kvers.patch/modules/linux/vmblock/Makefile 1970-01-01 00:00:00 +0000
8@@ -1,171 +0,0 @@
9-#!/usr/bin/make -f
10-##########################################################
11-# Copyright (C) 1998 VMware, Inc. All rights reserved.
12-#
13-# This program is free software; you can redistribute it and/or modify it
14-# under the terms of the GNU General Public License as published by the
15-# Free Software Foundation version 2 and no later version.
16-#
17-# This program is distributed in the hope that it will be useful, but
18-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20-# for more details.
21-#
22-# You should have received a copy of the GNU General Public License along
23-# with this program; if not, write to the Free Software Foundation, Inc.,
24-# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25-#
26-##########################################################
27-
28-####
29-#### VMware kernel module Makefile to be distributed externally
30-####
31-
32-####
33-#### SRCROOT _must_ be a relative path.
34-####
35-SRCROOT = .
36-
37-#
38-# open-vm-tools doesn't replicate shared source files for different modules;
39-# instead, files are kept in shared locations. So define a few useful macros
40-# to be able to handle both cases cleanly.
41-#
42-INCLUDE :=
43-ifdef OVT_SOURCE_DIR
44-AUTOCONF_DIR := $(OVT_SOURCE_DIR)/modules/linux/shared/autoconf
45-VMLIB_PATH = $(OVT_SOURCE_DIR)/lib/$(1)
46-INCLUDE += -I$(OVT_SOURCE_DIR)/modules/linux/shared
47-INCLUDE += -I$(OVT_SOURCE_DIR)/lib/include
48-else
49-AUTOCONF_DIR := $(SRCROOT)/shared/autoconf
50-INCLUDE += -I$(SRCROOT)/shared
51-endif
52-
53-
54-VM_UNAME = $(shell uname -r)
55-
56-# Header directory for the running kernel
57-ifdef LINUXINCLUDE
58-HEADER_DIR = $(LINUXINCLUDE)
59-else
60-HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
61-endif
62-
63-BUILD_DIR = $(HEADER_DIR)/..
64-
65-DRIVER := vmblock
66-PRODUCT := tools-source
67-
68-# Grep program
69-GREP = /bin/grep
70-
71-vm_check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \
72- > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)
73-vm_check_file = $(shell if test -f $(1); then echo "yes"; else echo "no"; fi)
74-
75-ifndef VM_KBUILD
76-VM_KBUILD := no
77-ifeq ($(call vm_check_file,$(BUILD_DIR)/Makefile), yes)
78-ifneq ($(call vm_check_file,$(BUILD_DIR)/Rules.make), yes)
79-VM_KBUILD := 26
80-endif
81-endif
82-export VM_KBUILD
83-endif
84-
85-ifndef VM_KBUILD_SHOWN
86-ifeq ($(VM_KBUILD), no)
87-VM_DUMMY := $(shell echo >&2 "Using standalone build system.")
88-else
89-ifeq ($(VM_KBUILD), 24)
90-VM_DUMMY := $(shell echo >&2 "Using 2.4.x kernel build system.")
91-else
92-VM_DUMMY := $(shell echo >&2 "Using 2.6.x kernel build system.")
93-endif
94-endif
95-VM_KBUILD_SHOWN := yes
96-export VM_KBUILD_SHOWN
97-endif
98-
99-ifneq ($(VM_KBUILD), no)
100-
101-VMCCVER := $(shell $(CC) -dumpversion)
102-
103-# If there is no version defined, we are in toplevel pass, not yet in kernel makefiles...
104-ifeq ($(VERSION),)
105-
106-ifeq ($(VM_KBUILD), 24)
107-DRIVER_KO := $(DRIVER).o
108-else
109-DRIVER_KO := $(DRIVER).ko
110-endif
111-
112-.PHONY: $(DRIVER_KO)
113-
114-auto-build: $(DRIVER_KO)
115- cp -f $< $(SRCROOT)/../$(DRIVER).o
116-
117-# $(DRIVER_KO) is a phony target, so compare file times explicitly
118-$(DRIVER): $(DRIVER_KO)
119- if [ $< -nt $@ ] || [ ! -e $@ ] ; then cp -f $< $@; fi
120-
121-# Pass gcc version down the chain, so we can detect if kernel attempts to use unapproved compiler
122-VM_CCVER := $(VMCCVER)
123-export VM_CCVER
124-VM_CC := $(CC)
125-export VM_CC
126-
127-MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
128-
129-#
130-# Define a setup target that gets built before the actual driver.
131-# This target may not be used at all, but if it is then it will be defined
132-# in Makefile.kernel
133-#
134-prebuild:: ;
135-postbuild:: ;
136-
137-$(DRIVER_KO): prebuild
138- $(MAKE) -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) \
139- MODULEBUILDDIR=$(MODULEBUILDDIR) modules
140- $(MAKE) -C $$PWD SRCROOT=$$PWD/$(SRCROOT) \
141- MODULEBUILDDIR=$(MODULEBUILDDIR) postbuild
142-endif
143-
144-vm_check_build = $(shell if $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) \
145- $(CPPFLAGS) $(CFLAGS) $(CFLAGS_KERNEL) $(LINUXINCLUDE) \
146- $(EXTRA_CFLAGS) -Iinclude2/asm/mach-default \
147- -DKBUILD_BASENAME=\"$(DRIVER)\" \
148- -Werror -S -o /dev/null -xc $(1) \
149- > /dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi)
150-
151-CC_WARNINGS := -Wall -Wstrict-prototypes
152-CC_OPTS := $(GLOBAL_DEFS) $(CC_WARNINGS) -DVMW_USING_KBUILD
153-ifdef VMX86_DEVEL
154-CC_OPTS += -DVMX86_DEVEL
155-endif
156-ifdef VMX86_DEBUG
157-CC_OPTS += -DVMX86_DEBUG
158-endif
159-
160-include $(SRCROOT)/Makefile.kernel
161-
162-ifdef TOPDIR
163-ifeq ($(VM_KBUILD), 24)
164-
165-O_TARGET := $(DRIVER).o
166-
167-obj-y := $($(DRIVER)-y)
168-
169-include $(TOPDIR)/Rules.make
170-endif
171-endif
172-
173-else
174-
175-include $(SRCROOT)/Makefile.normal
176-
177-endif
178-
179-#.SILENT:
180
181=== removed directory '.pc/0001-kvers.patch/modules/linux/vmci'
182=== removed file '.pc/0001-kvers.patch/modules/linux/vmci/Makefile'
183--- .pc/0001-kvers.patch/modules/linux/vmci/Makefile 2013-03-13 21:46:00 +0000
184+++ .pc/0001-kvers.patch/modules/linux/vmci/Makefile 1970-01-01 00:00:00 +0000
185@@ -1,171 +0,0 @@
186-#!/usr/bin/make -f
187-##########################################################
188-# Copyright (C) 1998 VMware, Inc. All rights reserved.
189-#
190-# This program is free software; you can redistribute it and/or modify it
191-# under the terms of the GNU General Public License as published by the
192-# Free Software Foundation version 2 and no later version.
193-#
194-# This program is distributed in the hope that it will be useful, but
195-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
196-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
197-# for more details.
198-#
199-# You should have received a copy of the GNU General Public License along
200-# with this program; if not, write to the Free Software Foundation, Inc.,
201-# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
202-#
203-##########################################################
204-
205-####
206-#### VMware kernel module Makefile to be distributed externally
207-####
208-
209-####
210-#### SRCROOT _must_ be a relative path.
211-####
212-SRCROOT = .
213-
214-#
215-# open-vm-tools doesn't replicate shared source files for different modules;
216-# instead, files are kept in shared locations. So define a few useful macros
217-# to be able to handle both cases cleanly.
218-#
219-INCLUDE :=
220-ifdef OVT_SOURCE_DIR
221-AUTOCONF_DIR := $(OVT_SOURCE_DIR)/modules/linux/shared/autoconf
222-VMLIB_PATH = $(OVT_SOURCE_DIR)/lib/$(1)
223-INCLUDE += -I$(OVT_SOURCE_DIR)/modules/linux/shared
224-INCLUDE += -I$(OVT_SOURCE_DIR)/lib/include
225-else
226-AUTOCONF_DIR := $(SRCROOT)/shared/autoconf
227-INCLUDE += -I$(SRCROOT)/shared
228-endif
229-
230-
231-VM_UNAME = $(shell uname -r)
232-
233-# Header directory for the running kernel
234-ifdef LINUXINCLUDE
235-HEADER_DIR = $(LINUXINCLUDE)
236-else
237-HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
238-endif
239-
240-BUILD_DIR = $(HEADER_DIR)/..
241-
242-DRIVER := vmci
243-PRODUCT := tools-source
244-
245-# Grep program
246-GREP = /bin/grep
247-
248-vm_check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \
249- > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)
250-vm_check_file = $(shell if test -f $(1); then echo "yes"; else echo "no"; fi)
251-
252-ifndef VM_KBUILD
253-VM_KBUILD := no
254-ifeq ($(call vm_check_file,$(BUILD_DIR)/Makefile), yes)
255-ifneq ($(call vm_check_file,$(BUILD_DIR)/Rules.make), yes)
256-VM_KBUILD := 26
257-endif
258-endif
259-export VM_KBUILD
260-endif
261-
262-ifndef VM_KBUILD_SHOWN
263-ifeq ($(VM_KBUILD), no)
264-VM_DUMMY := $(shell echo >&2 "Using standalone build system.")
265-else
266-ifeq ($(VM_KBUILD), 24)
267-VM_DUMMY := $(shell echo >&2 "Using 2.4.x kernel build system.")
268-else
269-VM_DUMMY := $(shell echo >&2 "Using 2.6.x kernel build system.")
270-endif
271-endif
272-VM_KBUILD_SHOWN := yes
273-export VM_KBUILD_SHOWN
274-endif
275-
276-ifneq ($(VM_KBUILD), no)
277-
278-VMCCVER := $(shell $(CC) -dumpversion)
279-
280-# If there is no version defined, we are in toplevel pass, not yet in kernel makefiles...
281-ifeq ($(VERSION),)
282-
283-ifeq ($(VM_KBUILD), 24)
284-DRIVER_KO := $(DRIVER).o
285-else
286-DRIVER_KO := $(DRIVER).ko
287-endif
288-
289-.PHONY: $(DRIVER_KO)
290-
291-auto-build: $(DRIVER_KO)
292- cp -f $< $(SRCROOT)/../$(DRIVER).o
293-
294-# $(DRIVER_KO) is a phony target, so compare file times explicitly
295-$(DRIVER): $(DRIVER_KO)
296- if [ $< -nt $@ ] || [ ! -e $@ ] ; then cp -f $< $@; fi
297-
298-# Pass gcc version down the chain, so we can detect if kernel attempts to use unapproved compiler
299-VM_CCVER := $(VMCCVER)
300-export VM_CCVER
301-VM_CC := $(CC)
302-export VM_CC
303-
304-MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
305-
306-#
307-# Define a setup target that gets built before the actual driver.
308-# This target may not be used at all, but if it is then it will be defined
309-# in Makefile.kernel
310-#
311-prebuild:: ;
312-postbuild:: ;
313-
314-$(DRIVER_KO): prebuild
315- $(MAKE) -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) \
316- MODULEBUILDDIR=$(MODULEBUILDDIR) modules
317- $(MAKE) -C $$PWD SRCROOT=$$PWD/$(SRCROOT) \
318- MODULEBUILDDIR=$(MODULEBUILDDIR) postbuild
319-endif
320-
321-vm_check_build = $(shell if $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) \
322- $(CPPFLAGS) $(CFLAGS) $(CFLAGS_KERNEL) $(LINUXINCLUDE) \
323- $(EXTRA_CFLAGS) -Iinclude2/asm/mach-default \
324- -DKBUILD_BASENAME=\"$(DRIVER)\" \
325- -Werror -S -o /dev/null -xc $(1) \
326- > /dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi)
327-
328-CC_WARNINGS := -Wall -Wstrict-prototypes
329-CC_OPTS := $(GLOBAL_DEFS) $(CC_WARNINGS) -DVMW_USING_KBUILD
330-ifdef VMX86_DEVEL
331-CC_OPTS += -DVMX86_DEVEL
332-endif
333-ifdef VMX86_DEBUG
334-CC_OPTS += -DVMX86_DEBUG
335-endif
336-
337-include $(SRCROOT)/Makefile.kernel
338-
339-ifdef TOPDIR
340-ifeq ($(VM_KBUILD), 24)
341-
342-O_TARGET := $(DRIVER).o
343-
344-obj-y := $($(DRIVER)-y)
345-
346-include $(TOPDIR)/Rules.make
347-endif
348-endif
349-
350-else
351-
352-include $(SRCROOT)/Makefile.normal
353-
354-endif
355-
356-#.SILENT:
357
358=== removed directory '.pc/0001-kvers.patch/modules/linux/vmhgfs'
359=== removed file '.pc/0001-kvers.patch/modules/linux/vmhgfs/Makefile'
360--- .pc/0001-kvers.patch/modules/linux/vmhgfs/Makefile 2013-03-13 21:46:00 +0000
361+++ .pc/0001-kvers.patch/modules/linux/vmhgfs/Makefile 1970-01-01 00:00:00 +0000
362@@ -1,171 +0,0 @@
363-#!/usr/bin/make -f
364-##########################################################
365-# Copyright (C) 1998 VMware, Inc. All rights reserved.
366-#
367-# This program is free software; you can redistribute it and/or modify it
368-# under the terms of the GNU General Public License as published by the
369-# Free Software Foundation version 2 and no later version.
370-#
371-# This program is distributed in the hope that it will be useful, but
372-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
373-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
374-# for more details.
375-#
376-# You should have received a copy of the GNU General Public License along
377-# with this program; if not, write to the Free Software Foundation, Inc.,
378-# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
379-#
380-##########################################################
381-
382-####
383-#### VMware kernel module Makefile to be distributed externally
384-####
385-
386-####
387-#### SRCROOT _must_ be a relative path.
388-####
389-SRCROOT = .
390-
391-#
392-# open-vm-tools doesn't replicate shared source files for different modules;
393-# instead, files are kept in shared locations. So define a few useful macros
394-# to be able to handle both cases cleanly.
395-#
396-INCLUDE :=
397-ifdef OVT_SOURCE_DIR
398-AUTOCONF_DIR := $(OVT_SOURCE_DIR)/modules/linux/shared/autoconf
399-VMLIB_PATH = $(OVT_SOURCE_DIR)/lib/$(1)
400-INCLUDE += -I$(OVT_SOURCE_DIR)/modules/linux/shared
401-INCLUDE += -I$(OVT_SOURCE_DIR)/lib/include
402-else
403-AUTOCONF_DIR := $(SRCROOT)/shared/autoconf
404-INCLUDE += -I$(SRCROOT)/shared
405-endif
406-
407-
408-VM_UNAME = $(shell uname -r)
409-
410-# Header directory for the running kernel
411-ifdef LINUXINCLUDE
412-HEADER_DIR = $(LINUXINCLUDE)
413-else
414-HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
415-endif
416-
417-BUILD_DIR = $(HEADER_DIR)/..
418-
419-DRIVER := vmhgfs
420-PRODUCT := tools
421-
422-# Grep program
423-GREP = /bin/grep
424-
425-vm_check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \
426- > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)
427-vm_check_file = $(shell if test -f $(1); then echo "yes"; else echo "no"; fi)
428-
429-ifndef VM_KBUILD
430-VM_KBUILD := no
431-ifeq ($(call vm_check_file,$(BUILD_DIR)/Makefile), yes)
432-ifneq ($(call vm_check_file,$(BUILD_DIR)/Rules.make), yes)
433-VM_KBUILD := 26
434-endif
435-endif
436-export VM_KBUILD
437-endif
438-
439-ifndef VM_KBUILD_SHOWN
440-ifeq ($(VM_KBUILD), no)
441-VM_DUMMY := $(shell echo >&2 "Using standalone build system.")
442-else
443-ifeq ($(VM_KBUILD), 24)
444-VM_DUMMY := $(shell echo >&2 "Using 2.4.x kernel build system.")
445-else
446-VM_DUMMY := $(shell echo >&2 "Using 2.6.x kernel build system.")
447-endif
448-endif
449-VM_KBUILD_SHOWN := yes
450-export VM_KBUILD_SHOWN
451-endif
452-
453-ifneq ($(VM_KBUILD), no)
454-
455-VMCCVER := $(shell $(CC) -dumpversion)
456-
457-# If there is no version defined, we are in toplevel pass, not yet in kernel makefiles...
458-ifeq ($(VERSION),)
459-
460-ifeq ($(VM_KBUILD), 24)
461-DRIVER_KO := $(DRIVER).o
462-else
463-DRIVER_KO := $(DRIVER).ko
464-endif
465-
466-.PHONY: $(DRIVER_KO)
467-
468-auto-build: $(DRIVER_KO)
469- cp -f $< $(SRCROOT)/../$(DRIVER).o
470-
471-# $(DRIVER_KO) is a phony target, so compare file times explicitly
472-$(DRIVER): $(DRIVER_KO)
473- if [ $< -nt $@ ] || [ ! -e $@ ] ; then cp -f $< $@; fi
474-
475-# Pass gcc version down the chain, so we can detect if kernel attempts to use unapproved compiler
476-VM_CCVER := $(VMCCVER)
477-export VM_CCVER
478-VM_CC := $(CC)
479-export VM_CC
480-
481-MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
482-
483-#
484-# Define a setup target that gets built before the actual driver.
485-# This target may not be used at all, but if it is then it will be defined
486-# in Makefile.kernel
487-#
488-prebuild:: ;
489-postbuild:: ;
490-
491-$(DRIVER_KO): prebuild
492- $(MAKE) -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) \
493- MODULEBUILDDIR=$(MODULEBUILDDIR) modules
494- $(MAKE) -C $$PWD SRCROOT=$$PWD/$(SRCROOT) \
495- MODULEBUILDDIR=$(MODULEBUILDDIR) postbuild
496-endif
497-
498-vm_check_build = $(shell if $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) \
499- $(CPPFLAGS) $(CFLAGS) $(CFLAGS_KERNEL) $(LINUXINCLUDE) \
500- $(EXTRA_CFLAGS) -Iinclude2/asm/mach-default \
501- -DKBUILD_BASENAME=\"$(DRIVER)\" \
502- -Werror -S -o /dev/null -xc $(1) \
503- > /dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi)
504-
505-CC_WARNINGS := -Wall -Wstrict-prototypes
506-CC_OPTS := $(GLOBAL_DEFS) $(CC_WARNINGS) -DVMW_USING_KBUILD
507-ifdef VMX86_DEVEL
508-CC_OPTS += -DVMX86_DEVEL
509-endif
510-ifdef VMX86_DEBUG
511-CC_OPTS += -DVMX86_DEBUG
512-endif
513-
514-include $(SRCROOT)/Makefile.kernel
515-
516-ifdef TOPDIR
517-ifeq ($(VM_KBUILD), 24)
518-
519-O_TARGET := $(DRIVER).o
520-
521-obj-y := $($(DRIVER)-y)
522-
523-include $(TOPDIR)/Rules.make
524-endif
525-endif
526-
527-else
528-
529-include $(SRCROOT)/Makefile.normal
530-
531-endif
532-
533-#.SILENT:
534
535=== removed directory '.pc/0001-kvers.patch/modules/linux/vmsync'
536=== removed file '.pc/0001-kvers.patch/modules/linux/vmsync/Makefile'
537--- .pc/0001-kvers.patch/modules/linux/vmsync/Makefile 2013-03-13 21:46:00 +0000
538+++ .pc/0001-kvers.patch/modules/linux/vmsync/Makefile 1970-01-01 00:00:00 +0000
539@@ -1,171 +0,0 @@
540-#!/usr/bin/make -f
541-##########################################################
542-# Copyright (C) 1998 VMware, Inc. All rights reserved.
543-#
544-# This program is free software; you can redistribute it and/or modify it
545-# under the terms of the GNU General Public License as published by the
546-# Free Software Foundation version 2 and no later version.
547-#
548-# This program is distributed in the hope that it will be useful, but
549-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
550-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
551-# for more details.
552-#
553-# You should have received a copy of the GNU General Public License along
554-# with this program; if not, write to the Free Software Foundation, Inc.,
555-# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
556-#
557-##########################################################
558-
559-####
560-#### VMware kernel module Makefile to be distributed externally
561-####
562-
563-####
564-#### SRCROOT _must_ be a relative path.
565-####
566-SRCROOT = .
567-
568-#
569-# open-vm-tools doesn't replicate shared source files for different modules;
570-# instead, files are kept in shared locations. So define a few useful macros
571-# to be able to handle both cases cleanly.
572-#
573-INCLUDE :=
574-ifdef OVT_SOURCE_DIR
575-AUTOCONF_DIR := $(OVT_SOURCE_DIR)/modules/linux/shared/autoconf
576-VMLIB_PATH = $(OVT_SOURCE_DIR)/lib/$(1)
577-INCLUDE += -I$(OVT_SOURCE_DIR)/modules/linux/shared
578-INCLUDE += -I$(OVT_SOURCE_DIR)/lib/include
579-else
580-AUTOCONF_DIR := $(SRCROOT)/shared/autoconf
581-INCLUDE += -I$(SRCROOT)/shared
582-endif
583-
584-
585-VM_UNAME = $(shell uname -r)
586-
587-# Header directory for the running kernel
588-ifdef LINUXINCLUDE
589-HEADER_DIR = $(LINUXINCLUDE)
590-else
591-HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
592-endif
593-
594-BUILD_DIR = $(HEADER_DIR)/..
595-
596-DRIVER := vmsync
597-PRODUCT := tools
598-
599-# Grep program
600-GREP = /bin/grep
601-
602-vm_check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \
603- > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)
604-vm_check_file = $(shell if test -f $(1); then echo "yes"; else echo "no"; fi)
605-
606-ifndef VM_KBUILD
607-VM_KBUILD := no
608-ifeq ($(call vm_check_file,$(BUILD_DIR)/Makefile), yes)
609-ifneq ($(call vm_check_file,$(BUILD_DIR)/Rules.make), yes)
610-VM_KBUILD := 26
611-endif
612-endif
613-export VM_KBUILD
614-endif
615-
616-ifndef VM_KBUILD_SHOWN
617-ifeq ($(VM_KBUILD), no)
618-VM_DUMMY := $(shell echo >&2 "Using standalone build system.")
619-else
620-ifeq ($(VM_KBUILD), 24)
621-VM_DUMMY := $(shell echo >&2 "Using 2.4.x kernel build system.")
622-else
623-VM_DUMMY := $(shell echo >&2 "Using 2.6.x kernel build system.")
624-endif
625-endif
626-VM_KBUILD_SHOWN := yes
627-export VM_KBUILD_SHOWN
628-endif
629-
630-ifneq ($(VM_KBUILD), no)
631-
632-VMCCVER := $(shell $(CC) -dumpversion)
633-
634-# If there is no version defined, we are in toplevel pass, not yet in kernel makefiles...
635-ifeq ($(VERSION),)
636-
637-ifeq ($(VM_KBUILD), 24)
638-DRIVER_KO := $(DRIVER).o
639-else
640-DRIVER_KO := $(DRIVER).ko
641-endif
642-
643-.PHONY: $(DRIVER_KO)
644-
645-auto-build: $(DRIVER_KO)
646- cp -f $< $(SRCROOT)/../$(DRIVER).o
647-
648-# $(DRIVER_KO) is a phony target, so compare file times explicitly
649-$(DRIVER): $(DRIVER_KO)
650- if [ $< -nt $@ ] || [ ! -e $@ ] ; then cp -f $< $@; fi
651-
652-# Pass gcc version down the chain, so we can detect if kernel attempts to use unapproved compiler
653-VM_CCVER := $(VMCCVER)
654-export VM_CCVER
655-VM_CC := $(CC)
656-export VM_CC
657-
658-MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
659-
660-#
661-# Define a setup target that gets built before the actual driver.
662-# This target may not be used at all, but if it is then it will be defined
663-# in Makefile.kernel
664-#
665-prebuild:: ;
666-postbuild:: ;
667-
668-$(DRIVER_KO): prebuild
669- $(MAKE) -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) \
670- MODULEBUILDDIR=$(MODULEBUILDDIR) modules
671- $(MAKE) -C $$PWD SRCROOT=$$PWD/$(SRCROOT) \
672- MODULEBUILDDIR=$(MODULEBUILDDIR) postbuild
673-endif
674-
675-vm_check_build = $(shell if $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) \
676- $(CPPFLAGS) $(CFLAGS) $(CFLAGS_KERNEL) $(LINUXINCLUDE) \
677- $(EXTRA_CFLAGS) -Iinclude2/asm/mach-default \
678- -DKBUILD_BASENAME=\"$(DRIVER)\" \
679- -Werror -S -o /dev/null -xc $(1) \
680- > /dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi)
681-
682-CC_WARNINGS := -Wall -Wstrict-prototypes
683-CC_OPTS := $(GLOBAL_DEFS) $(CC_WARNINGS) -DVMW_USING_KBUILD
684-ifdef VMX86_DEVEL
685-CC_OPTS += -DVMX86_DEVEL
686-endif
687-ifdef VMX86_DEBUG
688-CC_OPTS += -DVMX86_DEBUG
689-endif
690-
691-include $(SRCROOT)/Makefile.kernel
692-
693-ifdef TOPDIR
694-ifeq ($(VM_KBUILD), 24)
695-
696-O_TARGET := $(DRIVER).o
697-
698-obj-y := $($(DRIVER)-y)
699-
700-include $(TOPDIR)/Rules.make
701-endif
702-endif
703-
704-else
705-
706-include $(SRCROOT)/Makefile.normal
707-
708-endif
709-
710-#.SILENT:
711
712=== removed directory '.pc/0001-kvers.patch/modules/linux/vmxnet'
713=== removed file '.pc/0001-kvers.patch/modules/linux/vmxnet/Makefile'
714--- .pc/0001-kvers.patch/modules/linux/vmxnet/Makefile 2013-03-13 21:46:00 +0000
715+++ .pc/0001-kvers.patch/modules/linux/vmxnet/Makefile 1970-01-01 00:00:00 +0000
716@@ -1,171 +0,0 @@
717-#!/usr/bin/make -f
718-##########################################################
719-# Copyright (C) 1998 VMware, Inc. All rights reserved.
720-#
721-# This program is free software; you can redistribute it and/or modify it
722-# under the terms of the GNU General Public License as published by the
723-# Free Software Foundation version 2 and no later version.
724-#
725-# This program is distributed in the hope that it will be useful, but
726-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
727-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
728-# for more details.
729-#
730-# You should have received a copy of the GNU General Public License along
731-# with this program; if not, write to the Free Software Foundation, Inc.,
732-# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
733-#
734-##########################################################
735-
736-####
737-#### VMware kernel module Makefile to be distributed externally
738-####
739-
740-####
741-#### SRCROOT _must_ be a relative path.
742-####
743-SRCROOT = .
744-
745-#
746-# open-vm-tools doesn't replicate shared source files for different modules;
747-# instead, files are kept in shared locations. So define a few useful macros
748-# to be able to handle both cases cleanly.
749-#
750-INCLUDE :=
751-ifdef OVT_SOURCE_DIR
752-AUTOCONF_DIR := $(OVT_SOURCE_DIR)/modules/linux/shared/autoconf
753-VMLIB_PATH = $(OVT_SOURCE_DIR)/lib/$(1)
754-INCLUDE += -I$(OVT_SOURCE_DIR)/modules/linux/shared
755-INCLUDE += -I$(OVT_SOURCE_DIR)/lib/include
756-else
757-AUTOCONF_DIR := $(SRCROOT)/shared/autoconf
758-INCLUDE += -I$(SRCROOT)/shared
759-endif
760-
761-
762-VM_UNAME = $(shell uname -r)
763-
764-# Header directory for the running kernel
765-ifdef LINUXINCLUDE
766-HEADER_DIR = $(LINUXINCLUDE)
767-else
768-HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
769-endif
770-
771-BUILD_DIR = $(HEADER_DIR)/..
772-
773-DRIVER := vmxnet
774-PRODUCT := tools-source
775-
776-# Grep program
777-GREP = /bin/grep
778-
779-vm_check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \
780- > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)
781-vm_check_file = $(shell if test -f $(1); then echo "yes"; else echo "no"; fi)
782-
783-ifndef VM_KBUILD
784-VM_KBUILD := no
785-ifeq ($(call vm_check_file,$(BUILD_DIR)/Makefile), yes)
786-ifneq ($(call vm_check_file,$(BUILD_DIR)/Rules.make), yes)
787-VM_KBUILD := 26
788-endif
789-endif
790-export VM_KBUILD
791-endif
792-
793-ifndef VM_KBUILD_SHOWN
794-ifeq ($(VM_KBUILD), no)
795-VM_DUMMY := $(shell echo >&2 "Using standalone build system.")
796-else
797-ifeq ($(VM_KBUILD), 24)
798-VM_DUMMY := $(shell echo >&2 "Using 2.4.x kernel build system.")
799-else
800-VM_DUMMY := $(shell echo >&2 "Using 2.6.x kernel build system.")
801-endif
802-endif
803-VM_KBUILD_SHOWN := yes
804-export VM_KBUILD_SHOWN
805-endif
806-
807-ifneq ($(VM_KBUILD), no)
808-
809-VMCCVER := $(shell $(CC) -dumpversion)
810-
811-# If there is no version defined, we are in toplevel pass, not yet in kernel makefiles...
812-ifeq ($(VERSION),)
813-
814-ifeq ($(VM_KBUILD), 24)
815-DRIVER_KO := $(DRIVER).o
816-else
817-DRIVER_KO := $(DRIVER).ko
818-endif
819-
820-.PHONY: $(DRIVER_KO)
821-
822-auto-build: $(DRIVER_KO)
823- cp -f $< $(SRCROOT)/../$(DRIVER).o
824-
825-# $(DRIVER_KO) is a phony target, so compare file times explicitly
826-$(DRIVER): $(DRIVER_KO)
827- if [ $< -nt $@ ] || [ ! -e $@ ] ; then cp -f $< $@; fi
828-
829-# Pass gcc version down the chain, so we can detect if kernel attempts to use unapproved compiler
830-VM_CCVER := $(VMCCVER)
831-export VM_CCVER
832-VM_CC := $(CC)
833-export VM_CC
834-
835-MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
836-
837-#
838-# Define a setup target that gets built before the actual driver.
839-# This target may not be used at all, but if it is then it will be defined
840-# in Makefile.kernel
841-#
842-prebuild:: ;
843-postbuild:: ;
844-
845-$(DRIVER_KO): prebuild
846- $(MAKE) -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) \
847- MODULEBUILDDIR=$(MODULEBUILDDIR) modules
848- $(MAKE) -C $$PWD SRCROOT=$$PWD/$(SRCROOT) \
849- MODULEBUILDDIR=$(MODULEBUILDDIR) postbuild
850-endif
851-
852-vm_check_build = $(shell if $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) \
853- $(CPPFLAGS) $(CFLAGS) $(CFLAGS_KERNEL) $(LINUXINCLUDE) \
854- $(EXTRA_CFLAGS) -Iinclude2/asm/mach-default \
855- -DKBUILD_BASENAME=\"$(DRIVER)\" \
856- -Werror -S -o /dev/null -xc $(1) \
857- > /dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi)
858-
859-CC_WARNINGS := -Wall -Wstrict-prototypes
860-CC_OPTS := $(GLOBAL_DEFS) $(CC_WARNINGS) -DVMW_USING_KBUILD
861-ifdef VMX86_DEVEL
862-CC_OPTS += -DVMX86_DEVEL
863-endif
864-ifdef VMX86_DEBUG
865-CC_OPTS += -DVMX86_DEBUG
866-endif
867-
868-include $(SRCROOT)/Makefile.kernel
869-
870-ifdef TOPDIR
871-ifeq ($(VM_KBUILD), 24)
872-
873-O_TARGET := $(DRIVER).o
874-
875-obj-y := $($(DRIVER)-y)
876-
877-include $(TOPDIR)/Rules.make
878-endif
879-endif
880-
881-else
882-
883-include $(SRCROOT)/Makefile.normal
884-
885-endif
886-
887-#.SILENT:
888
889=== removed directory '.pc/0001-kvers.patch/modules/linux/vsock'
890=== removed file '.pc/0001-kvers.patch/modules/linux/vsock/Makefile'
891--- .pc/0001-kvers.patch/modules/linux/vsock/Makefile 2013-03-13 21:46:00 +0000
892+++ .pc/0001-kvers.patch/modules/linux/vsock/Makefile 1970-01-01 00:00:00 +0000
893@@ -1,171 +0,0 @@
894-#!/usr/bin/make -f
895-##########################################################
896-# Copyright (C) 1998 VMware, Inc. All rights reserved.
897-#
898-# This program is free software; you can redistribute it and/or modify it
899-# under the terms of the GNU General Public License as published by the
900-# Free Software Foundation version 2 and no later version.
901-#
902-# This program is distributed in the hope that it will be useful, but
903-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
904-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
905-# for more details.
906-#
907-# You should have received a copy of the GNU General Public License along
908-# with this program; if not, write to the Free Software Foundation, Inc.,
909-# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
910-#
911-##########################################################
912-
913-####
914-#### VMware kernel module Makefile to be distributed externally
915-####
916-
917-####
918-#### SRCROOT _must_ be a relative path.
919-####
920-SRCROOT = .
921-
922-#
923-# open-vm-tools doesn't replicate shared source files for different modules;
924-# instead, files are kept in shared locations. So define a few useful macros
925-# to be able to handle both cases cleanly.
926-#
927-INCLUDE :=
928-ifdef OVT_SOURCE_DIR
929-AUTOCONF_DIR := $(OVT_SOURCE_DIR)/modules/linux/shared/autoconf
930-VMLIB_PATH = $(OVT_SOURCE_DIR)/lib/$(1)
931-INCLUDE += -I$(OVT_SOURCE_DIR)/modules/linux/shared
932-INCLUDE += -I$(OVT_SOURCE_DIR)/lib/include
933-else
934-AUTOCONF_DIR := $(SRCROOT)/shared/autoconf
935-INCLUDE += -I$(SRCROOT)/shared
936-endif
937-
938-
939-VM_UNAME = $(shell uname -r)
940-
941-# Header directory for the running kernel
942-ifdef LINUXINCLUDE
943-HEADER_DIR = $(LINUXINCLUDE)
944-else
945-HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
946-endif
947-
948-BUILD_DIR = $(HEADER_DIR)/..
949-
950-DRIVER := vsock
951-PRODUCT := tools-source
952-
953-# Grep program
954-GREP = /bin/grep
955-
956-vm_check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \
957- > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)
958-vm_check_file = $(shell if test -f $(1); then echo "yes"; else echo "no"; fi)
959-
960-ifndef VM_KBUILD
961-VM_KBUILD := no
962-ifeq ($(call vm_check_file,$(BUILD_DIR)/Makefile), yes)
963-ifneq ($(call vm_check_file,$(BUILD_DIR)/Rules.make), yes)
964-VM_KBUILD := 26
965-endif
966-endif
967-export VM_KBUILD
968-endif
969-
970-ifndef VM_KBUILD_SHOWN
971-ifeq ($(VM_KBUILD), no)
972-VM_DUMMY := $(shell echo >&2 "Using standalone build system.")
973-else
974-ifeq ($(VM_KBUILD), 24)
975-VM_DUMMY := $(shell echo >&2 "Using 2.4.x kernel build system.")
976-else
977-VM_DUMMY := $(shell echo >&2 "Using 2.6.x kernel build system.")
978-endif
979-endif
980-VM_KBUILD_SHOWN := yes
981-export VM_KBUILD_SHOWN
982-endif
983-
984-ifneq ($(VM_KBUILD), no)
985-
986-VMCCVER := $(shell $(CC) -dumpversion)
987-
988-# If there is no version defined, we are in toplevel pass, not yet in kernel makefiles...
989-ifeq ($(VERSION),)
990-
991-ifeq ($(VM_KBUILD), 24)
992-DRIVER_KO := $(DRIVER).o
993-else
994-DRIVER_KO := $(DRIVER).ko
995-endif
996-
997-.PHONY: $(DRIVER_KO)
998-
999-auto-build: $(DRIVER_KO)
1000- cp -f $< $(SRCROOT)/../$(DRIVER).o
1001-
1002-# $(DRIVER_KO) is a phony target, so compare file times explicitly
1003-$(DRIVER): $(DRIVER_KO)
1004- if [ $< -nt $@ ] || [ ! -e $@ ] ; then cp -f $< $@; fi
1005-
1006-# Pass gcc version down the chain, so we can detect if kernel attempts to use unapproved compiler
1007-VM_CCVER := $(VMCCVER)
1008-export VM_CCVER
1009-VM_CC := $(CC)
1010-export VM_CC
1011-
1012-MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
1013-
1014-#
1015-# Define a setup target that gets built before the actual driver.
1016-# This target may not be used at all, but if it is then it will be defined
1017-# in Makefile.kernel
1018-#
1019-prebuild:: ;
1020-postbuild:: ;
1021-
1022-$(DRIVER_KO): prebuild
1023- $(MAKE) -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) \
1024- MODULEBUILDDIR=$(MODULEBUILDDIR) modules
1025- $(MAKE) -C $$PWD SRCROOT=$$PWD/$(SRCROOT) \
1026- MODULEBUILDDIR=$(MODULEBUILDDIR) postbuild
1027-endif
1028-
1029-vm_check_build = $(shell if $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) \
1030- $(CPPFLAGS) $(CFLAGS) $(CFLAGS_KERNEL) $(LINUXINCLUDE) \
1031- $(EXTRA_CFLAGS) -Iinclude2/asm/mach-default \
1032- -DKBUILD_BASENAME=\"$(DRIVER)\" \
1033- -Werror -S -o /dev/null -xc $(1) \
1034- > /dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi)
1035-
1036-CC_WARNINGS := -Wall -Wstrict-prototypes
1037-CC_OPTS := $(GLOBAL_DEFS) $(CC_WARNINGS) -DVMW_USING_KBUILD
1038-ifdef VMX86_DEVEL
1039-CC_OPTS += -DVMX86_DEVEL
1040-endif
1041-ifdef VMX86_DEBUG
1042-CC_OPTS += -DVMX86_DEBUG
1043-endif
1044-
1045-include $(SRCROOT)/Makefile.kernel
1046-
1047-ifdef TOPDIR
1048-ifeq ($(VM_KBUILD), 24)
1049-
1050-O_TARGET := $(DRIVER).o
1051-
1052-obj-y := $($(DRIVER)-y)
1053-
1054-include $(TOPDIR)/Rules.make
1055-endif
1056-endif
1057-
1058-else
1059-
1060-include $(SRCROOT)/Makefile.normal
1061-
1062-endif
1063-
1064-#.SILENT:
1065
1066=== removed directory '.pc/0002-procps.patch'
1067=== removed file '.pc/0002-procps.patch/configure'
1068--- .pc/0002-procps.patch/configure 2013-03-13 21:46:00 +0000
1069+++ .pc/0002-procps.patch/configure 1970-01-01 00:00:00 +0000
1070@@ -1,25491 +0,0 @@
1071-#! /bin/sh
1072-# Guess values for system-dependent variables and create Makefiles.
1073-# Generated by GNU Autoconf 2.68 for open-vm-tools 2012.12.26.
1074-#
1075-# Report bugs to <open-vm-tools-devel@lists.sourceforge.net>.
1076-#
1077-#
1078-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1079-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
1080-# Foundation, Inc.
1081-#
1082-#
1083-# This configure script is free software; the Free Software Foundation
1084-# gives unlimited permission to copy, distribute and modify it.
1085-## -------------------- ##
1086-## M4sh Initialization. ##
1087-## -------------------- ##
1088-
1089-# Be more Bourne compatible
1090-DUALCASE=1; export DUALCASE # for MKS sh
1091-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1092- emulate sh
1093- NULLCMD=:
1094- # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1095- # is contrary to our usage. Disable this feature.
1096- alias -g '${1+"$@"}'='"$@"'
1097- setopt NO_GLOB_SUBST
1098-else
1099- case `(set -o) 2>/dev/null` in #(
1100- *posix*) :
1101- set -o posix ;; #(
1102- *) :
1103- ;;
1104-esac
1105-fi
1106-
1107-
1108-as_nl='
1109-'
1110-export as_nl
1111-# Printing a long string crashes Solaris 7 /usr/bin/printf.
1112-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1113-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1114-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1115-# Prefer a ksh shell builtin over an external printf program on Solaris,
1116-# but without wasting forks for bash or zsh.
1117-if test -z "$BASH_VERSION$ZSH_VERSION" \
1118- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1119- as_echo='print -r --'
1120- as_echo_n='print -rn --'
1121-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1122- as_echo='printf %s\n'
1123- as_echo_n='printf %s'
1124-else
1125- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1126- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1127- as_echo_n='/usr/ucb/echo -n'
1128- else
1129- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1130- as_echo_n_body='eval
1131- arg=$1;
1132- case $arg in #(
1133- *"$as_nl"*)
1134- expr "X$arg" : "X\\(.*\\)$as_nl";
1135- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1136- esac;
1137- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1138- '
1139- export as_echo_n_body
1140- as_echo_n='sh -c $as_echo_n_body as_echo'
1141- fi
1142- export as_echo_body
1143- as_echo='sh -c $as_echo_body as_echo'
1144-fi
1145-
1146-# The user is always right.
1147-if test "${PATH_SEPARATOR+set}" != set; then
1148- PATH_SEPARATOR=:
1149- (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1150- (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
1151- PATH_SEPARATOR=';'
1152- }
1153-fi
1154-
1155-
1156-# IFS
1157-# We need space, tab and new line, in precisely that order. Quoting is
1158-# there to prevent editors from complaining about space-tab.
1159-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1160-# splitting by setting IFS to empty value.)
1161-IFS=" "" $as_nl"
1162-
1163-# Find who we are. Look in the path if we contain no directory separator.
1164-as_myself=
1165-case $0 in #((
1166- *[\\/]* ) as_myself=$0 ;;
1167- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1168-for as_dir in $PATH
1169-do
1170- IFS=$as_save_IFS
1171- test -z "$as_dir" && as_dir=.
1172- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1173- done
1174-IFS=$as_save_IFS
1175-
1176- ;;
1177-esac
1178-# We did not find ourselves, most probably we were run as `sh COMMAND'
1179-# in which case we are not to be found in the path.
1180-if test "x$as_myself" = x; then
1181- as_myself=$0
1182-fi
1183-if test ! -f "$as_myself"; then
1184- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1185- exit 1
1186-fi
1187-
1188-# Unset variables that we do not need and which cause bugs (e.g. in
1189-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
1190-# suppresses any "Segmentation fault" message there. '((' could
1191-# trigger a bug in pdksh 5.2.14.
1192-for as_var in BASH_ENV ENV MAIL MAILPATH
1193-do eval test x\${$as_var+set} = xset \
1194- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1195-done
1196-PS1='$ '
1197-PS2='> '
1198-PS4='+ '
1199-
1200-# NLS nuisances.
1201-LC_ALL=C
1202-export LC_ALL
1203-LANGUAGE=C
1204-export LANGUAGE
1205-
1206-# CDPATH.
1207-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1208-
1209-if test "x$CONFIG_SHELL" = x; then
1210- as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
1211- emulate sh
1212- NULLCMD=:
1213- # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
1214- # is contrary to our usage. Disable this feature.
1215- alias -g '\${1+\"\$@\"}'='\"\$@\"'
1216- setopt NO_GLOB_SUBST
1217-else
1218- case \`(set -o) 2>/dev/null\` in #(
1219- *posix*) :
1220- set -o posix ;; #(
1221- *) :
1222- ;;
1223-esac
1224-fi
1225-"
1226- as_required="as_fn_return () { (exit \$1); }
1227-as_fn_success () { as_fn_return 0; }
1228-as_fn_failure () { as_fn_return 1; }
1229-as_fn_ret_success () { return 0; }
1230-as_fn_ret_failure () { return 1; }
1231-
1232-exitcode=0
1233-as_fn_success || { exitcode=1; echo as_fn_success failed.; }
1234-as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
1235-as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
1236-as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
1237-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
1238-
1239-else
1240- exitcode=1; echo positional parameters were not saved.
1241-fi
1242-test x\$exitcode = x0 || exit 1"
1243- as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
1244- as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
1245- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
1246- test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
1247-test \$(( 1 + 1 )) = 2 || exit 1
1248-
1249- test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
1250- ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1251- ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
1252- ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
1253- PATH=/empty FPATH=/empty; export PATH FPATH
1254- test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
1255- || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
1256- if (eval "$as_required") 2>/dev/null; then :
1257- as_have_required=yes
1258-else
1259- as_have_required=no
1260-fi
1261- if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
1262-
1263-else
1264- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1265-as_found=false
1266-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1267-do
1268- IFS=$as_save_IFS
1269- test -z "$as_dir" && as_dir=.
1270- as_found=:
1271- case $as_dir in #(
1272- /*)
1273- for as_base in sh bash ksh sh5; do
1274- # Try only shells that exist, to save several forks.
1275- as_shell=$as_dir/$as_base
1276- if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
1277- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
1278- CONFIG_SHELL=$as_shell as_have_required=yes
1279- if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
1280- break 2
1281-fi
1282-fi
1283- done;;
1284- esac
1285- as_found=false
1286-done
1287-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
1288- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
1289- CONFIG_SHELL=$SHELL as_have_required=yes
1290-fi; }
1291-IFS=$as_save_IFS
1292-
1293-
1294- if test "x$CONFIG_SHELL" != x; then :
1295- # We cannot yet assume a decent shell, so we have to provide a
1296- # neutralization value for shells without unset; and this also
1297- # works around shells that cannot unset nonexistent variables.
1298- # Preserve -v and -x to the replacement shell.
1299- BASH_ENV=/dev/null
1300- ENV=/dev/null
1301- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1302- export CONFIG_SHELL
1303- case $- in # ((((
1304- *v*x* | *x*v* ) as_opts=-vx ;;
1305- *v* ) as_opts=-v ;;
1306- *x* ) as_opts=-x ;;
1307- * ) as_opts= ;;
1308- esac
1309- exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
1310-fi
1311-
1312- if test x$as_have_required = xno; then :
1313- $as_echo "$0: This script requires a shell more modern than all"
1314- $as_echo "$0: the shells that I found on your system."
1315- if test x${ZSH_VERSION+set} = xset ; then
1316- $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
1317- $as_echo "$0: be upgraded to zsh 4.3.4 or later."
1318- else
1319- $as_echo "$0: Please tell bug-autoconf@gnu.org and
1320-$0: open-vm-tools-devel@lists.sourceforge.net about your
1321-$0: system, including any error possibly output before this
1322-$0: message. Then install a modern shell, or manually run
1323-$0: the script under such a shell if you do have one."
1324- fi
1325- exit 1
1326-fi
1327-fi
1328-fi
1329-SHELL=${CONFIG_SHELL-/bin/sh}
1330-export SHELL
1331-# Unset more variables known to interfere with behavior of common tools.
1332-CLICOLOR_FORCE= GREP_OPTIONS=
1333-unset CLICOLOR_FORCE GREP_OPTIONS
1334-
1335-## --------------------- ##
1336-## M4sh Shell Functions. ##
1337-## --------------------- ##
1338-# as_fn_unset VAR
1339-# ---------------
1340-# Portably unset VAR.
1341-as_fn_unset ()
1342-{
1343- { eval $1=; unset $1;}
1344-}
1345-as_unset=as_fn_unset
1346-
1347-# as_fn_set_status STATUS
1348-# -----------------------
1349-# Set $? to STATUS, without forking.
1350-as_fn_set_status ()
1351-{
1352- return $1
1353-} # as_fn_set_status
1354-
1355-# as_fn_exit STATUS
1356-# -----------------
1357-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
1358-as_fn_exit ()
1359-{
1360- set +e
1361- as_fn_set_status $1
1362- exit $1
1363-} # as_fn_exit
1364-
1365-# as_fn_mkdir_p
1366-# -------------
1367-# Create "$as_dir" as a directory, including parents if necessary.
1368-as_fn_mkdir_p ()
1369-{
1370-
1371- case $as_dir in #(
1372- -*) as_dir=./$as_dir;;
1373- esac
1374- test -d "$as_dir" || eval $as_mkdir_p || {
1375- as_dirs=
1376- while :; do
1377- case $as_dir in #(
1378- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1379- *) as_qdir=$as_dir;;
1380- esac
1381- as_dirs="'$as_qdir' $as_dirs"
1382- as_dir=`$as_dirname -- "$as_dir" ||
1383-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1384- X"$as_dir" : 'X\(//\)[^/]' \| \
1385- X"$as_dir" : 'X\(//\)$' \| \
1386- X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1387-$as_echo X"$as_dir" |
1388- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1389- s//\1/
1390- q
1391- }
1392- /^X\(\/\/\)[^/].*/{
1393- s//\1/
1394- q
1395- }
1396- /^X\(\/\/\)$/{
1397- s//\1/
1398- q
1399- }
1400- /^X\(\/\).*/{
1401- s//\1/
1402- q
1403- }
1404- s/.*/./; q'`
1405- test -d "$as_dir" && break
1406- done
1407- test -z "$as_dirs" || eval "mkdir $as_dirs"
1408- } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1409-
1410-
1411-} # as_fn_mkdir_p
1412-# as_fn_append VAR VALUE
1413-# ----------------------
1414-# Append the text in VALUE to the end of the definition contained in VAR. Take
1415-# advantage of any shell optimizations that allow amortized linear growth over
1416-# repeated appends, instead of the typical quadratic growth present in naive
1417-# implementations.
1418-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1419- eval 'as_fn_append ()
1420- {
1421- eval $1+=\$2
1422- }'
1423-else
1424- as_fn_append ()
1425- {
1426- eval $1=\$$1\$2
1427- }
1428-fi # as_fn_append
1429-
1430-# as_fn_arith ARG...
1431-# ------------------
1432-# Perform arithmetic evaluation on the ARGs, and store the result in the
1433-# global $as_val. Take advantage of shells that can avoid forks. The arguments
1434-# must be portable across $(()) and expr.
1435-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1436- eval 'as_fn_arith ()
1437- {
1438- as_val=$(( $* ))
1439- }'
1440-else
1441- as_fn_arith ()
1442- {
1443- as_val=`expr "$@" || test $? -eq 1`
1444- }
1445-fi # as_fn_arith
1446-
1447-
1448-# as_fn_error STATUS ERROR [LINENO LOG_FD]
1449-# ----------------------------------------
1450-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
1451-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
1452-# script with STATUS, using 1 if that was 0.
1453-as_fn_error ()
1454-{
1455- as_status=$1; test $as_status -eq 0 && as_status=1
1456- if test "$4"; then
1457- as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1458- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1459- fi
1460- $as_echo "$as_me: error: $2" >&2
1461- as_fn_exit $as_status
1462-} # as_fn_error
1463-
1464-if expr a : '\(a\)' >/dev/null 2>&1 &&
1465- test "X`expr 00001 : '.*\(...\)'`" = X001; then
1466- as_expr=expr
1467-else
1468- as_expr=false
1469-fi
1470-
1471-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1472- as_basename=basename
1473-else
1474- as_basename=false
1475-fi
1476-
1477-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
1478- as_dirname=dirname
1479-else
1480- as_dirname=false
1481-fi
1482-
1483-as_me=`$as_basename -- "$0" ||
1484-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1485- X"$0" : 'X\(//\)$' \| \
1486- X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1487-$as_echo X/"$0" |
1488- sed '/^.*\/\([^/][^/]*\)\/*$/{
1489- s//\1/
1490- q
1491- }
1492- /^X\/\(\/\/\)$/{
1493- s//\1/
1494- q
1495- }
1496- /^X\/\(\/\).*/{
1497- s//\1/
1498- q
1499- }
1500- s/.*/./; q'`
1501-
1502-# Avoid depending upon Character Ranges.
1503-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1504-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1505-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1506-as_cr_digits='0123456789'
1507-as_cr_alnum=$as_cr_Letters$as_cr_digits
1508-
1509-
1510- as_lineno_1=$LINENO as_lineno_1a=$LINENO
1511- as_lineno_2=$LINENO as_lineno_2a=$LINENO
1512- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
1513- test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
1514- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
1515- sed -n '
1516- p
1517- /[$]LINENO/=
1518- ' <$as_myself |
1519- sed '
1520- s/[$]LINENO.*/&-/
1521- t lineno
1522- b
1523- :lineno
1524- N
1525- :loop
1526- s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1527- t loop
1528- s/-\n.*//
1529- ' >$as_me.lineno &&
1530- chmod +x "$as_me.lineno" ||
1531- { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1532-
1533- # Don't try to exec as it changes $[0], causing all sort of problems
1534- # (the dirname of $[0] is not the place where we might find the
1535- # original and so on. Autoconf is especially sensitive to this).
1536- . "./$as_me.lineno"
1537- # Exit status is that of the last command.
1538- exit
1539-}
1540-
1541-ECHO_C= ECHO_N= ECHO_T=
1542-case `echo -n x` in #(((((
1543--n*)
1544- case `echo 'xy\c'` in
1545- *c*) ECHO_T=' ';; # ECHO_T is single tab character.
1546- xy) ECHO_C='\c';;
1547- *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
1548- ECHO_T=' ';;
1549- esac;;
1550-*)
1551- ECHO_N='-n';;
1552-esac
1553-
1554-rm -f conf$$ conf$$.exe conf$$.file
1555-if test -d conf$$.dir; then
1556- rm -f conf$$.dir/conf$$.file
1557-else
1558- rm -f conf$$.dir
1559- mkdir conf$$.dir 2>/dev/null
1560-fi
1561-if (echo >conf$$.file) 2>/dev/null; then
1562- if ln -s conf$$.file conf$$ 2>/dev/null; then
1563- as_ln_s='ln -s'
1564- # ... but there are two gotchas:
1565- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1566- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1567- # In both cases, we have to default to `cp -p'.
1568- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1569- as_ln_s='cp -p'
1570- elif ln conf$$.file conf$$ 2>/dev/null; then
1571- as_ln_s=ln
1572- else
1573- as_ln_s='cp -p'
1574- fi
1575-else
1576- as_ln_s='cp -p'
1577-fi
1578-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1579-rmdir conf$$.dir 2>/dev/null
1580-
1581-if mkdir -p . 2>/dev/null; then
1582- as_mkdir_p='mkdir -p "$as_dir"'
1583-else
1584- test -d ./-p && rmdir ./-p
1585- as_mkdir_p=false
1586-fi
1587-
1588-if test -x / >/dev/null 2>&1; then
1589- as_test_x='test -x'
1590-else
1591- if ls -dL / >/dev/null 2>&1; then
1592- as_ls_L_option=L
1593- else
1594- as_ls_L_option=
1595- fi
1596- as_test_x='
1597- eval sh -c '\''
1598- if test -d "$1"; then
1599- test -d "$1/.";
1600- else
1601- case $1 in #(
1602- -*)set "./$1";;
1603- esac;
1604- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1605- ???[sx]*):;;*)false;;esac;fi
1606- '\'' sh
1607- '
1608-fi
1609-as_executable_p=$as_test_x
1610-
1611-# Sed expression to map a string onto a valid CPP name.
1612-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1613-
1614-# Sed expression to map a string onto a valid variable name.
1615-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1616-
1617-SHELL=${CONFIG_SHELL-/bin/sh}
1618-
1619-
1620-test -n "$DJDIR" || exec 7<&0 </dev/null
1621-exec 6>&1
1622-
1623-# Name of the host.
1624-# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1625-# so uname gets run too.
1626-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
1627-
1628-#
1629-# Initializations.
1630-#
1631-ac_default_prefix=/usr/local
1632-ac_clean_files=
1633-ac_config_libobj_dir=.
1634-LIBOBJS=
1635-cross_compiling=no
1636-subdirs=
1637-MFLAGS=
1638-MAKEFLAGS=
1639-
1640-# Identity of this package.
1641-PACKAGE_NAME='open-vm-tools'
1642-PACKAGE_TARNAME='open-vm-tools'
1643-PACKAGE_VERSION='2012.12.26'
1644-PACKAGE_STRING='open-vm-tools 2012.12.26'
1645-PACKAGE_BUGREPORT='open-vm-tools-devel@lists.sourceforge.net'
1646-PACKAGE_URL=''
1647-
1648-ac_unique_file="checkvm/checkvm.c"
1649-# Factoring default headers for most tests.
1650-ac_includes_default="\
1651-#include <stdio.h>
1652-#ifdef HAVE_SYS_TYPES_H
1653-# include <sys/types.h>
1654-#endif
1655-#ifdef HAVE_SYS_STAT_H
1656-# include <sys/stat.h>
1657-#endif
1658-#ifdef STDC_HEADERS
1659-# include <stdlib.h>
1660-# include <stddef.h>
1661-#else
1662-# ifdef HAVE_STDLIB_H
1663-# include <stdlib.h>
1664-# endif
1665-#endif
1666-#ifdef HAVE_STRING_H
1667-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1668-# include <memory.h>
1669-# endif
1670-# include <string.h>
1671-#endif
1672-#ifdef HAVE_STRINGS_H
1673-# include <strings.h>
1674-#endif
1675-#ifdef HAVE_INTTYPES_H
1676-# include <inttypes.h>
1677-#endif
1678-#ifdef HAVE_STDINT_H
1679-# include <stdint.h>
1680-#endif
1681-#ifdef HAVE_UNISTD_H
1682-# include <unistd.h>
1683-#endif"
1684-
1685-ac_subst_vars='am__EXEEXT_FALSE
1686-am__EXEEXT_TRUE
1687-LTLIBOBJS
1688-LIBOBJS
1689-VIX_LIBADD
1690-LIBVMTOOLS_LIBADD
1691-LIB_USER_CPPFLAGS
1692-LIB_IMPERSONATE_CPPFLAGS
1693-LIB_AUTH_CPPFLAGS
1694-RPCGEN_WRAPPER
1695-INSTVMSG
1696-SYSDIR
1697-VMUSR_PLUGIN_INSTALLDIR
1698-VMSVC_PLUGIN_INSTALLDIR
1699-COMMON_PLUGIN_INSTALLDIR
1700-TEST_PLUGIN_INSTALLDIR
1701-XDR_LIBS
1702-RPCGENFLAGS
1703-VMTOOLS_LIBS
1704-VMTOOLS_CPPFLAGS
1705-PLUGIN_LDFLAGS
1706-PLUGIN_CPPFLAGS
1707-PAM_PREFIX
1708-XCOMPOSITE_LIBS
1709-XSM_LIBS
1710-COMMON_XLIBS
1711-MODULES
1712-MODULES_DIR
1713-MODULES_OS
1714-LINUXINCLUDE
1715-KERNEL_RELEASE
1716-TARGET_OS
1717-TOOLS_VERSION
1718-HGFS_LIBS
1719-USE_PRINTF_WRAPPERS_FALSE
1720-USE_PRINTF_WRAPPERS_TRUE
1721-USE_SLASH_PROC_FALSE
1722-USE_SLASH_PROC_TRUE
1723-HAVE_PAM_FALSE
1724-HAVE_PAM_TRUE
1725-HAVE_GTKMM_FALSE
1726-HAVE_GTKMM_TRUE
1727-HAVE_GNU_LD_FALSE
1728-HAVE_GNU_LD_TRUE
1729-HAVE_FUSE_FALSE
1730-HAVE_FUSE_TRUE
1731-HAVE_DOXYGEN_FALSE
1732-HAVE_DOXYGEN_TRUE
1733-HAVE_DNET_FALSE
1734-HAVE_DNET_TRUE
1735-WITH_ROOT_PRIVILEGES_FALSE
1736-WITH_ROOT_PRIVILEGES_TRUE
1737-ENABLE_TESTS_FALSE
1738-ENABLE_TESTS_TRUE
1739-HAVE_XCOMPOSITE_FALSE
1740-HAVE_XCOMPOSITE_TRUE
1741-HAVE_XSM_FALSE
1742-HAVE_XSM_TRUE
1743-WITH_KERNEL_MODULES_FALSE
1744-WITH_KERNEL_MODULES_TRUE
1745-HAVE_ICU_FALSE
1746-HAVE_ICU_TRUE
1747-HAVE_X11_FALSE
1748-HAVE_X11_TRUE
1749-THIRTY_TWO_BIT_USERSPACE_FALSE
1750-THIRTY_TWO_BIT_USERSPACE_TRUE
1751-FREEBSD_CUSTOM_SYSDIR_FALSE
1752-FREEBSD_CUSTOM_SYSDIR_TRUE
1753-FREEBSD_FALSE
1754-FREEBSD_TRUE
1755-SOLARIS_FALSE
1756-SOLARIS_TRUE
1757-LINUX_FALSE
1758-LINUX_TRUE
1759-BUILD_HGFSMOUNTER_FALSE
1760-BUILD_HGFSMOUNTER_TRUE
1761-MSCGEN_DIR
1762-MSCGEN
1763-HAVE_DOT
1764-DOT
1765-have_doxygen
1766-RPCGEN
1767-ICU_LIBS
1768-ICU_CPPFLAGS
1769-have_cxx
1770-DNET_LIBS
1771-DNET_CPPFLAGS
1772-PROCPS_LIBS
1773-PROCPS_CPPFLAGS
1774-GTKMM_LIBS
1775-GTKMM_CPPFLAGS
1776-GTK_LIBS
1777-GTK_CPPFLAGS
1778-CUNIT_LIBS
1779-CUNIT_CPPFLAGS
1780-PAM_LIBS
1781-PAM_CPPFLAGS
1782-FUSE_LIBS
1783-FUSE_CPPFLAGS
1784-have_genmarshal
1785-GTHREAD_LIBS
1786-GTHREAD_CPPFLAGS
1787-GOBJECT_LIBS
1788-GOBJECT_CPPFLAGS
1789-GMODULE_LIBS
1790-GMODULE_CPPFLAGS
1791-GLIB2_LIBS
1792-GLIB2_CPPFLAGS
1793-ac_vmw_lib_cfg
1794-X_EXTRA_LIBS
1795-X_LIBS
1796-X_PRE_LIBS
1797-X_CFLAGS
1798-XMKMF
1799-HAVE_PKG_CONFIG
1800-CXXCPP
1801-OTOOL64
1802-OTOOL
1803-LIPO
1804-NMEDIT
1805-DSYMUTIL
1806-MANIFEST_TOOL
1807-RANLIB
1808-ac_ct_AR
1809-AR
1810-DLLTOOL
1811-OBJDUMP
1812-NM
1813-ac_ct_DUMPBIN
1814-DUMPBIN
1815-LD
1816-FGREP
1817-EGREP
1818-GREP
1819-LIBTOOL
1820-LN_S
1821-SED
1822-am__fastdepCXX_FALSE
1823-am__fastdepCXX_TRUE
1824-CXXDEPMODE
1825-ac_ct_CXX
1826-CXXFLAGS
1827-CXX
1828-CPP
1829-am__fastdepCC_FALSE
1830-am__fastdepCC_TRUE
1831-CCDEPMODE
1832-am__nodep
1833-AMDEPBACKSLASH
1834-AMDEP_FALSE
1835-AMDEP_TRUE
1836-am__quote
1837-am__include
1838-DEPDIR
1839-OBJEXT
1840-EXEEXT
1841-ac_ct_CC
1842-CPPFLAGS
1843-LDFLAGS
1844-CFLAGS
1845-CC
1846-am__untar
1847-am__tar
1848-AMTAR
1849-am__leading_dot
1850-SET_MAKE
1851-AWK
1852-mkdir_p
1853-MKDIR_P
1854-INSTALL_STRIP_PROGRAM
1855-STRIP
1856-install_sh
1857-MAKEINFO
1858-AUTOHEADER
1859-AUTOMAKE
1860-AUTOCONF
1861-ACLOCAL
1862-VERSION
1863-PACKAGE
1864-CYGPATH_W
1865-am__isrc
1866-INSTALL_DATA
1867-INSTALL_SCRIPT
1868-INSTALL_PROGRAM
1869-host_os
1870-host_vendor
1871-host_cpu
1872-host
1873-build_os
1874-build_vendor
1875-build_cpu
1876-build
1877-target_alias
1878-host_alias
1879-build_alias
1880-LIBS
1881-ECHO_T
1882-ECHO_N
1883-ECHO_C
1884-DEFS
1885-mandir
1886-localedir
1887-libdir
1888-psdir
1889-pdfdir
1890-dvidir
1891-htmldir
1892-infodir
1893-docdir
1894-oldincludedir
1895-includedir
1896-localstatedir
1897-sharedstatedir
1898-sysconfdir
1899-datadir
1900-datarootdir
1901-libexecdir
1902-sbindir
1903-bindir
1904-program_transform_name
1905-prefix
1906-exec_prefix
1907-PACKAGE_URL
1908-PACKAGE_BUGREPORT
1909-PACKAGE_STRING
1910-PACKAGE_VERSION
1911-PACKAGE_TARNAME
1912-PACKAGE_NAME
1913-PATH_SEPARATOR
1914-SHELL'
1915-ac_subst_files=''
1916-ac_user_opts='
1917-enable_option_checking
1918-with_root_privileges
1919-with_kernel_modules
1920-with_kernel_release
1921-with_linuxdir
1922-enable_multimon
1923-with_gtk2
1924-with_gtkmm
1925-enable_docs
1926-enable_tests
1927-enable_dependency_tracking
1928-enable_shared
1929-enable_static
1930-with_pic
1931-enable_fast_install
1932-with_gnu_ld
1933-with_sysroot
1934-enable_libtool_lock
1935-with_x
1936-with_pam
1937-with_pam_prefix
1938-with_procps
1939-with_dnet
1940-with_icu
1941-'
1942- ac_precious_vars='build_alias
1943-host_alias
1944-target_alias
1945-CC
1946-CFLAGS
1947-LDFLAGS
1948-LIBS
1949-CPPFLAGS
1950-CPP
1951-CXX
1952-CXXFLAGS
1953-CCC
1954-CXXCPP
1955-XMKMF'
1956-
1957-
1958-# Initialize some variables set by options.
1959-ac_init_help=
1960-ac_init_version=false
1961-ac_unrecognized_opts=
1962-ac_unrecognized_sep=
1963-# The variables have the same names as the options, with
1964-# dashes changed to underlines.
1965-cache_file=/dev/null
1966-exec_prefix=NONE
1967-no_create=
1968-no_recursion=
1969-prefix=NONE
1970-program_prefix=NONE
1971-program_suffix=NONE
1972-program_transform_name=s,x,x,
1973-silent=
1974-site=
1975-srcdir=
1976-verbose=
1977-x_includes=NONE
1978-x_libraries=NONE
1979-
1980-# Installation directory options.
1981-# These are left unexpanded so users can "make install exec_prefix=/foo"
1982-# and all the variables that are supposed to be based on exec_prefix
1983-# by default will actually change.
1984-# Use braces instead of parens because sh, perl, etc. also accept them.
1985-# (The list follows the same order as the GNU Coding Standards.)
1986-bindir='${exec_prefix}/bin'
1987-sbindir='${exec_prefix}/sbin'
1988-libexecdir='${exec_prefix}/libexec'
1989-datarootdir='${prefix}/share'
1990-datadir='${datarootdir}'
1991-sysconfdir='${prefix}/etc'
1992-sharedstatedir='${prefix}/com'
1993-localstatedir='${prefix}/var'
1994-includedir='${prefix}/include'
1995-oldincludedir='/usr/include'
1996-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1997-infodir='${datarootdir}/info'
1998-htmldir='${docdir}'
1999-dvidir='${docdir}'
2000-pdfdir='${docdir}'
2001-psdir='${docdir}'
2002-libdir='${exec_prefix}/lib'
2003-localedir='${datarootdir}/locale'
2004-mandir='${datarootdir}/man'
2005-
2006-ac_prev=
2007-ac_dashdash=
2008-for ac_option
2009-do
2010- # If the previous option needs an argument, assign it.
2011- if test -n "$ac_prev"; then
2012- eval $ac_prev=\$ac_option
2013- ac_prev=
2014- continue
2015- fi
2016-
2017- case $ac_option in
2018- *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2019- *=) ac_optarg= ;;
2020- *) ac_optarg=yes ;;
2021- esac
2022-
2023- # Accept the important Cygnus configure options, so we can diagnose typos.
2024-
2025- case $ac_dashdash$ac_option in
2026- --)
2027- ac_dashdash=yes ;;
2028-
2029- -bindir | --bindir | --bindi | --bind | --bin | --bi)
2030- ac_prev=bindir ;;
2031- -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
2032- bindir=$ac_optarg ;;
2033-
2034- -build | --build | --buil | --bui | --bu)
2035- ac_prev=build_alias ;;
2036- -build=* | --build=* | --buil=* | --bui=* | --bu=*)
2037- build_alias=$ac_optarg ;;
2038-
2039- -cache-file | --cache-file | --cache-fil | --cache-fi \
2040- | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2041- ac_prev=cache_file ;;
2042- -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2043- | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2044- cache_file=$ac_optarg ;;
2045-
2046- --config-cache | -C)
2047- cache_file=config.cache ;;
2048-
2049- -datadir | --datadir | --datadi | --datad)
2050- ac_prev=datadir ;;
2051- -datadir=* | --datadir=* | --datadi=* | --datad=*)
2052- datadir=$ac_optarg ;;
2053-
2054- -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
2055- | --dataroo | --dataro | --datar)
2056- ac_prev=datarootdir ;;
2057- -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
2058- | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
2059- datarootdir=$ac_optarg ;;
2060-
2061- -disable-* | --disable-*)
2062- ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2063- # Reject names that are not valid shell variable names.
2064- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2065- as_fn_error $? "invalid feature name: $ac_useropt"
2066- ac_useropt_orig=$ac_useropt
2067- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2068- case $ac_user_opts in
2069- *"
2070-"enable_$ac_useropt"
2071-"*) ;;
2072- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2073- ac_unrecognized_sep=', ';;
2074- esac
2075- eval enable_$ac_useropt=no ;;
2076-
2077- -docdir | --docdir | --docdi | --doc | --do)
2078- ac_prev=docdir ;;
2079- -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
2080- docdir=$ac_optarg ;;
2081-
2082- -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
2083- ac_prev=dvidir ;;
2084- -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
2085- dvidir=$ac_optarg ;;
2086-
2087- -enable-* | --enable-*)
2088- ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2089- # Reject names that are not valid shell variable names.
2090- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2091- as_fn_error $? "invalid feature name: $ac_useropt"
2092- ac_useropt_orig=$ac_useropt
2093- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2094- case $ac_user_opts in
2095- *"
2096-"enable_$ac_useropt"
2097-"*) ;;
2098- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2099- ac_unrecognized_sep=', ';;
2100- esac
2101- eval enable_$ac_useropt=\$ac_optarg ;;
2102-
2103- -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
2104- | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
2105- | --exec | --exe | --ex)
2106- ac_prev=exec_prefix ;;
2107- -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
2108- | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
2109- | --exec=* | --exe=* | --ex=*)
2110- exec_prefix=$ac_optarg ;;
2111-
2112- -gas | --gas | --ga | --g)
2113- # Obsolete; use --with-gas.
2114- with_gas=yes ;;
2115-
2116- -help | --help | --hel | --he | -h)
2117- ac_init_help=long ;;
2118- -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
2119- ac_init_help=recursive ;;
2120- -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
2121- ac_init_help=short ;;
2122-
2123- -host | --host | --hos | --ho)
2124- ac_prev=host_alias ;;
2125- -host=* | --host=* | --hos=* | --ho=*)
2126- host_alias=$ac_optarg ;;
2127-
2128- -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
2129- ac_prev=htmldir ;;
2130- -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
2131- | --ht=*)
2132- htmldir=$ac_optarg ;;
2133-
2134- -includedir | --includedir | --includedi | --included | --include \
2135- | --includ | --inclu | --incl | --inc)
2136- ac_prev=includedir ;;
2137- -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
2138- | --includ=* | --inclu=* | --incl=* | --inc=*)
2139- includedir=$ac_optarg ;;
2140-
2141- -infodir | --infodir | --infodi | --infod | --info | --inf)
2142- ac_prev=infodir ;;
2143- -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2144- infodir=$ac_optarg ;;
2145-
2146- -libdir | --libdir | --libdi | --libd)
2147- ac_prev=libdir ;;
2148- -libdir=* | --libdir=* | --libdi=* | --libd=*)
2149- libdir=$ac_optarg ;;
2150-
2151- -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
2152- | --libexe | --libex | --libe)
2153- ac_prev=libexecdir ;;
2154- -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
2155- | --libexe=* | --libex=* | --libe=*)
2156- libexecdir=$ac_optarg ;;
2157-
2158- -localedir | --localedir | --localedi | --localed | --locale)
2159- ac_prev=localedir ;;
2160- -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
2161- localedir=$ac_optarg ;;
2162-
2163- -localstatedir | --localstatedir | --localstatedi | --localstated \
2164- | --localstate | --localstat | --localsta | --localst | --locals)
2165- ac_prev=localstatedir ;;
2166- -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
2167- | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
2168- localstatedir=$ac_optarg ;;
2169-
2170- -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
2171- ac_prev=mandir ;;
2172- -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2173- mandir=$ac_optarg ;;
2174-
2175- -nfp | --nfp | --nf)
2176- # Obsolete; use --without-fp.
2177- with_fp=no ;;
2178-
2179- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
2180- | --no-cr | --no-c | -n)
2181- no_create=yes ;;
2182-
2183- -no-recursion | --no-recursion | --no-recursio | --no-recursi \
2184- | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
2185- no_recursion=yes ;;
2186-
2187- -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
2188- | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
2189- | --oldin | --oldi | --old | --ol | --o)
2190- ac_prev=oldincludedir ;;
2191- -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
2192- | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
2193- | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
2194- oldincludedir=$ac_optarg ;;
2195-
2196- -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2197- ac_prev=prefix ;;
2198- -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2199- prefix=$ac_optarg ;;
2200-
2201- -program-prefix | --program-prefix | --program-prefi | --program-pref \
2202- | --program-pre | --program-pr | --program-p)
2203- ac_prev=program_prefix ;;
2204- -program-prefix=* | --program-prefix=* | --program-prefi=* \
2205- | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2206- program_prefix=$ac_optarg ;;
2207-
2208- -program-suffix | --program-suffix | --program-suffi | --program-suff \
2209- | --program-suf | --program-su | --program-s)
2210- ac_prev=program_suffix ;;
2211- -program-suffix=* | --program-suffix=* | --program-suffi=* \
2212- | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
2213- program_suffix=$ac_optarg ;;
2214-
2215- -program-transform-name | --program-transform-name \
2216- | --program-transform-nam | --program-transform-na \
2217- | --program-transform-n | --program-transform- \
2218- | --program-transform | --program-transfor \
2219- | --program-transfo | --program-transf \
2220- | --program-trans | --program-tran \
2221- | --progr-tra | --program-tr | --program-t)
2222- ac_prev=program_transform_name ;;
2223- -program-transform-name=* | --program-transform-name=* \
2224- | --program-transform-nam=* | --program-transform-na=* \
2225- | --program-transform-n=* | --program-transform-=* \
2226- | --program-transform=* | --program-transfor=* \
2227- | --program-transfo=* | --program-transf=* \
2228- | --program-trans=* | --program-tran=* \
2229- | --progr-tra=* | --program-tr=* | --program-t=*)
2230- program_transform_name=$ac_optarg ;;
2231-
2232- -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
2233- ac_prev=pdfdir ;;
2234- -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
2235- pdfdir=$ac_optarg ;;
2236-
2237- -psdir | --psdir | --psdi | --psd | --ps)
2238- ac_prev=psdir ;;
2239- -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
2240- psdir=$ac_optarg ;;
2241-
2242- -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2243- | -silent | --silent | --silen | --sile | --sil)
2244- silent=yes ;;
2245-
2246- -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
2247- ac_prev=sbindir ;;
2248- -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
2249- | --sbi=* | --sb=*)
2250- sbindir=$ac_optarg ;;
2251-
2252- -sharedstatedir | --sharedstatedir | --sharedstatedi \
2253- | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
2254- | --sharedst | --shareds | --shared | --share | --shar \
2255- | --sha | --sh)
2256- ac_prev=sharedstatedir ;;
2257- -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
2258- | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
2259- | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
2260- | --sha=* | --sh=*)
2261- sharedstatedir=$ac_optarg ;;
2262-
2263- -site | --site | --sit)
2264- ac_prev=site ;;
2265- -site=* | --site=* | --sit=*)
2266- site=$ac_optarg ;;
2267-
2268- -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2269- ac_prev=srcdir ;;
2270- -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2271- srcdir=$ac_optarg ;;
2272-
2273- -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
2274- | --syscon | --sysco | --sysc | --sys | --sy)
2275- ac_prev=sysconfdir ;;
2276- -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
2277- | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
2278- sysconfdir=$ac_optarg ;;
2279-
2280- -target | --target | --targe | --targ | --tar | --ta | --t)
2281- ac_prev=target_alias ;;
2282- -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
2283- target_alias=$ac_optarg ;;
2284-
2285- -v | -verbose | --verbose | --verbos | --verbo | --verb)
2286- verbose=yes ;;
2287-
2288- -version | --version | --versio | --versi | --vers | -V)
2289- ac_init_version=: ;;
2290-
2291- -with-* | --with-*)
2292- ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2293- # Reject names that are not valid shell variable names.
2294- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2295- as_fn_error $? "invalid package name: $ac_useropt"
2296- ac_useropt_orig=$ac_useropt
2297- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2298- case $ac_user_opts in
2299- *"
2300-"with_$ac_useropt"
2301-"*) ;;
2302- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2303- ac_unrecognized_sep=', ';;
2304- esac
2305- eval with_$ac_useropt=\$ac_optarg ;;
2306-
2307- -without-* | --without-*)
2308- ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2309- # Reject names that are not valid shell variable names.
2310- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2311- as_fn_error $? "invalid package name: $ac_useropt"
2312- ac_useropt_orig=$ac_useropt
2313- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2314- case $ac_user_opts in
2315- *"
2316-"with_$ac_useropt"
2317-"*) ;;
2318- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2319- ac_unrecognized_sep=', ';;
2320- esac
2321- eval with_$ac_useropt=no ;;
2322-
2323- --x)
2324- # Obsolete; use --with-x.
2325- with_x=yes ;;
2326-
2327- -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2328- | --x-incl | --x-inc | --x-in | --x-i)
2329- ac_prev=x_includes ;;
2330- -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2331- | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2332- x_includes=$ac_optarg ;;
2333-
2334- -x-libraries | --x-libraries | --x-librarie | --x-librari \
2335- | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2336- ac_prev=x_libraries ;;
2337- -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2338- | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2339- x_libraries=$ac_optarg ;;
2340-
2341- -*) as_fn_error $? "unrecognized option: \`$ac_option'
2342-Try \`$0 --help' for more information"
2343- ;;
2344-
2345- *=*)
2346- ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2347- # Reject names that are not valid shell variable names.
2348- case $ac_envvar in #(
2349- '' | [0-9]* | *[!_$as_cr_alnum]* )
2350- as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2351- esac
2352- eval $ac_envvar=\$ac_optarg
2353- export $ac_envvar ;;
2354-
2355- *)
2356- # FIXME: should be removed in autoconf 3.0.
2357- $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2358- expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2359- $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2360- : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2361- ;;
2362-
2363- esac
2364-done
2365-
2366-if test -n "$ac_prev"; then
2367- ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2368- as_fn_error $? "missing argument to $ac_option"
2369-fi
2370-
2371-if test -n "$ac_unrecognized_opts"; then
2372- case $enable_option_checking in
2373- no) ;;
2374- fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2375- *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2376- esac
2377-fi
2378-
2379-# Check all directory arguments for consistency.
2380-for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2381- datadir sysconfdir sharedstatedir localstatedir includedir \
2382- oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2383- libdir localedir mandir
2384-do
2385- eval ac_val=\$$ac_var
2386- # Remove trailing slashes.
2387- case $ac_val in
2388- */ )
2389- ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2390- eval $ac_var=\$ac_val;;
2391- esac
2392- # Be sure to have absolute directory names.
2393- case $ac_val in
2394- [\\/$]* | ?:[\\/]* ) continue;;
2395- NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2396- esac
2397- as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2398-done
2399-
2400-# There might be people who depend on the old broken behavior: `$host'
2401-# used to hold the argument of --host etc.
2402-# FIXME: To remove some day.
2403-build=$build_alias
2404-host=$host_alias
2405-target=$target_alias
2406-
2407-# FIXME: To remove some day.
2408-if test "x$host_alias" != x; then
2409- if test "x$build_alias" = x; then
2410- cross_compiling=maybe
2411- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
2412- If a cross compiler is detected then cross compile mode will be used" >&2
2413- elif test "x$build_alias" != "x$host_alias"; then
2414- cross_compiling=yes
2415- fi
2416-fi
2417-
2418-ac_tool_prefix=
2419-test -n "$host_alias" && ac_tool_prefix=$host_alias-
2420-
2421-test "$silent" = yes && exec 6>/dev/null
2422-
2423-
2424-ac_pwd=`pwd` && test -n "$ac_pwd" &&
2425-ac_ls_di=`ls -di .` &&
2426-ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2427- as_fn_error $? "working directory cannot be determined"
2428-test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2429- as_fn_error $? "pwd does not report name of working directory"
2430-
2431-
2432-# Find the source files, if location was not specified.
2433-if test -z "$srcdir"; then
2434- ac_srcdir_defaulted=yes
2435- # Try the directory containing this script, then the parent directory.
2436- ac_confdir=`$as_dirname -- "$as_myself" ||
2437-$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2438- X"$as_myself" : 'X\(//\)[^/]' \| \
2439- X"$as_myself" : 'X\(//\)$' \| \
2440- X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2441-$as_echo X"$as_myself" |
2442- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2443- s//\1/
2444- q
2445- }
2446- /^X\(\/\/\)[^/].*/{
2447- s//\1/
2448- q
2449- }
2450- /^X\(\/\/\)$/{
2451- s//\1/
2452- q
2453- }
2454- /^X\(\/\).*/{
2455- s//\1/
2456- q
2457- }
2458- s/.*/./; q'`
2459- srcdir=$ac_confdir
2460- if test ! -r "$srcdir/$ac_unique_file"; then
2461- srcdir=..
2462- fi
2463-else
2464- ac_srcdir_defaulted=no
2465-fi
2466-if test ! -r "$srcdir/$ac_unique_file"; then
2467- test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2468- as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2469-fi
2470-ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2471-ac_abs_confdir=`(
2472- cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2473- pwd)`
2474-# When building in place, set srcdir=.
2475-if test "$ac_abs_confdir" = "$ac_pwd"; then
2476- srcdir=.
2477-fi
2478-# Remove unnecessary trailing slashes from srcdir.
2479-# Double slashes in file names in object file debugging info
2480-# mess up M-x gdb in Emacs.
2481-case $srcdir in
2482-*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2483-esac
2484-for ac_var in $ac_precious_vars; do
2485- eval ac_env_${ac_var}_set=\${${ac_var}+set}
2486- eval ac_env_${ac_var}_value=\$${ac_var}
2487- eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2488- eval ac_cv_env_${ac_var}_value=\$${ac_var}
2489-done
2490-
2491-#
2492-# Report the --help message.
2493-#
2494-if test "$ac_init_help" = "long"; then
2495- # Omit some internal or obsolete options to make the list less imposing.
2496- # This message is too long to be a string in the A/UX 3.1 sh.
2497- cat <<_ACEOF
2498-\`configure' configures open-vm-tools 2012.12.26 to adapt to many kinds of systems.
2499-
2500-Usage: $0 [OPTION]... [VAR=VALUE]...
2501-
2502-To assign environment variables (e.g., CC, CFLAGS...), specify them as
2503-VAR=VALUE. See below for descriptions of some of the useful variables.
2504-
2505-Defaults for the options are specified in brackets.
2506-
2507-Configuration:
2508- -h, --help display this help and exit
2509- --help=short display options specific to this package
2510- --help=recursive display the short help of all the included packages
2511- -V, --version display version information and exit
2512- -q, --quiet, --silent do not print \`checking ...' messages
2513- --cache-file=FILE cache test results in FILE [disabled]
2514- -C, --config-cache alias for \`--cache-file=config.cache'
2515- -n, --no-create do not create output files
2516- --srcdir=DIR find the sources in DIR [configure dir or \`..']
2517-
2518-Installation directories:
2519- --prefix=PREFIX install architecture-independent files in PREFIX
2520- [$ac_default_prefix]
2521- --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2522- [PREFIX]
2523-
2524-By default, \`make install' will install all the files in
2525-\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2526-an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2527-for instance \`--prefix=\$HOME'.
2528-
2529-For better control, use the options below.
2530-
2531-Fine tuning of the installation directories:
2532- --bindir=DIR user executables [EPREFIX/bin]
2533- --sbindir=DIR system admin executables [EPREFIX/sbin]
2534- --libexecdir=DIR program executables [EPREFIX/libexec]
2535- --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2536- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2537- --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2538- --libdir=DIR object code libraries [EPREFIX/lib]
2539- --includedir=DIR C header files [PREFIX/include]
2540- --oldincludedir=DIR C header files for non-gcc [/usr/include]
2541- --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2542- --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2543- --infodir=DIR info documentation [DATAROOTDIR/info]
2544- --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2545- --mandir=DIR man documentation [DATAROOTDIR/man]
2546- --docdir=DIR documentation root [DATAROOTDIR/doc/open-vm-tools]
2547- --htmldir=DIR html documentation [DOCDIR]
2548- --dvidir=DIR dvi documentation [DOCDIR]
2549- --pdfdir=DIR pdf documentation [DOCDIR]
2550- --psdir=DIR ps documentation [DOCDIR]
2551-_ACEOF
2552-
2553- cat <<\_ACEOF
2554-
2555-Program names:
2556- --program-prefix=PREFIX prepend PREFIX to installed program names
2557- --program-suffix=SUFFIX append SUFFIX to installed program names
2558- --program-transform-name=PROGRAM run sed PROGRAM on installed program names
2559-
2560-X features:
2561- --x-includes=DIR X include files are in DIR
2562- --x-libraries=DIR X library files are in DIR
2563-
2564-System types:
2565- --build=BUILD configure for building on BUILD [guessed]
2566- --host=HOST cross-compile to build programs to run on HOST [BUILD]
2567-_ACEOF
2568-fi
2569-
2570-if test -n "$ac_init_help"; then
2571- case $ac_init_help in
2572- short | recursive ) echo "Configuration of open-vm-tools 2012.12.26:";;
2573- esac
2574- cat <<\_ACEOF
2575-
2576-Optional Features:
2577- --disable-option-checking ignore unrecognized --enable/--with options
2578- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2579- --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2580- --disable-multimon disables multimon, enabled by default
2581- --disable-docs disables generation of API documentation; by
2582- default, docs are built if doxygen is available.
2583- --disable-tests disable compilation of test code.
2584- --disable-dependency-tracking speeds up one-time build
2585- --enable-dependency-tracking do not reject slow dependency extractors
2586- --enable-shared[=PKGS] build shared libraries [default=yes]
2587- --enable-static[=PKGS] build static libraries [default=yes]
2588- --enable-fast-install[=PKGS]
2589- optimize for fast installation [default=yes]
2590- --disable-libtool-lock avoid locking (might break parallel builds)
2591-
2592-Optional Packages:
2593- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2594- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2595- --without-root-privileges
2596- does not perform any operations that require root
2597- privileges
2598- --without-kernel-modules
2599- does not compile or install the kernel modules
2600- --with-kernel-release specifies the kernel release you want to build
2601- against
2602- --with-linuxdir specifies the Linux directory you want to use
2603- --without-gtk2 compiles without Gtk 2.0
2604- --without-gtkmm compiles without Gtkmm, sigc++, and related libs
2605- --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
2606- both]
2607- --with-gnu-ld assume the C compiler uses GNU ld [default=no]
2608- --with-sysroot=DIR Search for dependent libraries within DIR
2609- (or the compiler's sysroot if not specified).
2610- --with-x use the X Window System
2611- --without-pam compiles without PAM support.
2612- --with-pam-prefix specifies where pam files go. Default is
2613- $(sysconfdir)
2614- --without-procps compiles without libproc (disables support for
2615- meminfo)
2616- --without-dnet compiles without libdnet (disables support for
2617- nicinfo)
2618- --without-icu disables support for ICU
2619-
2620-Some influential environment variables:
2621- CC C compiler command
2622- CFLAGS C compiler flags
2623- LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2624- nonstandard directory <lib dir>
2625- LIBS libraries to pass to the linker, e.g. -l<library>
2626- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2627- you have headers in a nonstandard directory <include dir>
2628- CPP C preprocessor
2629- CXX C++ compiler command
2630- CXXFLAGS C++ compiler flags
2631- CXXCPP C++ preprocessor
2632- XMKMF Path to xmkmf, Makefile generator for X Window System
2633-
2634-Use these variables to override the choices made by `configure' or to help
2635-it to find libraries and programs with nonstandard names/locations.
2636-
2637-Report bugs to <open-vm-tools-devel@lists.sourceforge.net>.
2638-_ACEOF
2639-ac_status=$?
2640-fi
2641-
2642-if test "$ac_init_help" = "recursive"; then
2643- # If there are subdirs, report their specific --help.
2644- for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2645- test -d "$ac_dir" ||
2646- { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2647- continue
2648- ac_builddir=.
2649-
2650-case "$ac_dir" in
2651-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2652-*)
2653- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2654- # A ".." for each directory in $ac_dir_suffix.
2655- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2656- case $ac_top_builddir_sub in
2657- "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2658- *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2659- esac ;;
2660-esac
2661-ac_abs_top_builddir=$ac_pwd
2662-ac_abs_builddir=$ac_pwd$ac_dir_suffix
2663-# for backward compatibility:
2664-ac_top_builddir=$ac_top_build_prefix
2665-
2666-case $srcdir in
2667- .) # We are building in place.
2668- ac_srcdir=.
2669- ac_top_srcdir=$ac_top_builddir_sub
2670- ac_abs_top_srcdir=$ac_pwd ;;
2671- [\\/]* | ?:[\\/]* ) # Absolute name.
2672- ac_srcdir=$srcdir$ac_dir_suffix;
2673- ac_top_srcdir=$srcdir
2674- ac_abs_top_srcdir=$srcdir ;;
2675- *) # Relative name.
2676- ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2677- ac_top_srcdir=$ac_top_build_prefix$srcdir
2678- ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2679-esac
2680-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2681-
2682- cd "$ac_dir" || { ac_status=$?; continue; }
2683- # Check for guested configure.
2684- if test -f "$ac_srcdir/configure.gnu"; then
2685- echo &&
2686- $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2687- elif test -f "$ac_srcdir/configure"; then
2688- echo &&
2689- $SHELL "$ac_srcdir/configure" --help=recursive
2690- else
2691- $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2692- fi || ac_status=$?
2693- cd "$ac_pwd" || { ac_status=$?; break; }
2694- done
2695-fi
2696-
2697-test -n "$ac_init_help" && exit $ac_status
2698-if $ac_init_version; then
2699- cat <<\_ACEOF
2700-open-vm-tools configure 2012.12.26
2701-generated by GNU Autoconf 2.68
2702-
2703-Copyright (C) 2010 Free Software Foundation, Inc.
2704-This configure script is free software; the Free Software Foundation
2705-gives unlimited permission to copy, distribute and modify it.
2706-_ACEOF
2707- exit
2708-fi
2709-
2710-## ------------------------ ##
2711-## Autoconf initialization. ##
2712-## ------------------------ ##
2713-
2714-# ac_fn_c_try_compile LINENO
2715-# --------------------------
2716-# Try to compile conftest.$ac_ext, and return whether this succeeded.
2717-ac_fn_c_try_compile ()
2718-{
2719- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2720- rm -f conftest.$ac_objext
2721- if { { ac_try="$ac_compile"
2722-case "(($ac_try" in
2723- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2724- *) ac_try_echo=$ac_try;;
2725-esac
2726-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2727-$as_echo "$ac_try_echo"; } >&5
2728- (eval "$ac_compile") 2>conftest.err
2729- ac_status=$?
2730- if test -s conftest.err; then
2731- grep -v '^ *+' conftest.err >conftest.er1
2732- cat conftest.er1 >&5
2733- mv -f conftest.er1 conftest.err
2734- fi
2735- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2736- test $ac_status = 0; } && {
2737- test -z "$ac_c_werror_flag" ||
2738- test ! -s conftest.err
2739- } && test -s conftest.$ac_objext; then :
2740- ac_retval=0
2741-else
2742- $as_echo "$as_me: failed program was:" >&5
2743-sed 's/^/| /' conftest.$ac_ext >&5
2744-
2745- ac_retval=1
2746-fi
2747- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2748- as_fn_set_status $ac_retval
2749-
2750-} # ac_fn_c_try_compile
2751-
2752-# ac_fn_c_try_cpp LINENO
2753-# ----------------------
2754-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2755-ac_fn_c_try_cpp ()
2756-{
2757- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2758- if { { ac_try="$ac_cpp conftest.$ac_ext"
2759-case "(($ac_try" in
2760- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2761- *) ac_try_echo=$ac_try;;
2762-esac
2763-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2764-$as_echo "$ac_try_echo"; } >&5
2765- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2766- ac_status=$?
2767- if test -s conftest.err; then
2768- grep -v '^ *+' conftest.err >conftest.er1
2769- cat conftest.er1 >&5
2770- mv -f conftest.er1 conftest.err
2771- fi
2772- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2773- test $ac_status = 0; } > conftest.i && {
2774- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2775- test ! -s conftest.err
2776- }; then :
2777- ac_retval=0
2778-else
2779- $as_echo "$as_me: failed program was:" >&5
2780-sed 's/^/| /' conftest.$ac_ext >&5
2781-
2782- ac_retval=1
2783-fi
2784- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2785- as_fn_set_status $ac_retval
2786-
2787-} # ac_fn_c_try_cpp
2788-
2789-# ac_fn_cxx_try_compile LINENO
2790-# ----------------------------
2791-# Try to compile conftest.$ac_ext, and return whether this succeeded.
2792-ac_fn_cxx_try_compile ()
2793-{
2794- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2795- rm -f conftest.$ac_objext
2796- if { { ac_try="$ac_compile"
2797-case "(($ac_try" in
2798- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799- *) ac_try_echo=$ac_try;;
2800-esac
2801-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2802-$as_echo "$ac_try_echo"; } >&5
2803- (eval "$ac_compile") 2>conftest.err
2804- ac_status=$?
2805- if test -s conftest.err; then
2806- grep -v '^ *+' conftest.err >conftest.er1
2807- cat conftest.er1 >&5
2808- mv -f conftest.er1 conftest.err
2809- fi
2810- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2811- test $ac_status = 0; } && {
2812- test -z "$ac_cxx_werror_flag" ||
2813- test ! -s conftest.err
2814- } && test -s conftest.$ac_objext; then :
2815- ac_retval=0
2816-else
2817- $as_echo "$as_me: failed program was:" >&5
2818-sed 's/^/| /' conftest.$ac_ext >&5
2819-
2820- ac_retval=1
2821-fi
2822- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2823- as_fn_set_status $ac_retval
2824-
2825-} # ac_fn_cxx_try_compile
2826-
2827-# ac_fn_c_try_link LINENO
2828-# -----------------------
2829-# Try to link conftest.$ac_ext, and return whether this succeeded.
2830-ac_fn_c_try_link ()
2831-{
2832- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2833- rm -f conftest.$ac_objext conftest$ac_exeext
2834- if { { ac_try="$ac_link"
2835-case "(($ac_try" in
2836- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2837- *) ac_try_echo=$ac_try;;
2838-esac
2839-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2840-$as_echo "$ac_try_echo"; } >&5
2841- (eval "$ac_link") 2>conftest.err
2842- ac_status=$?
2843- if test -s conftest.err; then
2844- grep -v '^ *+' conftest.err >conftest.er1
2845- cat conftest.er1 >&5
2846- mv -f conftest.er1 conftest.err
2847- fi
2848- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2849- test $ac_status = 0; } && {
2850- test -z "$ac_c_werror_flag" ||
2851- test ! -s conftest.err
2852- } && test -s conftest$ac_exeext && {
2853- test "$cross_compiling" = yes ||
2854- $as_test_x conftest$ac_exeext
2855- }; then :
2856- ac_retval=0
2857-else
2858- $as_echo "$as_me: failed program was:" >&5
2859-sed 's/^/| /' conftest.$ac_ext >&5
2860-
2861- ac_retval=1
2862-fi
2863- # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2864- # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2865- # interfere with the next link command; also delete a directory that is
2866- # left behind by Apple's compiler. We do this before executing the actions.
2867- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2868- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2869- as_fn_set_status $ac_retval
2870-
2871-} # ac_fn_c_try_link
2872-
2873-# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2874-# -------------------------------------------------------
2875-# Tests whether HEADER exists and can be compiled using the include files in
2876-# INCLUDES, setting the cache variable VAR accordingly.
2877-ac_fn_c_check_header_compile ()
2878-{
2879- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2880- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2881-$as_echo_n "checking for $2... " >&6; }
2882-if eval \${$3+:} false; then :
2883- $as_echo_n "(cached) " >&6
2884-else
2885- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2886-/* end confdefs.h. */
2887-$4
2888-#include <$2>
2889-_ACEOF
2890-if ac_fn_c_try_compile "$LINENO"; then :
2891- eval "$3=yes"
2892-else
2893- eval "$3=no"
2894-fi
2895-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2896-fi
2897-eval ac_res=\$$3
2898- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2899-$as_echo "$ac_res" >&6; }
2900- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2901-
2902-} # ac_fn_c_check_header_compile
2903-
2904-# ac_fn_c_try_run LINENO
2905-# ----------------------
2906-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2907-# that executables *can* be run.
2908-ac_fn_c_try_run ()
2909-{
2910- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2911- if { { ac_try="$ac_link"
2912-case "(($ac_try" in
2913- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2914- *) ac_try_echo=$ac_try;;
2915-esac
2916-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2917-$as_echo "$ac_try_echo"; } >&5
2918- (eval "$ac_link") 2>&5
2919- ac_status=$?
2920- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2921- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2922- { { case "(($ac_try" in
2923- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2924- *) ac_try_echo=$ac_try;;
2925-esac
2926-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2927-$as_echo "$ac_try_echo"; } >&5
2928- (eval "$ac_try") 2>&5
2929- ac_status=$?
2930- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2931- test $ac_status = 0; }; }; then :
2932- ac_retval=0
2933-else
2934- $as_echo "$as_me: program exited with status $ac_status" >&5
2935- $as_echo "$as_me: failed program was:" >&5
2936-sed 's/^/| /' conftest.$ac_ext >&5
2937-
2938- ac_retval=$ac_status
2939-fi
2940- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2941- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2942- as_fn_set_status $ac_retval
2943-
2944-} # ac_fn_c_try_run
2945-
2946-# ac_fn_c_check_func LINENO FUNC VAR
2947-# ----------------------------------
2948-# Tests whether FUNC exists, setting the cache variable VAR accordingly
2949-ac_fn_c_check_func ()
2950-{
2951- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2952- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2953-$as_echo_n "checking for $2... " >&6; }
2954-if eval \${$3+:} false; then :
2955- $as_echo_n "(cached) " >&6
2956-else
2957- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2958-/* end confdefs.h. */
2959-/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2960- For example, HP-UX 11i <limits.h> declares gettimeofday. */
2961-#define $2 innocuous_$2
2962-
2963-/* System header to define __stub macros and hopefully few prototypes,
2964- which can conflict with char $2 (); below.
2965- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2966- <limits.h> exists even on freestanding compilers. */
2967-
2968-#ifdef __STDC__
2969-# include <limits.h>
2970-#else
2971-# include <assert.h>
2972-#endif
2973-
2974-#undef $2
2975-
2976-/* Override any GCC internal prototype to avoid an error.
2977- Use char because int might match the return type of a GCC
2978- builtin and then its argument prototype would still apply. */
2979-#ifdef __cplusplus
2980-extern "C"
2981-#endif
2982-char $2 ();
2983-/* The GNU C library defines this for functions which it implements
2984- to always fail with ENOSYS. Some functions are actually named
2985- something starting with __ and the normal name is an alias. */
2986-#if defined __stub_$2 || defined __stub___$2
2987-choke me
2988-#endif
2989-
2990-int
2991-main ()
2992-{
2993-return $2 ();
2994- ;
2995- return 0;
2996-}
2997-_ACEOF
2998-if ac_fn_c_try_link "$LINENO"; then :
2999- eval "$3=yes"
3000-else
3001- eval "$3=no"
3002-fi
3003-rm -f core conftest.err conftest.$ac_objext \
3004- conftest$ac_exeext conftest.$ac_ext
3005-fi
3006-eval ac_res=\$$3
3007- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3008-$as_echo "$ac_res" >&6; }
3009- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3010-
3011-} # ac_fn_c_check_func
3012-
3013-# ac_fn_cxx_try_cpp LINENO
3014-# ------------------------
3015-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3016-ac_fn_cxx_try_cpp ()
3017-{
3018- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3019- if { { ac_try="$ac_cpp conftest.$ac_ext"
3020-case "(($ac_try" in
3021- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022- *) ac_try_echo=$ac_try;;
3023-esac
3024-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3025-$as_echo "$ac_try_echo"; } >&5
3026- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3027- ac_status=$?
3028- if test -s conftest.err; then
3029- grep -v '^ *+' conftest.err >conftest.er1
3030- cat conftest.er1 >&5
3031- mv -f conftest.er1 conftest.err
3032- fi
3033- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3034- test $ac_status = 0; } > conftest.i && {
3035- test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
3036- test ! -s conftest.err
3037- }; then :
3038- ac_retval=0
3039-else
3040- $as_echo "$as_me: failed program was:" >&5
3041-sed 's/^/| /' conftest.$ac_ext >&5
3042-
3043- ac_retval=1
3044-fi
3045- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3046- as_fn_set_status $ac_retval
3047-
3048-} # ac_fn_cxx_try_cpp
3049-
3050-# ac_fn_cxx_try_link LINENO
3051-# -------------------------
3052-# Try to link conftest.$ac_ext, and return whether this succeeded.
3053-ac_fn_cxx_try_link ()
3054-{
3055- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3056- rm -f conftest.$ac_objext conftest$ac_exeext
3057- if { { ac_try="$ac_link"
3058-case "(($ac_try" in
3059- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3060- *) ac_try_echo=$ac_try;;
3061-esac
3062-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3063-$as_echo "$ac_try_echo"; } >&5
3064- (eval "$ac_link") 2>conftest.err
3065- ac_status=$?
3066- if test -s conftest.err; then
3067- grep -v '^ *+' conftest.err >conftest.er1
3068- cat conftest.er1 >&5
3069- mv -f conftest.er1 conftest.err
3070- fi
3071- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3072- test $ac_status = 0; } && {
3073- test -z "$ac_cxx_werror_flag" ||
3074- test ! -s conftest.err
3075- } && test -s conftest$ac_exeext && {
3076- test "$cross_compiling" = yes ||
3077- $as_test_x conftest$ac_exeext
3078- }; then :
3079- ac_retval=0
3080-else
3081- $as_echo "$as_me: failed program was:" >&5
3082-sed 's/^/| /' conftest.$ac_ext >&5
3083-
3084- ac_retval=1
3085-fi
3086- # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
3087- # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
3088- # interfere with the next link command; also delete a directory that is
3089- # left behind by Apple's compiler. We do this before executing the actions.
3090- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3091- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3092- as_fn_set_status $ac_retval
3093-
3094-} # ac_fn_cxx_try_link
3095-
3096-# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
3097-# -------------------------------------------------------
3098-# Tests whether HEADER exists, giving a warning if it cannot be compiled using
3099-# the include files in INCLUDES and setting the cache variable VAR
3100-# accordingly.
3101-ac_fn_c_check_header_mongrel ()
3102-{
3103- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3104- if eval \${$3+:} false; then :
3105- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3106-$as_echo_n "checking for $2... " >&6; }
3107-if eval \${$3+:} false; then :
3108- $as_echo_n "(cached) " >&6
3109-fi
3110-eval ac_res=\$$3
3111- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3112-$as_echo "$ac_res" >&6; }
3113-else
3114- # Is the header compilable?
3115-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3116-$as_echo_n "checking $2 usability... " >&6; }
3117-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3118-/* end confdefs.h. */
3119-$4
3120-#include <$2>
3121-_ACEOF
3122-if ac_fn_c_try_compile "$LINENO"; then :
3123- ac_header_compiler=yes
3124-else
3125- ac_header_compiler=no
3126-fi
3127-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3128-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3129-$as_echo "$ac_header_compiler" >&6; }
3130-
3131-# Is the header present?
3132-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3133-$as_echo_n "checking $2 presence... " >&6; }
3134-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3135-/* end confdefs.h. */
3136-#include <$2>
3137-_ACEOF
3138-if ac_fn_c_try_cpp "$LINENO"; then :
3139- ac_header_preproc=yes
3140-else
3141- ac_header_preproc=no
3142-fi
3143-rm -f conftest.err conftest.i conftest.$ac_ext
3144-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3145-$as_echo "$ac_header_preproc" >&6; }
3146-
3147-# So? What about this header?
3148-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
3149- yes:no: )
3150- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3151-$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3152- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3153-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3154- ;;
3155- no:yes:* )
3156- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3157-$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3158- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3159-$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3160- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3161-$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3162- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3163-$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3164- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3165-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3166-( $as_echo "## -------------------------------------------------------- ##
3167-## Report this to open-vm-tools-devel@lists.sourceforge.net ##
3168-## -------------------------------------------------------- ##"
3169- ) | sed "s/^/$as_me: WARNING: /" >&2
3170- ;;
3171-esac
3172- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3173-$as_echo_n "checking for $2... " >&6; }
3174-if eval \${$3+:} false; then :
3175- $as_echo_n "(cached) " >&6
3176-else
3177- eval "$3=\$ac_header_compiler"
3178-fi
3179-eval ac_res=\$$3
3180- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3181-$as_echo "$ac_res" >&6; }
3182-fi
3183- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3184-
3185-} # ac_fn_c_check_header_mongrel
3186-
3187-# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
3188-# ---------------------------------------------------------
3189-# Tests whether HEADER exists, giving a warning if it cannot be compiled using
3190-# the include files in INCLUDES and setting the cache variable VAR
3191-# accordingly.
3192-ac_fn_cxx_check_header_mongrel ()
3193-{
3194- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3195- if eval \${$3+:} false; then :
3196- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3197-$as_echo_n "checking for $2... " >&6; }
3198-if eval \${$3+:} false; then :
3199- $as_echo_n "(cached) " >&6
3200-fi
3201-eval ac_res=\$$3
3202- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3203-$as_echo "$ac_res" >&6; }
3204-else
3205- # Is the header compilable?
3206-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3207-$as_echo_n "checking $2 usability... " >&6; }
3208-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3209-/* end confdefs.h. */
3210-$4
3211-#include <$2>
3212-_ACEOF
3213-if ac_fn_cxx_try_compile "$LINENO"; then :
3214- ac_header_compiler=yes
3215-else
3216- ac_header_compiler=no
3217-fi
3218-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3219-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3220-$as_echo "$ac_header_compiler" >&6; }
3221-
3222-# Is the header present?
3223-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3224-$as_echo_n "checking $2 presence... " >&6; }
3225-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3226-/* end confdefs.h. */
3227-#include <$2>
3228-_ACEOF
3229-if ac_fn_cxx_try_cpp "$LINENO"; then :
3230- ac_header_preproc=yes
3231-else
3232- ac_header_preproc=no
3233-fi
3234-rm -f conftest.err conftest.i conftest.$ac_ext
3235-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3236-$as_echo "$ac_header_preproc" >&6; }
3237-
3238-# So? What about this header?
3239-case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
3240- yes:no: )
3241- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3242-$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3243- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3244-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3245- ;;
3246- no:yes:* )
3247- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3248-$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3249- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3250-$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3251- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3252-$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3253- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3254-$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3255- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3256-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3257-( $as_echo "## -------------------------------------------------------- ##
3258-## Report this to open-vm-tools-devel@lists.sourceforge.net ##
3259-## -------------------------------------------------------- ##"
3260- ) | sed "s/^/$as_me: WARNING: /" >&2
3261- ;;
3262-esac
3263- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3264-$as_echo_n "checking for $2... " >&6; }
3265-if eval \${$3+:} false; then :
3266- $as_echo_n "(cached) " >&6
3267-else
3268- eval "$3=\$ac_header_compiler"
3269-fi
3270-eval ac_res=\$$3
3271- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3272-$as_echo "$ac_res" >&6; }
3273-fi
3274- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3275-
3276-} # ac_fn_cxx_check_header_mongrel
3277-
3278-# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3279-# -------------------------------------------
3280-# Tests whether TYPE exists after having included INCLUDES, setting cache
3281-# variable VAR accordingly.
3282-ac_fn_c_check_type ()
3283-{
3284- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3285- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3286-$as_echo_n "checking for $2... " >&6; }
3287-if eval \${$3+:} false; then :
3288- $as_echo_n "(cached) " >&6
3289-else
3290- eval "$3=no"
3291- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3292-/* end confdefs.h. */
3293-$4
3294-int
3295-main ()
3296-{
3297-if (sizeof ($2))
3298- return 0;
3299- ;
3300- return 0;
3301-}
3302-_ACEOF
3303-if ac_fn_c_try_compile "$LINENO"; then :
3304- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3305-/* end confdefs.h. */
3306-$4
3307-int
3308-main ()
3309-{
3310-if (sizeof (($2)))
3311- return 0;
3312- ;
3313- return 0;
3314-}
3315-_ACEOF
3316-if ac_fn_c_try_compile "$LINENO"; then :
3317-
3318-else
3319- eval "$3=yes"
3320-fi
3321-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3322-fi
3323-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3324-fi
3325-eval ac_res=\$$3
3326- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3327-$as_echo "$ac_res" >&6; }
3328- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3329-
3330-} # ac_fn_c_check_type
3331-
3332-# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3333-# ----------------------------------------------------
3334-# Tries to find if the field MEMBER exists in type AGGR, after including
3335-# INCLUDES, setting cache variable VAR accordingly.
3336-ac_fn_c_check_member ()
3337-{
3338- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3339- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3340-$as_echo_n "checking for $2.$3... " >&6; }
3341-if eval \${$4+:} false; then :
3342- $as_echo_n "(cached) " >&6
3343-else
3344- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3345-/* end confdefs.h. */
3346-$5
3347-int
3348-main ()
3349-{
3350-static $2 ac_aggr;
3351-if (ac_aggr.$3)
3352-return 0;
3353- ;
3354- return 0;
3355-}
3356-_ACEOF
3357-if ac_fn_c_try_compile "$LINENO"; then :
3358- eval "$4=yes"
3359-else
3360- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3361-/* end confdefs.h. */
3362-$5
3363-int
3364-main ()
3365-{
3366-static $2 ac_aggr;
3367-if (sizeof ac_aggr.$3)
3368-return 0;
3369- ;
3370- return 0;
3371-}
3372-_ACEOF
3373-if ac_fn_c_try_compile "$LINENO"; then :
3374- eval "$4=yes"
3375-else
3376- eval "$4=no"
3377-fi
3378-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3379-fi
3380-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3381-fi
3382-eval ac_res=\$$4
3383- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3384-$as_echo "$ac_res" >&6; }
3385- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3386-
3387-} # ac_fn_c_check_member
3388-cat >config.log <<_ACEOF
3389-This file contains any messages produced by compilers while
3390-running configure, to aid debugging if configure makes a mistake.
3391-
3392-It was created by open-vm-tools $as_me 2012.12.26, which was
3393-generated by GNU Autoconf 2.68. Invocation command line was
3394-
3395- $ $0 $@
3396-
3397-_ACEOF
3398-exec 5>>config.log
3399-{
3400-cat <<_ASUNAME
3401-## --------- ##
3402-## Platform. ##
3403-## --------- ##
3404-
3405-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3406-uname -m = `(uname -m) 2>/dev/null || echo unknown`
3407-uname -r = `(uname -r) 2>/dev/null || echo unknown`
3408-uname -s = `(uname -s) 2>/dev/null || echo unknown`
3409-uname -v = `(uname -v) 2>/dev/null || echo unknown`
3410-
3411-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3412-/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3413-
3414-/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3415-/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3416-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3417-/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3418-/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3419-/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3420-/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3421-
3422-_ASUNAME
3423-
3424-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3425-for as_dir in $PATH
3426-do
3427- IFS=$as_save_IFS
3428- test -z "$as_dir" && as_dir=.
3429- $as_echo "PATH: $as_dir"
3430- done
3431-IFS=$as_save_IFS
3432-
3433-} >&5
3434-
3435-cat >&5 <<_ACEOF
3436-
3437-
3438-## ----------- ##
3439-## Core tests. ##
3440-## ----------- ##
3441-
3442-_ACEOF
3443-
3444-
3445-# Keep a trace of the command line.
3446-# Strip out --no-create and --no-recursion so they do not pile up.
3447-# Strip out --silent because we don't want to record it for future runs.
3448-# Also quote any args containing shell meta-characters.
3449-# Make two passes to allow for proper duplicate-argument suppression.
3450-ac_configure_args=
3451-ac_configure_args0=
3452-ac_configure_args1=
3453-ac_must_keep_next=false
3454-for ac_pass in 1 2
3455-do
3456- for ac_arg
3457- do
3458- case $ac_arg in
3459- -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3460- -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3461- | -silent | --silent | --silen | --sile | --sil)
3462- continue ;;
3463- *\'*)
3464- ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3465- esac
3466- case $ac_pass in
3467- 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3468- 2)
3469- as_fn_append ac_configure_args1 " '$ac_arg'"
3470- if test $ac_must_keep_next = true; then
3471- ac_must_keep_next=false # Got value, back to normal.
3472- else
3473- case $ac_arg in
3474- *=* | --config-cache | -C | -disable-* | --disable-* \
3475- | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3476- | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3477- | -with-* | --with-* | -without-* | --without-* | --x)
3478- case "$ac_configure_args0 " in
3479- "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3480- esac
3481- ;;
3482- -* ) ac_must_keep_next=true ;;
3483- esac
3484- fi
3485- as_fn_append ac_configure_args " '$ac_arg'"
3486- ;;
3487- esac
3488- done
3489-done
3490-{ ac_configure_args0=; unset ac_configure_args0;}
3491-{ ac_configure_args1=; unset ac_configure_args1;}
3492-
3493-# When interrupted or exit'd, cleanup temporary files, and complete
3494-# config.log. We remove comments because anyway the quotes in there
3495-# would cause problems or look ugly.
3496-# WARNING: Use '\'' to represent an apostrophe within the trap.
3497-# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3498-trap 'exit_status=$?
3499- # Save into config.log some information that might help in debugging.
3500- {
3501- echo
3502-
3503- $as_echo "## ---------------- ##
3504-## Cache variables. ##
3505-## ---------------- ##"
3506- echo
3507- # The following way of writing the cache mishandles newlines in values,
3508-(
3509- for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3510- eval ac_val=\$$ac_var
3511- case $ac_val in #(
3512- *${as_nl}*)
3513- case $ac_var in #(
3514- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3515-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3516- esac
3517- case $ac_var in #(
3518- _ | IFS | as_nl) ;; #(
3519- BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3520- *) { eval $ac_var=; unset $ac_var;} ;;
3521- esac ;;
3522- esac
3523- done
3524- (set) 2>&1 |
3525- case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3526- *${as_nl}ac_space=\ *)
3527- sed -n \
3528- "s/'\''/'\''\\\\'\'''\''/g;
3529- s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3530- ;; #(
3531- *)
3532- sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3533- ;;
3534- esac |
3535- sort
3536-)
3537- echo
3538-
3539- $as_echo "## ----------------- ##
3540-## Output variables. ##
3541-## ----------------- ##"
3542- echo
3543- for ac_var in $ac_subst_vars
3544- do
3545- eval ac_val=\$$ac_var
3546- case $ac_val in
3547- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3548- esac
3549- $as_echo "$ac_var='\''$ac_val'\''"
3550- done | sort
3551- echo
3552-
3553- if test -n "$ac_subst_files"; then
3554- $as_echo "## ------------------- ##
3555-## File substitutions. ##
3556-## ------------------- ##"
3557- echo
3558- for ac_var in $ac_subst_files
3559- do
3560- eval ac_val=\$$ac_var
3561- case $ac_val in
3562- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3563- esac
3564- $as_echo "$ac_var='\''$ac_val'\''"
3565- done | sort
3566- echo
3567- fi
3568-
3569- if test -s confdefs.h; then
3570- $as_echo "## ----------- ##
3571-## confdefs.h. ##
3572-## ----------- ##"
3573- echo
3574- cat confdefs.h
3575- echo
3576- fi
3577- test "$ac_signal" != 0 &&
3578- $as_echo "$as_me: caught signal $ac_signal"
3579- $as_echo "$as_me: exit $exit_status"
3580- } >&5
3581- rm -f core *.core core.conftest.* &&
3582- rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3583- exit $exit_status
3584-' 0
3585-for ac_signal in 1 2 13 15; do
3586- trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3587-done
3588-ac_signal=0
3589-
3590-# confdefs.h avoids OS command line length limits that DEFS can exceed.
3591-rm -f -r conftest* confdefs.h
3592-
3593-$as_echo "/* confdefs.h */" > confdefs.h
3594-
3595-# Predefined preprocessor variables.
3596-
3597-cat >>confdefs.h <<_ACEOF
3598-#define PACKAGE_NAME "$PACKAGE_NAME"
3599-_ACEOF
3600-
3601-cat >>confdefs.h <<_ACEOF
3602-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3603-_ACEOF
3604-
3605-cat >>confdefs.h <<_ACEOF
3606-#define PACKAGE_VERSION "$PACKAGE_VERSION"
3607-_ACEOF
3608-
3609-cat >>confdefs.h <<_ACEOF
3610-#define PACKAGE_STRING "$PACKAGE_STRING"
3611-_ACEOF
3612-
3613-cat >>confdefs.h <<_ACEOF
3614-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3615-_ACEOF
3616-
3617-cat >>confdefs.h <<_ACEOF
3618-#define PACKAGE_URL "$PACKAGE_URL"
3619-_ACEOF
3620-
3621-
3622-# Let the site file select an alternate cache file if it wants to.
3623-# Prefer an explicitly selected file to automatically selected ones.
3624-ac_site_file1=NONE
3625-ac_site_file2=NONE
3626-if test -n "$CONFIG_SITE"; then
3627- # We do not want a PATH search for config.site.
3628- case $CONFIG_SITE in #((
3629- -*) ac_site_file1=./$CONFIG_SITE;;
3630- */*) ac_site_file1=$CONFIG_SITE;;
3631- *) ac_site_file1=./$CONFIG_SITE;;
3632- esac
3633-elif test "x$prefix" != xNONE; then
3634- ac_site_file1=$prefix/share/config.site
3635- ac_site_file2=$prefix/etc/config.site
3636-else
3637- ac_site_file1=$ac_default_prefix/share/config.site
3638- ac_site_file2=$ac_default_prefix/etc/config.site
3639-fi
3640-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3641-do
3642- test "x$ac_site_file" = xNONE && continue
3643- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3644- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3645-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
3646- sed 's/^/| /' "$ac_site_file" >&5
3647- . "$ac_site_file" \
3648- || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3649-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3650-as_fn_error $? "failed to load site script $ac_site_file
3651-See \`config.log' for more details" "$LINENO" 5; }
3652- fi
3653-done
3654-
3655-if test -r "$cache_file"; then
3656- # Some versions of bash will fail to source /dev/null (special files
3657- # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3658- if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3659- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3660-$as_echo "$as_me: loading cache $cache_file" >&6;}
3661- case $cache_file in
3662- [\\/]* | ?:[\\/]* ) . "$cache_file";;
3663- *) . "./$cache_file";;
3664- esac
3665- fi
3666-else
3667- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3668-$as_echo "$as_me: creating cache $cache_file" >&6;}
3669- >$cache_file
3670-fi
3671-
3672-# Check that the precious variables saved in the cache have kept the same
3673-# value.
3674-ac_cache_corrupted=false
3675-for ac_var in $ac_precious_vars; do
3676- eval ac_old_set=\$ac_cv_env_${ac_var}_set
3677- eval ac_new_set=\$ac_env_${ac_var}_set
3678- eval ac_old_val=\$ac_cv_env_${ac_var}_value
3679- eval ac_new_val=\$ac_env_${ac_var}_value
3680- case $ac_old_set,$ac_new_set in
3681- set,)
3682- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3683-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3684- ac_cache_corrupted=: ;;
3685- ,set)
3686- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3687-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3688- ac_cache_corrupted=: ;;
3689- ,);;
3690- *)
3691- if test "x$ac_old_val" != "x$ac_new_val"; then
3692- # differences in whitespace do not lead to failure.
3693- ac_old_val_w=`echo x $ac_old_val`
3694- ac_new_val_w=`echo x $ac_new_val`
3695- if test "$ac_old_val_w" != "$ac_new_val_w"; then
3696- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3697-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3698- ac_cache_corrupted=:
3699- else
3700- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3701-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3702- eval $ac_var=\$ac_old_val
3703- fi
3704- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3705-$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3706- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3707-$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3708- fi;;
3709- esac
3710- # Pass precious variables to config.status.
3711- if test "$ac_new_set" = set; then
3712- case $ac_new_val in
3713- *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3714- *) ac_arg=$ac_var=$ac_new_val ;;
3715- esac
3716- case " $ac_configure_args " in
3717- *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3718- *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3719- esac
3720- fi
3721-done
3722-if $ac_cache_corrupted; then
3723- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3724-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3725- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3726-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3727- as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3728-fi
3729-## -------------------- ##
3730-## Main body of script. ##
3731-## -------------------- ##
3732-
3733-ac_ext=c
3734-ac_cpp='$CPP $CPPFLAGS'
3735-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3736-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3737-ac_compiler_gnu=$ac_cv_c_compiler_gnu
3738-
3739-
3740-
3741-# In order to make this configure script auto-detect situations where
3742-# people have a 32-bit userland running with a 64-bit kernel, we try to ask
3743-# the compiler (assumedly gcc) for its default Target:.
3744-# We have to set up $TEST_CC manually, since AC_PROG_CC hasn't yet been run (and can't be until AC_CANONICAL_HOST & AC_CANONICAL_BUILD are run)
3745-# The purpose of all this is to set up $host_alias/$build_alias in a more
3746-# intelligent way than config.guess currently does.
3747-TEST_CC="$CC_FOR_BUILD"
3748-test -z "$TEST_CC" && TEST_CC="$HOST_CC"
3749-test -z "$TEST_CC" && TEST_CC="$CC"
3750-if test -n "$TEST_CC" -a -z "$host_alias"; then
3751- host_alias="`$TEST_CC -dumpmachine`"
3752- if test -z "$build_alias" -a -n "$host_alias"; then
3753- build_alias="$host_alias"
3754- fi
3755-fi
3756-unset TEST_CC
3757-
3758-# checkvm/checkvm.c has no special significance - we just need to pass in a file that
3759-# helps autoconf verify that it really has found the source tree.
3760-
3761-
3762-# Keep the top-level directory tidy by putting auxiliary build tools and local
3763-# macros in separate subdirectories.
3764-ac_aux_dir=
3765-for ac_dir in config "$srcdir"/config; do
3766- if test -f "$ac_dir/install-sh"; then
3767- ac_aux_dir=$ac_dir
3768- ac_install_sh="$ac_aux_dir/install-sh -c"
3769- break
3770- elif test -f "$ac_dir/install.sh"; then
3771- ac_aux_dir=$ac_dir
3772- ac_install_sh="$ac_aux_dir/install.sh -c"
3773- break
3774- elif test -f "$ac_dir/shtool"; then
3775- ac_aux_dir=$ac_dir
3776- ac_install_sh="$ac_aux_dir/shtool install -c"
3777- break
3778- fi
3779-done
3780-if test -z "$ac_aux_dir"; then
3781- as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
3782-fi
3783-
3784-# These three variables are undocumented and unsupported,
3785-# and are intended to be withdrawn in a future Autoconf release.
3786-# They can cause serious problems if a builder's source tree is in a directory
3787-# whose full name contains unusual characters.
3788-ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3789-ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3790-ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3791-
3792-
3793-
3794-
3795-# Make sure we can run config.sub.
3796-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3797- as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3798-
3799-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3800-$as_echo_n "checking build system type... " >&6; }
3801-if ${ac_cv_build+:} false; then :
3802- $as_echo_n "(cached) " >&6
3803-else
3804- ac_build_alias=$build_alias
3805-test "x$ac_build_alias" = x &&
3806- ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3807-test "x$ac_build_alias" = x &&
3808- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3809-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3810- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3811-
3812-fi
3813-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3814-$as_echo "$ac_cv_build" >&6; }
3815-case $ac_cv_build in
3816-*-*-*) ;;
3817-*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3818-esac
3819-build=$ac_cv_build
3820-ac_save_IFS=$IFS; IFS='-'
3821-set x $ac_cv_build
3822-shift
3823-build_cpu=$1
3824-build_vendor=$2
3825-shift; shift
3826-# Remember, the first character of IFS is used to create $*,
3827-# except with old shells:
3828-build_os=$*
3829-IFS=$ac_save_IFS
3830-case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3831-
3832-
3833-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3834-$as_echo_n "checking host system type... " >&6; }
3835-if ${ac_cv_host+:} false; then :
3836- $as_echo_n "(cached) " >&6
3837-else
3838- if test "x$host_alias" = x; then
3839- ac_cv_host=$ac_cv_build
3840-else
3841- ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3842- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3843-fi
3844-
3845-fi
3846-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3847-$as_echo "$ac_cv_host" >&6; }
3848-case $ac_cv_host in
3849-*-*-*) ;;
3850-*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3851-esac
3852-host=$ac_cv_host
3853-ac_save_IFS=$IFS; IFS='-'
3854-set x $ac_cv_host
3855-shift
3856-host_cpu=$1
3857-host_vendor=$2
3858-shift; shift
3859-# Remember, the first character of IFS is used to create $*,
3860-# except with old shells:
3861-host_os=$*
3862-IFS=$ac_save_IFS
3863-case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3864-
3865-
3866-
3867-
3868-# Quote the regular expressions
3869-case "$host_cpu" in
3870- i[3456]86)
3871- userSpaceBitness="32"
3872- ;;
3873- x86_64)
3874- userSpaceBitness="64"
3875- ;;
3876- *)
3877- as_fn_error $? "Unknown architecture." "$LINENO" 5
3878- ;;
3879-esac
3880-
3881-# Operational arguments.
3882-
3883-# Check whether --with-root-privileges was given.
3884-if test "${with_root_privileges+set}" = set; then :
3885- withval=$with_root_privileges;
3886-else
3887- with_root_privileges=yes
3888-fi
3889-
3890-
3891-# Kernel arguments.
3892-# The kernel args have to go here otherwise the KERNEL_RELEASE won't be visible
3893-# to getOsVersion()
3894-
3895-# Check whether --with-kernel-modules was given.
3896-if test "${with_kernel_modules+set}" = set; then :
3897- withval=$with_kernel_modules;
3898-else
3899- with_kernel_modules=yes
3900-fi
3901-
3902-
3903-
3904-# Check whether --with-kernel-release was given.
3905-if test "${with_kernel_release+set}" = set; then :
3906- withval=$with_kernel_release; KERNEL_RELEASE="$withval"
3907-else
3908- KERNEL_RELEASE=`uname -r`
3909-fi
3910-
3911-
3912-
3913-# Check whether --with-linuxdir was given.
3914-if test "${with_linuxdir+set}" = set; then :
3915- withval=$with_linuxdir; LINUXDIR="$withval"
3916-else
3917- LINUXDIR=/lib/modules/$KERNEL_RELEASE
3918-fi
3919-
3920-
3921-# Turn the uname output into something we can run comparisons on.
3922-getOsVersion() {
3923- major_version="`echo $KERNEL_RELEASE | cut -f1 -d. | cut -f1 -d-`"
3924- minor_version="`echo $KERNEL_RELEASE | cut -f2 -d. | cut -f1 -d-`"
3925- micro_version="`echo $KERNEL_RELEASE | cut -f3 -d. | cut -f1 -d-`"
3926- printf '%02d%02d%03d' $major_version $minor_version $micro_version
3927-}
3928-
3929-case "$host_os" in
3930- linux*)
3931- os="linux"
3932- ;;
3933- freebsd*)
3934- os="freebsd"
3935- ;;
3936- kfreebsd*-gnu)
3937- os="kfreebsd-gnu"
3938- ;;
3939- solaris*)
3940- os="solaris"
3941- ;;
3942- *)
3943- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This is an untested and unsupported Operating System. Proceed at your own peril." >&5
3944-$as_echo "$as_me: WARNING: This is an untested and unsupported Operating System. Proceed at your own peril." >&2;}
3945- ;;
3946-esac
3947-osVersion="`getOsVersion`"
3948-
3949-if test "$with_kernel_modules" = "yes"; then
3950- case "$os" in
3951- linux)
3952- if test "$osVersion" -lt 206009; then
3953- as_fn_error $? "Kernels prior to 2.6.9 are not supported in this release of open-vm-tools. Configure using --without-kernel-modules to suppress building kernel drivers." "$LINENO" 5
3954- fi
3955- if test ! -d "$LINUXDIR/kernel/"; then
3956- as_fn_error $? "$LINUXDIR/kernel does not exist" "$LINENO" 5
3957- fi
3958- LINUXINCLUDE="$LINUXDIR/build/include"
3959- if test ! -d "$LINUXINCLUDE"; then
3960- as_fn_error $? "Can't find include dir under $LINUXDIR" "$LINENO" 5
3961- fi
3962- ;;
3963-
3964- freebsd)
3965- freebsd_sysdir=/usr/src/sys
3966- if test -n "$SYSDIR"; then
3967- freebsd_sysdir="$SYSDIR"
3968- fi
3969- if test ! -f "$freebsd_sysdir/conf/kmod.mk"; then
3970- as_fn_error $? "FreeBSD kernel tree not found. Please install the kernel sources (or provide the location using SYSDIR) or configure using --without-kernel-modules." "$LINENO" 5
3971- fi
3972- ;;
3973- esac
3974-fi
3975-
3976-# Arguments for disabling individual open-vm-tools features or libraries.
3977-# Check whether --enable-multimon was given.
3978-if test "${enable_multimon+set}" = set; then :
3979- enableval=$enable_multimon; enable_multimon="$enableval"
3980-else
3981- enable_multimon="yes"
3982-fi
3983-
3984-
3985-
3986-# Check whether --with-gtk2 was given.
3987-if test "${with_gtk2+set}" = set; then :
3988- withval=$with_gtk2; with_gtk2="$withval"
3989-else
3990- with_gtk2="yes"
3991-fi
3992-
3993-
3994-
3995-# Check whether --with-gtkmm was given.
3996-if test "${with_gtkmm+set}" = set; then :
3997- withval=$with_gtkmm; with_gtkmm="$withval"
3998-else
3999- with_gtkmm="yes"
4000-fi
4001-
4002-
4003-# Check whether --enable-docs was given.
4004-if test "${enable_docs+set}" = set; then :
4005- enableval=$enable_docs; enable_docs="$enableval"
4006-else
4007- enable_docs="yes"
4008-fi
4009-
4010-
4011-# Check whether --enable-tests was given.
4012-if test "${enable_tests+set}" = set; then :
4013- enableval=$enable_tests; enable_tests="$enableval"
4014-else
4015- enable_tests="auto"
4016-fi
4017-
4018-
4019-am__api_version='1.11'
4020-
4021-# Find a good install program. We prefer a C program (faster),
4022-# so one script is as good as another. But avoid the broken or
4023-# incompatible versions:
4024-# SysV /etc/install, /usr/sbin/install
4025-# SunOS /usr/etc/install
4026-# IRIX /sbin/install
4027-# AIX /bin/install
4028-# AmigaOS /C/install, which installs bootblocks on floppy discs
4029-# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4030-# AFS /usr/afsws/bin/install, which mishandles nonexistent args
4031-# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4032-# OS/2's system install, which has a completely different semantic
4033-# ./install, which can be erroneously created by make from ./install.sh.
4034-# Reject install programs that cannot install multiple files.
4035-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4036-$as_echo_n "checking for a BSD-compatible install... " >&6; }
4037-if test -z "$INSTALL"; then
4038-if ${ac_cv_path_install+:} false; then :
4039- $as_echo_n "(cached) " >&6
4040-else
4041- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4042-for as_dir in $PATH
4043-do
4044- IFS=$as_save_IFS
4045- test -z "$as_dir" && as_dir=.
4046- # Account for people who put trailing slashes in PATH elements.
4047-case $as_dir/ in #((
4048- ./ | .// | /[cC]/* | \
4049- /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4050- ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4051- /usr/ucb/* ) ;;
4052- *)
4053- # OSF1 and SCO ODT 3.0 have their own names for install.
4054- # Don't use installbsd from OSF since it installs stuff as root
4055- # by default.
4056- for ac_prog in ginstall scoinst install; do
4057- for ac_exec_ext in '' $ac_executable_extensions; do
4058- if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4059- if test $ac_prog = install &&
4060- grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4061- # AIX install. It has an incompatible calling convention.
4062- :
4063- elif test $ac_prog = install &&
4064- grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4065- # program-specific install script used by HP pwplus--don't use.
4066- :
4067- else
4068- rm -rf conftest.one conftest.two conftest.dir
4069- echo one > conftest.one
4070- echo two > conftest.two
4071- mkdir conftest.dir
4072- if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4073- test -s conftest.one && test -s conftest.two &&
4074- test -s conftest.dir/conftest.one &&
4075- test -s conftest.dir/conftest.two
4076- then
4077- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4078- break 3
4079- fi
4080- fi
4081- fi
4082- done
4083- done
4084- ;;
4085-esac
4086-
4087- done
4088-IFS=$as_save_IFS
4089-
4090-rm -rf conftest.one conftest.two conftest.dir
4091-
4092-fi
4093- if test "${ac_cv_path_install+set}" = set; then
4094- INSTALL=$ac_cv_path_install
4095- else
4096- # As a last resort, use the slow shell script. Don't cache a
4097- # value for INSTALL within a source directory, because that will
4098- # break other packages using the cache if that directory is
4099- # removed, or if the value is a relative name.
4100- INSTALL=$ac_install_sh
4101- fi
4102-fi
4103-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4104-$as_echo "$INSTALL" >&6; }
4105-
4106-# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4107-# It thinks the first close brace ends the variable substitution.
4108-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4109-
4110-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4111-
4112-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4113-
4114-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
4115-$as_echo_n "checking whether build environment is sane... " >&6; }
4116-# Just in case
4117-sleep 1
4118-echo timestamp > conftest.file
4119-# Reject unsafe characters in $srcdir or the absolute working directory
4120-# name. Accept space and tab only in the latter.
4121-am_lf='
4122-'
4123-case `pwd` in
4124- *[\\\"\#\$\&\'\`$am_lf]*)
4125- as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
4126-esac
4127-case $srcdir in
4128- *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
4129- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
4130-esac
4131-
4132-# Do `set' in a subshell so we don't clobber the current shell's
4133-# arguments. Must try -L first in case configure is actually a
4134-# symlink; some systems play weird games with the mod time of symlinks
4135-# (eg FreeBSD returns the mod time of the symlink's containing
4136-# directory).
4137-if (
4138- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
4139- if test "$*" = "X"; then
4140- # -L didn't work.
4141- set X `ls -t "$srcdir/configure" conftest.file`
4142- fi
4143- rm -f conftest.file
4144- if test "$*" != "X $srcdir/configure conftest.file" \
4145- && test "$*" != "X conftest.file $srcdir/configure"; then
4146-
4147- # If neither matched, then we have a broken ls. This can happen
4148- # if, for instance, CONFIG_SHELL is bash and it inherits a
4149- # broken ls alias from the environment. This has actually
4150- # happened. Such a system could not be considered "sane".
4151- as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
4152-alias in your environment" "$LINENO" 5
4153- fi
4154-
4155- test "$2" = conftest.file
4156- )
4157-then
4158- # Ok.
4159- :
4160-else
4161- as_fn_error $? "newly created file is older than distributed files!
4162-Check your system clock" "$LINENO" 5
4163-fi
4164-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4165-$as_echo "yes" >&6; }
4166-test "$program_prefix" != NONE &&
4167- program_transform_name="s&^&$program_prefix&;$program_transform_name"
4168-# Use a double $ so make ignores it.
4169-test "$program_suffix" != NONE &&
4170- program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4171-# Double any \ or $.
4172-# By default was `s,x,x', remove it if useless.
4173-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4174-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4175-
4176-# expand $ac_aux_dir to an absolute path
4177-am_aux_dir=`cd $ac_aux_dir && pwd`
4178-
4179-if test x"${MISSING+set}" != xset; then
4180- case $am_aux_dir in
4181- *\ * | *\ *)
4182- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
4183- *)
4184- MISSING="\${SHELL} $am_aux_dir/missing" ;;
4185- esac
4186-fi
4187-# Use eval to expand $SHELL
4188-if eval "$MISSING --run true"; then
4189- am_missing_run="$MISSING --run "
4190-else
4191- am_missing_run=
4192- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
4193-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
4194-fi
4195-
4196-if test x"${install_sh}" != xset; then
4197- case $am_aux_dir in
4198- *\ * | *\ *)
4199- install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4200- *)
4201- install_sh="\${SHELL} $am_aux_dir/install-sh"
4202- esac
4203-fi
4204-
4205-# Installed binaries are usually stripped using `strip' when the user
4206-# run `make install-strip'. However `strip' might not be the right
4207-# tool to use in cross-compilation environments, therefore Automake
4208-# will honor the `STRIP' environment variable to overrule this program.
4209-if test "$cross_compiling" != no; then
4210- if test -n "$ac_tool_prefix"; then
4211- # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4212-set dummy ${ac_tool_prefix}strip; ac_word=$2
4213-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4214-$as_echo_n "checking for $ac_word... " >&6; }
4215-if ${ac_cv_prog_STRIP+:} false; then :
4216- $as_echo_n "(cached) " >&6
4217-else
4218- if test -n "$STRIP"; then
4219- ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4220-else
4221-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4222-for as_dir in $PATH
4223-do
4224- IFS=$as_save_IFS
4225- test -z "$as_dir" && as_dir=.
4226- for ac_exec_ext in '' $ac_executable_extensions; do
4227- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4228- ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4229- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4230- break 2
4231- fi
4232-done
4233- done
4234-IFS=$as_save_IFS
4235-
4236-fi
4237-fi
4238-STRIP=$ac_cv_prog_STRIP
4239-if test -n "$STRIP"; then
4240- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4241-$as_echo "$STRIP" >&6; }
4242-else
4243- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4244-$as_echo "no" >&6; }
4245-fi
4246-
4247-
4248-fi
4249-if test -z "$ac_cv_prog_STRIP"; then
4250- ac_ct_STRIP=$STRIP
4251- # Extract the first word of "strip", so it can be a program name with args.
4252-set dummy strip; ac_word=$2
4253-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4254-$as_echo_n "checking for $ac_word... " >&6; }
4255-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
4256- $as_echo_n "(cached) " >&6
4257-else
4258- if test -n "$ac_ct_STRIP"; then
4259- ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4260-else
4261-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4262-for as_dir in $PATH
4263-do
4264- IFS=$as_save_IFS
4265- test -z "$as_dir" && as_dir=.
4266- for ac_exec_ext in '' $ac_executable_extensions; do
4267- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4268- ac_cv_prog_ac_ct_STRIP="strip"
4269- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4270- break 2
4271- fi
4272-done
4273- done
4274-IFS=$as_save_IFS
4275-
4276-fi
4277-fi
4278-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4279-if test -n "$ac_ct_STRIP"; then
4280- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4281-$as_echo "$ac_ct_STRIP" >&6; }
4282-else
4283- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4284-$as_echo "no" >&6; }
4285-fi
4286-
4287- if test "x$ac_ct_STRIP" = x; then
4288- STRIP=":"
4289- else
4290- case $cross_compiling:$ac_tool_warned in
4291-yes:)
4292-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4293-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4294-ac_tool_warned=yes ;;
4295-esac
4296- STRIP=$ac_ct_STRIP
4297- fi
4298-else
4299- STRIP="$ac_cv_prog_STRIP"
4300-fi
4301-
4302-fi
4303-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4304-
4305-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4306-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4307-if test -z "$MKDIR_P"; then
4308- if ${ac_cv_path_mkdir+:} false; then :
4309- $as_echo_n "(cached) " >&6
4310-else
4311- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312-for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
4313-do
4314- IFS=$as_save_IFS
4315- test -z "$as_dir" && as_dir=.
4316- for ac_prog in mkdir gmkdir; do
4317- for ac_exec_ext in '' $ac_executable_extensions; do
4318- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
4319- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4320- 'mkdir (GNU coreutils) '* | \
4321- 'mkdir (coreutils) '* | \
4322- 'mkdir (fileutils) '4.1*)
4323- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
4324- break 3;;
4325- esac
4326- done
4327- done
4328- done
4329-IFS=$as_save_IFS
4330-
4331-fi
4332-
4333- test -d ./--version && rmdir ./--version
4334- if test "${ac_cv_path_mkdir+set}" = set; then
4335- MKDIR_P="$ac_cv_path_mkdir -p"
4336- else
4337- # As a last resort, use the slow shell script. Don't cache a
4338- # value for MKDIR_P within a source directory, because that will
4339- # break other packages using the cache if that directory is
4340- # removed, or if the value is a relative name.
4341- MKDIR_P="$ac_install_sh -d"
4342- fi
4343-fi
4344-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4345-$as_echo "$MKDIR_P" >&6; }
4346-
4347-mkdir_p="$MKDIR_P"
4348-case $mkdir_p in
4349- [\\/$]* | ?:[\\/]*) ;;
4350- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
4351-esac
4352-
4353-for ac_prog in gawk mawk nawk awk
4354-do
4355- # Extract the first word of "$ac_prog", so it can be a program name with args.
4356-set dummy $ac_prog; ac_word=$2
4357-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4358-$as_echo_n "checking for $ac_word... " >&6; }
4359-if ${ac_cv_prog_AWK+:} false; then :
4360- $as_echo_n "(cached) " >&6
4361-else
4362- if test -n "$AWK"; then
4363- ac_cv_prog_AWK="$AWK" # Let the user override the test.
4364-else
4365-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4366-for as_dir in $PATH
4367-do
4368- IFS=$as_save_IFS
4369- test -z "$as_dir" && as_dir=.
4370- for ac_exec_ext in '' $ac_executable_extensions; do
4371- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4372- ac_cv_prog_AWK="$ac_prog"
4373- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4374- break 2
4375- fi
4376-done
4377- done
4378-IFS=$as_save_IFS
4379-
4380-fi
4381-fi
4382-AWK=$ac_cv_prog_AWK
4383-if test -n "$AWK"; then
4384- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4385-$as_echo "$AWK" >&6; }
4386-else
4387- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4388-$as_echo "no" >&6; }
4389-fi
4390-
4391-
4392- test -n "$AWK" && break
4393-done
4394-
4395-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4396-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4397-set x ${MAKE-make}
4398-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4399-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4400- $as_echo_n "(cached) " >&6
4401-else
4402- cat >conftest.make <<\_ACEOF
4403-SHELL = /bin/sh
4404-all:
4405- @echo '@@@%%%=$(MAKE)=@@@%%%'
4406-_ACEOF
4407-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4408-case `${MAKE-make} -f conftest.make 2>/dev/null` in
4409- *@@@%%%=?*=@@@%%%*)
4410- eval ac_cv_prog_make_${ac_make}_set=yes;;
4411- *)
4412- eval ac_cv_prog_make_${ac_make}_set=no;;
4413-esac
4414-rm -f conftest.make
4415-fi
4416-if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4417- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4418-$as_echo "yes" >&6; }
4419- SET_MAKE=
4420-else
4421- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4422-$as_echo "no" >&6; }
4423- SET_MAKE="MAKE=${MAKE-make}"
4424-fi
4425-
4426-rm -rf .tst 2>/dev/null
4427-mkdir .tst 2>/dev/null
4428-if test -d .tst; then
4429- am__leading_dot=.
4430-else
4431- am__leading_dot=_
4432-fi
4433-rmdir .tst 2>/dev/null
4434-
4435-if test "`cd $srcdir && pwd`" != "`pwd`"; then
4436- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4437- # is not polluted with repeated "-I."
4438- am__isrc=' -I$(srcdir)'
4439- # test to see if srcdir already configured
4440- if test -f $srcdir/config.status; then
4441- as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4442- fi
4443-fi
4444-
4445-# test whether we have cygpath
4446-if test -z "$CYGPATH_W"; then
4447- if (cygpath --version) >/dev/null 2>/dev/null; then
4448- CYGPATH_W='cygpath -w'
4449- else
4450- CYGPATH_W=echo
4451- fi
4452-fi
4453-
4454-
4455-# Define the identity of the package.
4456- PACKAGE='open-vm-tools'
4457- VERSION='2012.12.26'
4458-
4459-
4460-cat >>confdefs.h <<_ACEOF
4461-#define PACKAGE "$PACKAGE"
4462-_ACEOF
4463-
4464-
4465-cat >>confdefs.h <<_ACEOF
4466-#define VERSION "$VERSION"
4467-_ACEOF
4468-
4469-# Some tools Automake needs.
4470-
4471-ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4472-
4473-
4474-AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4475-
4476-
4477-AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4478-
4479-
4480-AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4481-
4482-
4483-MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4484-
4485-# We need awk for the "check" target. The system "awk" is bad on
4486-# some platforms.
4487-# Always define AMTAR for backward compatibility. Yes, it's still used
4488-# in the wild :-( We should find a proper way to deprecate it ...
4489-AMTAR='$${TAR-tar}'
4490-
4491-am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4492-
4493-
4494-
4495-
4496-
4497-
4498-###
4499-### Constants
4500-###
4501-# These need to be declared after initialization.
4502-
4503-# Some of our macro call-sites require changes to
4504-# CPPFLAGS/CFLAGS/LDFLAGS. In such places, we save the original value
4505-# of CPPFLAGS/CFLAGS/LDFLAGS before the macro call and restore it when
4506-# the call is done. We must perform this save at each macro site,
4507-# because CPPFLAGS/CFLAGS/LDFLAGS may change over the course of
4508-# configuration.
4509-#
4510-# CPPFLAGS is intended for preprocessor options (-D and -I mainly)
4511-# CFLAGS is intended for compiler options (-O, -f, -W, and so forth)
4512-
4513-CPPFLAGS="$CPPFLAGS -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS"
4514-
4515-###
4516-### Programs
4517-###
4518-# C preprocessor and compiler.
4519-DEPDIR="${am__leading_dot}deps"
4520-
4521-ac_config_commands="$ac_config_commands depfiles"
4522-
4523-
4524-am_make=${MAKE-make}
4525-cat > confinc << 'END'
4526-am__doit:
4527- @echo this is the am__doit target
4528-.PHONY: am__doit
4529-END
4530-# If we don't find an include directive, just comment out the code.
4531-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4532-$as_echo_n "checking for style of include used by $am_make... " >&6; }
4533-am__include="#"
4534-am__quote=
4535-_am_result=none
4536-# First try GNU make style include.
4537-echo "include confinc" > confmf
4538-# Ignore all kinds of additional output from `make'.
4539-case `$am_make -s -f confmf 2> /dev/null` in #(
4540-*the\ am__doit\ target*)
4541- am__include=include
4542- am__quote=
4543- _am_result=GNU
4544- ;;
4545-esac
4546-# Now try BSD make style include.
4547-if test "$am__include" = "#"; then
4548- echo '.include "confinc"' > confmf
4549- case `$am_make -s -f confmf 2> /dev/null` in #(
4550- *the\ am__doit\ target*)
4551- am__include=.include
4552- am__quote="\""
4553- _am_result=BSD
4554- ;;
4555- esac
4556-fi
4557-
4558-
4559-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4560-$as_echo "$_am_result" >&6; }
4561-rm -f confinc confmf
4562-
4563-# Check whether --enable-dependency-tracking was given.
4564-if test "${enable_dependency_tracking+set}" = set; then :
4565- enableval=$enable_dependency_tracking;
4566-fi
4567-
4568-if test "x$enable_dependency_tracking" != xno; then
4569- am_depcomp="$ac_aux_dir/depcomp"
4570- AMDEPBACKSLASH='\'
4571- am__nodep='_no'
4572-fi
4573- if test "x$enable_dependency_tracking" != xno; then
4574- AMDEP_TRUE=
4575- AMDEP_FALSE='#'
4576-else
4577- AMDEP_TRUE='#'
4578- AMDEP_FALSE=
4579-fi
4580-
4581-
4582-ac_ext=c
4583-ac_cpp='$CPP $CPPFLAGS'
4584-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4585-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4586-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4587-if test -n "$ac_tool_prefix"; then
4588- # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4589-set dummy ${ac_tool_prefix}gcc; ac_word=$2
4590-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4591-$as_echo_n "checking for $ac_word... " >&6; }
4592-if ${ac_cv_prog_CC+:} false; then :
4593- $as_echo_n "(cached) " >&6
4594-else
4595- if test -n "$CC"; then
4596- ac_cv_prog_CC="$CC" # Let the user override the test.
4597-else
4598-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4599-for as_dir in $PATH
4600-do
4601- IFS=$as_save_IFS
4602- test -z "$as_dir" && as_dir=.
4603- for ac_exec_ext in '' $ac_executable_extensions; do
4604- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4605- ac_cv_prog_CC="${ac_tool_prefix}gcc"
4606- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4607- break 2
4608- fi
4609-done
4610- done
4611-IFS=$as_save_IFS
4612-
4613-fi
4614-fi
4615-CC=$ac_cv_prog_CC
4616-if test -n "$CC"; then
4617- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4618-$as_echo "$CC" >&6; }
4619-else
4620- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4621-$as_echo "no" >&6; }
4622-fi
4623-
4624-
4625-fi
4626-if test -z "$ac_cv_prog_CC"; then
4627- ac_ct_CC=$CC
4628- # Extract the first word of "gcc", so it can be a program name with args.
4629-set dummy gcc; ac_word=$2
4630-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4631-$as_echo_n "checking for $ac_word... " >&6; }
4632-if ${ac_cv_prog_ac_ct_CC+:} false; then :
4633- $as_echo_n "(cached) " >&6
4634-else
4635- if test -n "$ac_ct_CC"; then
4636- ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4637-else
4638-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639-for as_dir in $PATH
4640-do
4641- IFS=$as_save_IFS
4642- test -z "$as_dir" && as_dir=.
4643- for ac_exec_ext in '' $ac_executable_extensions; do
4644- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4645- ac_cv_prog_ac_ct_CC="gcc"
4646- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4647- break 2
4648- fi
4649-done
4650- done
4651-IFS=$as_save_IFS
4652-
4653-fi
4654-fi
4655-ac_ct_CC=$ac_cv_prog_ac_ct_CC
4656-if test -n "$ac_ct_CC"; then
4657- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4658-$as_echo "$ac_ct_CC" >&6; }
4659-else
4660- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4661-$as_echo "no" >&6; }
4662-fi
4663-
4664- if test "x$ac_ct_CC" = x; then
4665- CC=""
4666- else
4667- case $cross_compiling:$ac_tool_warned in
4668-yes:)
4669-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4670-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4671-ac_tool_warned=yes ;;
4672-esac
4673- CC=$ac_ct_CC
4674- fi
4675-else
4676- CC="$ac_cv_prog_CC"
4677-fi
4678-
4679-if test -z "$CC"; then
4680- if test -n "$ac_tool_prefix"; then
4681- # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4682-set dummy ${ac_tool_prefix}cc; ac_word=$2
4683-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4684-$as_echo_n "checking for $ac_word... " >&6; }
4685-if ${ac_cv_prog_CC+:} false; then :
4686- $as_echo_n "(cached) " >&6
4687-else
4688- if test -n "$CC"; then
4689- ac_cv_prog_CC="$CC" # Let the user override the test.
4690-else
4691-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4692-for as_dir in $PATH
4693-do
4694- IFS=$as_save_IFS
4695- test -z "$as_dir" && as_dir=.
4696- for ac_exec_ext in '' $ac_executable_extensions; do
4697- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4698- ac_cv_prog_CC="${ac_tool_prefix}cc"
4699- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4700- break 2
4701- fi
4702-done
4703- done
4704-IFS=$as_save_IFS
4705-
4706-fi
4707-fi
4708-CC=$ac_cv_prog_CC
4709-if test -n "$CC"; then
4710- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4711-$as_echo "$CC" >&6; }
4712-else
4713- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4714-$as_echo "no" >&6; }
4715-fi
4716-
4717-
4718- fi
4719-fi
4720-if test -z "$CC"; then
4721- # Extract the first word of "cc", so it can be a program name with args.
4722-set dummy cc; ac_word=$2
4723-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4724-$as_echo_n "checking for $ac_word... " >&6; }
4725-if ${ac_cv_prog_CC+:} false; then :
4726- $as_echo_n "(cached) " >&6
4727-else
4728- if test -n "$CC"; then
4729- ac_cv_prog_CC="$CC" # Let the user override the test.
4730-else
4731- ac_prog_rejected=no
4732-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4733-for as_dir in $PATH
4734-do
4735- IFS=$as_save_IFS
4736- test -z "$as_dir" && as_dir=.
4737- for ac_exec_ext in '' $ac_executable_extensions; do
4738- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4739- if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4740- ac_prog_rejected=yes
4741- continue
4742- fi
4743- ac_cv_prog_CC="cc"
4744- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4745- break 2
4746- fi
4747-done
4748- done
4749-IFS=$as_save_IFS
4750-
4751-if test $ac_prog_rejected = yes; then
4752- # We found a bogon in the path, so make sure we never use it.
4753- set dummy $ac_cv_prog_CC
4754- shift
4755- if test $# != 0; then
4756- # We chose a different compiler from the bogus one.
4757- # However, it has the same basename, so the bogon will be chosen
4758- # first if we set CC to just the basename; use the full file name.
4759- shift
4760- ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4761- fi
4762-fi
4763-fi
4764-fi
4765-CC=$ac_cv_prog_CC
4766-if test -n "$CC"; then
4767- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4768-$as_echo "$CC" >&6; }
4769-else
4770- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4771-$as_echo "no" >&6; }
4772-fi
4773-
4774-
4775-fi
4776-if test -z "$CC"; then
4777- if test -n "$ac_tool_prefix"; then
4778- for ac_prog in cl.exe
4779- do
4780- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4781-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4782-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783-$as_echo_n "checking for $ac_word... " >&6; }
4784-if ${ac_cv_prog_CC+:} false; then :
4785- $as_echo_n "(cached) " >&6
4786-else
4787- if test -n "$CC"; then
4788- ac_cv_prog_CC="$CC" # Let the user override the test.
4789-else
4790-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4791-for as_dir in $PATH
4792-do
4793- IFS=$as_save_IFS
4794- test -z "$as_dir" && as_dir=.
4795- for ac_exec_ext in '' $ac_executable_extensions; do
4796- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4797- ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4798- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4799- break 2
4800- fi
4801-done
4802- done
4803-IFS=$as_save_IFS
4804-
4805-fi
4806-fi
4807-CC=$ac_cv_prog_CC
4808-if test -n "$CC"; then
4809- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4810-$as_echo "$CC" >&6; }
4811-else
4812- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4813-$as_echo "no" >&6; }
4814-fi
4815-
4816-
4817- test -n "$CC" && break
4818- done
4819-fi
4820-if test -z "$CC"; then
4821- ac_ct_CC=$CC
4822- for ac_prog in cl.exe
4823-do
4824- # Extract the first word of "$ac_prog", so it can be a program name with args.
4825-set dummy $ac_prog; ac_word=$2
4826-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4827-$as_echo_n "checking for $ac_word... " >&6; }
4828-if ${ac_cv_prog_ac_ct_CC+:} false; then :
4829- $as_echo_n "(cached) " >&6
4830-else
4831- if test -n "$ac_ct_CC"; then
4832- ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4833-else
4834-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835-for as_dir in $PATH
4836-do
4837- IFS=$as_save_IFS
4838- test -z "$as_dir" && as_dir=.
4839- for ac_exec_ext in '' $ac_executable_extensions; do
4840- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4841- ac_cv_prog_ac_ct_CC="$ac_prog"
4842- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4843- break 2
4844- fi
4845-done
4846- done
4847-IFS=$as_save_IFS
4848-
4849-fi
4850-fi
4851-ac_ct_CC=$ac_cv_prog_ac_ct_CC
4852-if test -n "$ac_ct_CC"; then
4853- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4854-$as_echo "$ac_ct_CC" >&6; }
4855-else
4856- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4857-$as_echo "no" >&6; }
4858-fi
4859-
4860-
4861- test -n "$ac_ct_CC" && break
4862-done
4863-
4864- if test "x$ac_ct_CC" = x; then
4865- CC=""
4866- else
4867- case $cross_compiling:$ac_tool_warned in
4868-yes:)
4869-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4870-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4871-ac_tool_warned=yes ;;
4872-esac
4873- CC=$ac_ct_CC
4874- fi
4875-fi
4876-
4877-fi
4878-
4879-
4880-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4881-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4882-as_fn_error $? "no acceptable C compiler found in \$PATH
4883-See \`config.log' for more details" "$LINENO" 5; }
4884-
4885-# Provide some information about the compiler.
4886-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4887-set X $ac_compile
4888-ac_compiler=$2
4889-for ac_option in --version -v -V -qversion; do
4890- { { ac_try="$ac_compiler $ac_option >&5"
4891-case "(($ac_try" in
4892- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4893- *) ac_try_echo=$ac_try;;
4894-esac
4895-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4896-$as_echo "$ac_try_echo"; } >&5
4897- (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4898- ac_status=$?
4899- if test -s conftest.err; then
4900- sed '10a\
4901-... rest of stderr output deleted ...
4902- 10q' conftest.err >conftest.er1
4903- cat conftest.er1 >&5
4904- fi
4905- rm -f conftest.er1 conftest.err
4906- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4907- test $ac_status = 0; }
4908-done
4909-
4910-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4911-/* end confdefs.h. */
4912-
4913-int
4914-main ()
4915-{
4916-
4917- ;
4918- return 0;
4919-}
4920-_ACEOF
4921-ac_clean_files_save=$ac_clean_files
4922-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4923-# Try to create an executable without -o first, disregard a.out.
4924-# It will help us diagnose broken compilers, and finding out an intuition
4925-# of exeext.
4926-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4927-$as_echo_n "checking whether the C compiler works... " >&6; }
4928-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4929-
4930-# The possible output files:
4931-ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4932-
4933-ac_rmfiles=
4934-for ac_file in $ac_files
4935-do
4936- case $ac_file in
4937- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4938- * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4939- esac
4940-done
4941-rm -f $ac_rmfiles
4942-
4943-if { { ac_try="$ac_link_default"
4944-case "(($ac_try" in
4945- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4946- *) ac_try_echo=$ac_try;;
4947-esac
4948-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4949-$as_echo "$ac_try_echo"; } >&5
4950- (eval "$ac_link_default") 2>&5
4951- ac_status=$?
4952- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4953- test $ac_status = 0; }; then :
4954- # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4955-# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4956-# in a Makefile. We should not override ac_cv_exeext if it was cached,
4957-# so that the user can short-circuit this test for compilers unknown to
4958-# Autoconf.
4959-for ac_file in $ac_files ''
4960-do
4961- test -f "$ac_file" || continue
4962- case $ac_file in
4963- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4964- ;;
4965- [ab].out )
4966- # We found the default executable, but exeext='' is most
4967- # certainly right.
4968- break;;
4969- *.* )
4970- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4971- then :; else
4972- ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4973- fi
4974- # We set ac_cv_exeext here because the later test for it is not
4975- # safe: cross compilers may not add the suffix if given an `-o'
4976- # argument, so we may need to know it at that point already.
4977- # Even if this section looks crufty: it has the advantage of
4978- # actually working.
4979- break;;
4980- * )
4981- break;;
4982- esac
4983-done
4984-test "$ac_cv_exeext" = no && ac_cv_exeext=
4985-
4986-else
4987- ac_file=''
4988-fi
4989-if test -z "$ac_file"; then :
4990- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4991-$as_echo "no" >&6; }
4992-$as_echo "$as_me: failed program was:" >&5
4993-sed 's/^/| /' conftest.$ac_ext >&5
4994-
4995-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4996-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4997-as_fn_error 77 "C compiler cannot create executables
4998-See \`config.log' for more details" "$LINENO" 5; }
4999-else
5000- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: