Changeset 164
- Timestamp:
- 03/12/13 14:22:33 (10 years ago)
- Location:
- branches/renetcolSMP
- Files:
-
- 8 added
- 13 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/renetcolSMP/Makefile
r20 r164 1 # Makefile.in generated by automake 1. 9.6from Makefile.am.1 # Makefile.in generated by automake 1.11.1 from Makefile.am. 2 2 # Makefile. Generated from Makefile.in by configure. 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6 # Inc. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 14 15 15 16 16 srcdir = . 17 top_srcdir = . 18 19 pkgdatadir = $(datadir)/renetcol 20 pkglibdir = $(libdir)/renetcol 21 pkgincludedir = $(includedir)/renetcol 22 top_builddir = . 17 18 pkgdatadir = $(datadir)/renetcolsmp 19 pkgincludedir = $(includedir)/renetcolsmp 20 pkglibdir = $(libdir)/renetcolsmp 21 pkglibexecdir = $(libexecdir)/renetcolsmp 23 22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24 INSTALL = /usr/bin/install -c25 23 install_sh_DATA = $(install_sh) -c -m 644 26 24 install_sh_PROGRAM = $(install_sh) -c … … 44 42 $(ACLOCAL_M4) 45 43 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 46 configure.lineno config ure.status.lineno44 configure.lineno config.status.lineno 47 45 mkinstalldirs = $(install_sh) -d 48 46 CONFIG_HEADER = config.h 49 47 CONFIG_CLEAN_FILES = 48 CONFIG_CLEAN_VPATH_FILES = 50 49 SOURCES = 51 50 DIST_SOURCES = 52 51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 53 52 html-recursive info-recursive install-data-recursive \ 54 install-exec-recursive install-info-recursive \ 55 install-recursive installcheck-recursive installdirs-recursive \ 56 pdf-recursive ps-recursive uninstall-info-recursive \ 57 uninstall-recursive 53 install-dvi-recursive install-exec-recursive \ 54 install-html-recursive install-info-recursive \ 55 install-pdf-recursive install-ps-recursive install-recursive \ 56 installcheck-recursive installdirs-recursive pdf-recursive \ 57 ps-recursive uninstall-recursive 58 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 59 distclean-recursive maintainer-clean-recursive 60 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 61 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 62 distdir dist dist-all distcheck 58 63 ETAGS = etags 59 64 CTAGS = ctags … … 63 68 top_distdir = $(distdir) 64 69 am__remove_distdir = \ 65 { test ! -d $(distdir) \ 66 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 67 && rm -fr $(distdir); }; } 70 { test ! -d "$(distdir)" \ 71 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 72 && rm -fr "$(distdir)"; }; } 73 am__relativize = \ 74 dir0=`pwd`; \ 75 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 76 sed_rest='s,^[^/]*/*,,'; \ 77 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 78 sed_butlast='s,/*[^/]*$$,,'; \ 79 while test -n "$$dir1"; do \ 80 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 81 if test "$$first" != "."; then \ 82 if test "$$first" = ".."; then \ 83 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 84 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 85 else \ 86 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 87 if test "$$first2" = "$$first"; then \ 88 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 89 else \ 90 dir2="../$$dir2"; \ 91 fi; \ 92 dir0="$$dir0"/"$$first"; \ 93 fi; \ 94 fi; \ 95 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 96 done; \ 97 reldir="$$dir2" 68 98 DIST_ARCHIVES = $(distdir).tar.gz 69 99 GZIP_ENV = --best 70 100 distuninstallcheck_listfiles = find . -type f -print 71 101 distcleancheck_listfiles = find . -type f -print 72 ACLOCAL = ${SHELL} /mnt/data/renetcolCRI/missing --run aclocal-1.9 73 AMDEP_FALSE = # 74 AMDEP_TRUE = 75 AMTAR = ${SHELL} /mnt/data/renetcolCRI/missing --run tar 76 AUTOCONF = ${SHELL} /mnt/data/renetcolCRI/missing --run autoconf 77 AUTOHEADER = ${SHELL} /mnt/data/renetcolCRI/missing --run autoheader 78 AUTOMAKE = ${SHELL} /mnt/data/renetcolCRI/missing --run automake-1.9 102 ACLOCAL = ${SHELL} /home/maintenance/renetcolSMP/missing --run aclocal-1.11 103 AMTAR = ${SHELL} /home/maintenance/renetcolSMP/missing --run tar 104 AUTOCONF = ${SHELL} /home/maintenance/renetcolSMP/missing --run autoconf 105 AUTOHEADER = ${SHELL} /home/maintenance/renetcolSMP/missing --run autoheader 106 AUTOMAKE = ${SHELL} /home/maintenance/renetcolSMP/missing --run automake-1.11 79 107 AWK = mawk 80 108 CC = gcc 81 109 CCDEPMODE = depmode=gcc3 82 CFLAGS = - g -O2110 CFLAGS = -I/usr/local/include -g -ansi -Wno-long-long -Wall -D _SVID_SOURCE -DSIGSETJMP_IS_BROKEN -D _XOPEN_SOURCE -pedantic -DIPV4AGGIDSNMP -DMULTISAMPLING -DASACC 83 111 CPP = gcc -E 84 112 CPPFLAGS = … … 92 120 EXEEXT = 93 121 GREP = /bin/grep 122 INSTALL = /usr/bin/install -c 94 123 INSTALL_DATA = ${INSTALL} -m 644 95 124 INSTALL_PROGRAM = ${INSTALL} 96 125 INSTALL_SCRIPT = ${INSTALL} 97 INSTALL_STRIP_PROGRAM = $ {SHELL} $(install_sh) -c -s126 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 98 127 LDFLAGS = 99 128 LIBOBJS = 100 129 LIBS = 101 130 LTLIBOBJS = 102 MAKEINFO = ${SHELL} /mnt/data/renetcolCRI/missing --run makeinfo 131 MAKEINFO = ${SHELL} /home/maintenance/renetcolSMP/missing --run makeinfo 132 MKDIR_P = /bin/mkdir -p 103 133 OBJEXT = o 104 PACKAGE = renetcol 134 PACKAGE = renetcolsmp 105 135 PACKAGE_BUGREPORT = andreu@renater.fr 106 PACKAGE_NAME = RENETCOL 107 PACKAGE_STRING = RENETCOL 0.0.5 108 PACKAGE_TARNAME = renetcol 109 PACKAGE_VERSION = 0.0.5 136 PACKAGE_NAME = RENETCOLSMP 137 PACKAGE_STRING = RENETCOLSMP 0.0.1beta 138 PACKAGE_TARNAME = renetcolsmp 139 PACKAGE_URL = 140 PACKAGE_VERSION = 0.0.1beta 110 141 PATH_SEPARATOR = : 111 142 SET_MAKE = 112 SHELL = /bin/ sh143 SHELL = /bin/bash 113 144 STRIP = 114 VERSION = 0.0.5 145 VERSION = 0.0.1beta 146 abs_builddir = /home/maintenance/renetcolSMP 147 abs_srcdir = /home/maintenance/renetcolSMP 148 abs_top_builddir = /home/maintenance/renetcolSMP 149 abs_top_srcdir = /home/maintenance/renetcolSMP 115 150 ac_ct_CC = gcc 116 am__fastdepCC_FALSE = #117 am__fastdepCC_TRUE =118 151 am__include = include 119 152 am__leading_dot = . … … 123 156 bindir = ${exec_prefix}/bin 124 157 build_alias = 158 builddir = . 125 159 datadir = ${datarootdir} 126 160 datarootdir = ${prefix}/share … … 132 166 includedir = ${prefix}/include 133 167 infodir = ${datarootdir}/info 134 install_sh = /mnt/data/renetcolCRI/install-sh168 install_sh = ${SHELL} /home/maintenance/renetcolSMP/install-sh 135 169 libdir = ${exec_prefix}/lib 136 170 libexecdir = ${exec_prefix}/libexec … … 138 172 localstatedir = ${prefix}/var 139 173 mandir = ${datarootdir}/man 140 mkdir_p = mkdir -p --174 mkdir_p = /bin/mkdir -p 141 175 oldincludedir = /usr/include 142 176 pdfdir = ${docdir} … … 146 180 sbindir = ${exec_prefix}/sbin 147 181 sharedstatedir = ${prefix}/com 182 srcdir = . 148 183 sysconfdir = ${prefix}/etc 149 184 target_alias = 150 EXTRA_DIST = tool conf 185 top_build_prefix = 186 top_builddir = . 187 top_srcdir = . 188 EXTRA_DIST = tool conf doc web 151 189 SUBDIRS = src 152 190 all: config.h … … 160 198 case '$(am__configure_deps)' in \ 161 199 *$$dep*) \ 162 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu 163 cd $(srcdir) && $(AUTOMAKE) --gnu\200 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 201 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 164 202 && exit 0; \ 165 203 exit 1;; \ 166 204 esac; \ 167 205 done; \ 168 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 169 cd$(top_srcdir) && \170 $(AUTOMAKE) --gnu 206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 207 $(am__cd) $(top_srcdir) && \ 208 $(AUTOMAKE) --gnu Makefile 171 209 .PRECIOUS: Makefile 172 210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 184 222 185 223 $(top_srcdir)/configure: $(am__configure_deps) 186 cd$(srcdir) && $(AUTOCONF)224 $(am__cd) $(srcdir) && $(AUTOCONF) 187 225 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 188 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 226 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 227 $(am__aclocal_m4_deps): 189 228 190 229 config.h: stamp-h1 191 230 @if test ! -f $@; then \ 192 231 rm -f stamp-h1; \ 193 $(MAKE) stamp-h1; \232 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 194 233 else :; fi 195 234 … … 198 237 cd $(top_builddir) && $(SHELL) ./config.status config.h 199 238 $(srcdir)/config.h.in: $(am__configure_deps) 200 cd $(top_srcdir) && $(AUTOHEADER)239 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 201 240 rm -f stamp-h1 202 241 touch $@ … … 204 243 distclean-hdr: 205 244 -rm -f config.h stamp-h1 206 uninstall-info-am:207 245 208 246 # This directory's subdirectories are mostly independent; you can cd … … 213 251 # (2) otherwise, pass the desired values on the `make' command line. 214 252 $(RECURSIVE_TARGETS): 215 @fail com='exit 1'; \253 @fail= failcom='exit 1'; \ 216 254 for f in x $$MAKEFLAGS; do \ 217 255 case $$f in \ … … 230 268 local_target="$$target"; \ 231 269 fi; \ 232 ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \270 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 233 271 || eval $$failcom; \ 234 272 done; \ … … 237 275 fi; test -z "$$fail" 238 276 239 mostlyclean-recursive clean-recursive distclean-recursive \ 240 maintainer-clean-recursive: 241 @failcom='exit 1'; \ 277 $(RECURSIVE_CLEAN_TARGETS): 278 @fail= failcom='exit 1'; \ 242 279 for f in x $$MAKEFLAGS; do \ 243 280 case $$f in \ … … 265 302 local_target="$$target"; \ 266 303 fi; \ 267 ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \304 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 268 305 || eval $$failcom; \ 269 306 done && test -z "$$fail" 270 307 tags-recursive: 271 308 list='$(SUBDIRS)'; for subdir in $$list; do \ 272 test "$$subdir" = . || ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \309 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 273 310 done 274 311 ctags-recursive: 275 312 list='$(SUBDIRS)'; for subdir in $$list; do \ 276 test "$$subdir" = . || ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \313 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 277 314 done 278 315 … … 282 319 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 283 320 done | \ 284 $(AWK) ' { files[$$0]= 1; } \285 END { for (i in files) print i; }'`; \321 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 322 END { if (nonempty) { for (i in files) print i; }; }'`; \ 286 323 mkid -fID $$unique 287 324 tags: TAGS … … 289 326 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 290 327 $(TAGS_FILES) $(LISP) 291 tags=; \328 set x; \ 292 329 here=`pwd`; \ 293 330 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ … … 301 338 if test "$$subdir" = .; then :; else \ 302 339 test ! -f $$subdir/TAGS || \ 303 tags="$$tags$$include_option=$$here/$$subdir/TAGS"; \340 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 304 341 fi; \ 305 342 done; \ … … 308 345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 309 346 done | \ 310 $(AWK) ' { files[$$0] = 1; } \ 311 END { for (i in files) print i; }'`; \ 312 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 347 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 348 END { if (nonempty) { for (i in files) print i; }; }'`; \ 349 shift; \ 350 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 313 351 test -n "$$unique" || unique=$$empty_fix; \ 314 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 315 $$tags $$unique; \ 352 if test $$# -gt 0; then \ 353 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 354 "$$@" $$unique; \ 355 else \ 356 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 357 $$unique; \ 358 fi; \ 316 359 fi 317 360 ctags: CTAGS 318 361 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 319 362 $(TAGS_FILES) $(LISP) 320 tags=; \321 here=`pwd`; \322 363 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 323 364 unique=`for i in $$list; do \ 324 365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 325 366 done | \ 326 $(AWK) ' { files[$$0]= 1; } \327 END { for (i in files) print i; }'`; \328 test -z "$(CTAGS_ARGS)$$ tags$$unique" \367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 368 END { if (nonempty) { for (i in files) print i; }; }'`; \ 369 test -z "$(CTAGS_ARGS)$$unique" \ 329 370 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 330 $$ tags $$unique371 $$unique 331 372 332 373 GTAGS: 333 374 here=`$(am__cd) $(top_builddir) && pwd` \ 334 && cd$(top_srcdir) \335 && gtags -i $(GTAGS_ARGS) $$here375 && $(am__cd) $(top_srcdir) \ 376 && gtags -i $(GTAGS_ARGS) "$$here" 336 377 337 378 distclean-tags: … … 340 381 distdir: $(DISTFILES) 341 382 $(am__remove_distdir) 342 mkdir $(distdir) 343 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 344 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 345 list='$(DISTFILES)'; for file in $$list; do \ 346 case $$file in \ 347 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 348 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 349 esac; \ 383 test -d "$(distdir)" || mkdir "$(distdir)" 384 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 385 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 386 list='$(DISTFILES)'; \ 387 dist_files=`for file in $$list; do echo $$file; done | \ 388 sed -e "s|^$$srcdirstrip/||;t" \ 389 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 390 case $$dist_files in \ 391 */*) $(MKDIR_P) `echo "$$dist_files" | \ 392 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 393 sort -u` ;; \ 394 esac; \ 395 for file in $$dist_files; do \ 350 396 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 351 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 352 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 353 dir="/$$dir"; \ 354 $(mkdir_p) "$(distdir)$$dir"; \ 397 if test -d $$d/$$file; then \ 398 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 399 if test -d "$(distdir)/$$file"; then \ 400 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 401 fi; \ 402 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 403 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 404 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 405 fi; \ 406 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 355 407 else \ 356 dir=''; \ 357 fi; \ 358 if test -d $$d/$$file; then \ 359 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 360 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 361 fi; \ 362 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 363 else \ 364 test -f $(distdir)/$$file \ 365 || cp -p $$d/$$file $(distdir)/$$file \ 408 test -f "$(distdir)/$$file" \ 409 || cp -p $$d/$$file "$(distdir)/$$file" \ 366 410 || exit 1; \ 367 411 fi; \ 368 412 done 369 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \413 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 370 414 if test "$$subdir" = .; then :; else \ 371 415 test -d "$(distdir)/$$subdir" \ 372 || $( mkdir_p) "$(distdir)/$$subdir" \416 || $(MKDIR_P) "$(distdir)/$$subdir" \ 373 417 || exit 1; \ 374 distdir=`$(am__cd) $(distdir) && pwd`; \ 375 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 376 (cd $$subdir && \ 418 fi; \ 419 done 420 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 421 if test "$$subdir" = .; then :; else \ 422 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 423 $(am__relativize); \ 424 new_distdir=$$reldir; \ 425 dir1=$$subdir; dir2="$(top_distdir)"; \ 426 $(am__relativize); \ 427 new_top_distdir=$$reldir; \ 428 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 429 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 430 ($(am__cd) $$subdir && \ 377 431 $(MAKE) $(AM_MAKEFLAGS) \ 378 top_distdir="$$top_distdir" \ 379 distdir="$$distdir/$$subdir" \ 432 top_distdir="$$new_top_distdir" \ 433 distdir="$$new_distdir" \ 434 am__remove_distdir=: \ 435 am__skip_length_check=: \ 436 am__skip_mode_fix=: \ 380 437 distdir) \ 381 438 || exit 1; \ 382 439 fi; \ 383 440 done 384 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 441 -test -n "$(am__skip_mode_fix)" \ 442 || find "$(distdir)" -type d ! -perm -755 \ 443 -exec chmod u+rwx,go+rx {} \; -o \ 385 444 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 386 445 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 387 ! -type d ! -perm -444 -exec $( SHELL) $(install_sh) -c -m a+r {} {} \; \388 || chmod -R a+r $(distdir)446 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 447 || chmod -R a+r "$(distdir)" 389 448 dist-gzip: distdir 390 449 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz … … 393 452 dist-bzip2: distdir 394 453 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 454 $(am__remove_distdir) 455 456 dist-lzma: distdir 457 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 458 $(am__remove_distdir) 459 460 dist-xz: distdir 461 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 395 462 $(am__remove_distdir) 396 463 … … 418 485 case '$(DIST_ARCHIVES)' in \ 419 486 *.tar.gz*) \ 420 GZIP=$(GZIP_ENV) g unzip -c $(distdir).tar.gz | $(am__untar) ;;\487 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 421 488 *.tar.bz2*) \ 422 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 489 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 490 *.tar.lzma*) \ 491 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 492 *.tar.xz*) \ 493 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 423 494 *.tar.Z*) \ 424 495 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 425 496 *.shar.gz*) \ 426 GZIP=$(GZIP_ENV) g unzip -c $(distdir).shar.gz | unshar ;;\497 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 427 498 *.zip*) \ 428 499 unzip $(distdir).zip ;;\ … … 432 503 mkdir $(distdir)/_inst 433 504 chmod a-w $(distdir) 505 test -d $(distdir)/_build || exit 0; \ 434 506 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 435 507 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 436 && cd $(distdir)/_build \ 508 && am__cwd=`pwd` \ 509 && $(am__cd) $(distdir)/_build \ 437 510 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 438 511 $(DISTCHECK_CONFIGURE_FLAGS) \ … … 456 529 && $(MAKE) $(AM_MAKEFLAGS) dist \ 457 530 && rm -rf $(DIST_ARCHIVES) \ 458 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 531 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 532 && cd "$$am__cwd" \ 533 || exit 1 459 534 $(am__remove_distdir) 460 535 @(echo "$(distdir) archives ready for distribution: "; \ 461 536 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 462 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'537 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 463 538 distuninstallcheck: 464 @ cd $(distuninstallcheck_dir)\539 @$(am__cd) '$(distuninstallcheck_dir)' \ 465 540 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 466 541 || { echo "ERROR: files left after uninstall:" ; \ … … 504 579 distclean-generic: 505 580 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 581 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 506 582 507 583 maintainer-clean-generic: … … 523 599 html: html-recursive 524 600 601 html-am: 602 525 603 info: info-recursive 526 604 … … 529 607 install-data-am: 530 608 609 install-dvi: install-dvi-recursive 610 611 install-dvi-am: 612 531 613 install-exec-am: 532 614 615 install-html: install-html-recursive 616 617 install-html-am: 618 533 619 install-info: install-info-recursive 534 620 621 install-info-am: 622 535 623 install-man: 624 625 install-pdf: install-pdf-recursive 626 627 install-pdf-am: 628 629 install-ps: install-ps-recursive 630 631 install-ps-am: 536 632 537 633 installcheck-am: … … 555 651 ps-am: 556 652 557 uninstall-am: uninstall-info-am 558 559 uninstall-info: uninstall-info-recursive 560 561 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 562 check-am clean clean-generic clean-recursive ctags \ 563 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ 564 dist-tarZ dist-zip distcheck distclean distclean-generic \ 565 distclean-hdr distclean-recursive distclean-tags \ 653 uninstall-am: 654 655 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 656 ctags-recursive install-am install-strip tags-recursive 657 658 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 659 all all-am am--refresh check check-am clean clean-generic \ 660 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 661 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ 662 distclean distclean-generic distclean-hdr distclean-tags \ 566 663 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 567 664 html-am info info-am install install-am install-data \ 568 install-data-am install-exec install-exec-am install-info \ 569 install-info-am install-man install-strip installcheck \ 665 install-data-am install-dvi install-dvi-am install-exec \ 666 install-exec-am install-html install-html-am install-info \ 667 install-info-am install-man install-pdf install-pdf-am \ 668 install-ps install-ps-am install-strip installcheck \ 570 669 installcheck-am installdirs installdirs-am maintainer-clean \ 571 maintainer-clean-generic maintainer-clean-recursive \ 572 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \ 573 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 574 uninstall-info-am 670 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 671 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am 672 575 673 576 674 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
branches/renetcolSMP/Makefile.in
r20 r164 1 # Makefile.in generated by automake 1. 9.6from Makefile.am.1 # Makefile.in generated by automake 1.11.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6 # Inc. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 14 15 15 16 @SET_MAKE@ 16 srcdir = @srcdir@17 top_srcdir = @top_srcdir@18 17 VPATH = @srcdir@ 19 18 pkgdatadir = $(datadir)/@PACKAGE@ 19 pkgincludedir = $(includedir)/@PACKAGE@ 20 20 pkglibdir = $(libdir)/@PACKAGE@ 21 pkgincludedir = $(includedir)/@PACKAGE@ 22 top_builddir = . 21 pkglibexecdir = $(libexecdir)/@PACKAGE@ 23 22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24 INSTALL = @INSTALL@25 23 install_sh_DATA = $(install_sh) -c -m 644 26 24 install_sh_PROGRAM = $(install_sh) -c … … 44 42 $(ACLOCAL_M4) 45 43 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 46 configure.lineno config ure.status.lineno44 configure.lineno config.status.lineno 47 45 mkinstalldirs = $(install_sh) -d 48 46 CONFIG_HEADER = config.h 49 47 CONFIG_CLEAN_FILES = 48 CONFIG_CLEAN_VPATH_FILES = 50 49 SOURCES = 51 50 DIST_SOURCES = 52 51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 53 52 html-recursive info-recursive install-data-recursive \ 54 install-exec-recursive install-info-recursive \ 55 install-recursive installcheck-recursive installdirs-recursive \ 56 pdf-recursive ps-recursive uninstall-info-recursive \ 57 uninstall-recursive 53 install-dvi-recursive install-exec-recursive \ 54 install-html-recursive install-info-recursive \ 55 install-pdf-recursive install-ps-recursive install-recursive \ 56 installcheck-recursive installdirs-recursive pdf-recursive \ 57 ps-recursive uninstall-recursive 58 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 59 distclean-recursive maintainer-clean-recursive 60 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 61 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 62 distdir dist dist-all distcheck 58 63 ETAGS = etags 59 64 CTAGS = ctags … … 63 68 top_distdir = $(distdir) 64 69 am__remove_distdir = \ 65 { test ! -d $(distdir) \ 66 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 67 && rm -fr $(distdir); }; } 70 { test ! -d "$(distdir)" \ 71 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 72 && rm -fr "$(distdir)"; }; } 73 am__relativize = \ 74 dir0=`pwd`; \ 75 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 76 sed_rest='s,^[^/]*/*,,'; \ 77 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 78 sed_butlast='s,/*[^/]*$$,,'; \ 79 while test -n "$$dir1"; do \ 80 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 81 if test "$$first" != "."; then \ 82 if test "$$first" = ".."; then \ 83 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 84 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 85 else \ 86 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 87 if test "$$first2" = "$$first"; then \ 88 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 89 else \ 90 dir2="../$$dir2"; \ 91 fi; \ 92 dir0="$$dir0"/"$$first"; \ 93 fi; \ 94 fi; \ 95 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 96 done; \ 97 reldir="$$dir2" 68 98 DIST_ARCHIVES = $(distdir).tar.gz 69 99 GZIP_ENV = --best … … 71 101 distcleancheck_listfiles = find . -type f -print 72 102 ACLOCAL = @ACLOCAL@ 73 AMDEP_FALSE = @AMDEP_FALSE@74 AMDEP_TRUE = @AMDEP_TRUE@75 103 AMTAR = @AMTAR@ 76 104 AUTOCONF = @AUTOCONF@ … … 92 120 EXEEXT = @EXEEXT@ 93 121 GREP = @GREP@ 122 INSTALL = @INSTALL@ 94 123 INSTALL_DATA = @INSTALL_DATA@ 95 124 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 101 130 LTLIBOBJS = @LTLIBOBJS@ 102 131 MAKEINFO = @MAKEINFO@ 132 MKDIR_P = @MKDIR_P@ 103 133 OBJEXT = @OBJEXT@ 104 134 PACKAGE = @PACKAGE@ … … 107 137 PACKAGE_STRING = @PACKAGE_STRING@ 108 138 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 139 PACKAGE_URL = @PACKAGE_URL@ 109 140 PACKAGE_VERSION = @PACKAGE_VERSION@ 110 141 PATH_SEPARATOR = @PATH_SEPARATOR@ … … 113 144 STRIP = @STRIP@ 114 145 VERSION = @VERSION@ 146 abs_builddir = @abs_builddir@ 147 abs_srcdir = @abs_srcdir@ 148 abs_top_builddir = @abs_top_builddir@ 149 abs_top_srcdir = @abs_top_srcdir@ 115 150 ac_ct_CC = @ac_ct_CC@ 116 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@117 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@118 151 am__include = @am__include@ 119 152 am__leading_dot = @am__leading_dot@ … … 123 156 bindir = @bindir@ 124 157 build_alias = @build_alias@ 158 builddir = @builddir@ 125 159 datadir = @datadir@ 126 160 datarootdir = @datarootdir@ … … 146 180 sbindir = @sbindir@ 147 181 sharedstatedir = @sharedstatedir@ 182 srcdir = @srcdir@ 148 183 sysconfdir = @sysconfdir@ 149 184 target_alias = @target_alias@ 150 EXTRA_DIST = tool conf 185 top_build_prefix = @top_build_prefix@ 186 top_builddir = @top_builddir@ 187 top_srcdir = @top_srcdir@ 188 EXTRA_DIST = tool conf doc web 151 189 SUBDIRS = src 152 190 all: config.h … … 160 198 case '$(am__configure_deps)' in \ 161 199 *$$dep*) \ 162 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu 163 cd $(srcdir) && $(AUTOMAKE) --gnu\200 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 201 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 164 202 && exit 0; \ 165 203 exit 1;; \ 166 204 esac; \ 167 205 done; \ 168 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 169 cd$(top_srcdir) && \170 $(AUTOMAKE) --gnu 206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 207 $(am__cd) $(top_srcdir) && \ 208 $(AUTOMAKE) --gnu Makefile 171 209 .PRECIOUS: Makefile 172 210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 184 222 185 223 $(top_srcdir)/configure: $(am__configure_deps) 186 cd$(srcdir) && $(AUTOCONF)224 $(am__cd) $(srcdir) && $(AUTOCONF) 187 225 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 188 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 226 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 227 $(am__aclocal_m4_deps): 189 228 190 229 config.h: stamp-h1 191 230 @if test ! -f $@; then \ 192 231 rm -f stamp-h1; \ 193 $(MAKE) stamp-h1; \232 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 194 233 else :; fi 195 234 … … 198 237 cd $(top_builddir) && $(SHELL) ./config.status config.h 199 238 $(srcdir)/config.h.in: $(am__configure_deps) 200 cd $(top_srcdir) && $(AUTOHEADER)239 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 201 240 rm -f stamp-h1 202 241 touch $@ … … 204 243 distclean-hdr: 205 244 -rm -f config.h stamp-h1 206 uninstall-info-am:207 245 208 246 # This directory's subdirectories are mostly independent; you can cd … … 213 251 # (2) otherwise, pass the desired values on the `make' command line. 214 252 $(RECURSIVE_TARGETS): 215 @fail com='exit 1'; \253 @fail= failcom='exit 1'; \ 216 254 for f in x $$MAKEFLAGS; do \ 217 255 case $$f in \ … … 230 268 local_target="$$target"; \ 231 269 fi; \ 232 ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \270 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 233 271 || eval $$failcom; \ 234 272 done; \ … … 237 275 fi; test -z "$$fail" 238 276 239 mostlyclean-recursive clean-recursive distclean-recursive \ 240 maintainer-clean-recursive: 241 @failcom='exit 1'; \ 277 $(RECURSIVE_CLEAN_TARGETS): 278 @fail= failcom='exit 1'; \ 242 279 for f in x $$MAKEFLAGS; do \ 243 280 case $$f in \ … … 265 302 local_target="$$target"; \ 266 303 fi; \ 267 ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \304 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 268 305 || eval $$failcom; \ 269 306 done && test -z "$$fail" 270 307 tags-recursive: 271 308 list='$(SUBDIRS)'; for subdir in $$list; do \ 272 test "$$subdir" = . || ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \309 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 273 310 done 274 311 ctags-recursive: 275 312 list='$(SUBDIRS)'; for subdir in $$list; do \ 276 test "$$subdir" = . || ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \313 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 277 314 done 278 315 … … 282 319 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 283 320 done | \ 284 $(AWK) ' { files[$$0]= 1; } \285 END { for (i in files) print i; }'`; \321 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 322 END { if (nonempty) { for (i in files) print i; }; }'`; \ 286 323 mkid -fID $$unique 287 324 tags: TAGS … … 289 326 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 290 327 $(TAGS_FILES) $(LISP) 291 tags=; \328 set x; \ 292 329 here=`pwd`; \ 293 330 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ … … 301 338 if test "$$subdir" = .; then :; else \ 302 339 test ! -f $$subdir/TAGS || \ 303 tags="$$tags$$include_option=$$here/$$subdir/TAGS"; \340 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 304 341 fi; \ 305 342 done; \ … … 308 345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 309 346 done | \ 310 $(AWK) ' { files[$$0] = 1; } \ 311 END { for (i in files) print i; }'`; \ 312 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 347 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 348 END { if (nonempty) { for (i in files) print i; }; }'`; \ 349 shift; \ 350 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 313 351 test -n "$$unique" || unique=$$empty_fix; \ 314 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 315 $$tags $$unique; \ 352 if test $$# -gt 0; then \ 353 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 354 "$$@" $$unique; \ 355 else \ 356 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 357 $$unique; \ 358 fi; \ 316 359 fi 317 360 ctags: CTAGS 318 361 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 319 362 $(TAGS_FILES) $(LISP) 320 tags=; \321 here=`pwd`; \322 363 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 323 364 unique=`for i in $$list; do \ 324 365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 325 366 done | \ 326 $(AWK) ' { files[$$0]= 1; } \327 END { for (i in files) print i; }'`; \328 test -z "$(CTAGS_ARGS)$$ tags$$unique" \367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 368 END { if (nonempty) { for (i in files) print i; }; }'`; \ 369 test -z "$(CTAGS_ARGS)$$unique" \ 329 370 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 330 $$ tags $$unique371 $$unique 331 372 332 373 GTAGS: 333 374 here=`$(am__cd) $(top_builddir) && pwd` \ 334 && cd$(top_srcdir) \335 && gtags -i $(GTAGS_ARGS) $$here375 && $(am__cd) $(top_srcdir) \ 376 && gtags -i $(GTAGS_ARGS) "$$here" 336 377 337 378 distclean-tags: … … 340 381 distdir: $(DISTFILES) 341 382 $(am__remove_distdir) 342 mkdir $(distdir) 343 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 344 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 345 list='$(DISTFILES)'; for file in $$list; do \ 346 case $$file in \ 347 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 348 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 349 esac; \ 383 test -d "$(distdir)" || mkdir "$(distdir)" 384 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 385 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 386 list='$(DISTFILES)'; \ 387 dist_files=`for file in $$list; do echo $$file; done | \ 388 sed -e "s|^$$srcdirstrip/||;t" \ 389 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 390 case $$dist_files in \ 391 */*) $(MKDIR_P) `echo "$$dist_files" | \ 392 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 393 sort -u` ;; \ 394 esac; \ 395 for file in $$dist_files; do \ 350 396 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 351 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 352 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 353 dir="/$$dir"; \ 354 $(mkdir_p) "$(distdir)$$dir"; \ 397 if test -d $$d/$$file; then \ 398 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 399 if test -d "$(distdir)/$$file"; then \ 400 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 401 fi; \ 402 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 403 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 404 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 405 fi; \ 406 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 355 407 else \ 356 dir=''; \ 357 fi; \ 358 if test -d $$d/$$file; then \ 359 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 360 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 361 fi; \ 362 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 363 else \ 364 test -f $(distdir)/$$file \ 365 || cp -p $$d/$$file $(distdir)/$$file \ 408 test -f "$(distdir)/$$file" \ 409 || cp -p $$d/$$file "$(distdir)/$$file" \ 366 410 || exit 1; \ 367 411 fi; \ 368 412 done 369 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \413 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 370 414 if test "$$subdir" = .; then :; else \ 371 415 test -d "$(distdir)/$$subdir" \ 372 || $( mkdir_p) "$(distdir)/$$subdir" \416 || $(MKDIR_P) "$(distdir)/$$subdir" \ 373 417 || exit 1; \ 374 distdir=`$(am__cd) $(distdir) && pwd`; \ 375 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 376 (cd $$subdir && \ 418 fi; \ 419 done 420 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 421 if test "$$subdir" = .; then :; else \ 422 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 423 $(am__relativize); \ 424 new_distdir=$$reldir; \ 425 dir1=$$subdir; dir2="$(top_distdir)"; \ 426 $(am__relativize); \ 427 new_top_distdir=$$reldir; \ 428 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 429 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 430 ($(am__cd) $$subdir && \ 377 431 $(MAKE) $(AM_MAKEFLAGS) \ 378 top_distdir="$$top_distdir" \ 379 distdir="$$distdir/$$subdir" \ 432 top_distdir="$$new_top_distdir" \ 433 distdir="$$new_distdir" \ 434 am__remove_distdir=: \ 435 am__skip_length_check=: \ 436 am__skip_mode_fix=: \ 380 437 distdir) \ 381 438 || exit 1; \ 382 439 fi; \ 383 440 done 384 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 441 -test -n "$(am__skip_mode_fix)" \ 442 || find "$(distdir)" -type d ! -perm -755 \ 443 -exec chmod u+rwx,go+rx {} \; -o \ 385 444 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 386 445 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 387 ! -type d ! -perm -444 -exec $( SHELL) $(install_sh) -c -m a+r {} {} \; \388 || chmod -R a+r $(distdir)446 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 447 || chmod -R a+r "$(distdir)" 389 448 dist-gzip: distdir 390 449 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz … … 393 452 dist-bzip2: distdir 394 453 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 454 $(am__remove_distdir) 455 456 dist-lzma: distdir 457 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 458 $(am__remove_distdir) 459 460 dist-xz: distdir 461 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 395 462 $(am__remove_distdir) 396 463 … … 418 485 case '$(DIST_ARCHIVES)' in \ 419 486 *.tar.gz*) \ 420 GZIP=$(GZIP_ENV) g unzip -c $(distdir).tar.gz | $(am__untar) ;;\487 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 421 488 *.tar.bz2*) \ 422 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 489 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 490 *.tar.lzma*) \ 491 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 492 *.tar.xz*) \ 493 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 423 494 *.tar.Z*) \ 424 495 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 425 496 *.shar.gz*) \ 426 GZIP=$(GZIP_ENV) g unzip -c $(distdir).shar.gz | unshar ;;\497 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 427 498 *.zip*) \ 428 499 unzip $(distdir).zip ;;\ … … 432 503 mkdir $(distdir)/_inst 433 504 chmod a-w $(distdir) 505 test -d $(distdir)/_build || exit 0; \ 434 506 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 435 507 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 436 && cd $(distdir)/_build \ 508 && am__cwd=`pwd` \ 509 && $(am__cd) $(distdir)/_build \ 437 510 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 438 511 $(DISTCHECK_CONFIGURE_FLAGS) \ … … 456 529 && $(MAKE) $(AM_MAKEFLAGS) dist \ 457 530 && rm -rf $(DIST_ARCHIVES) \ 458 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 531 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 532 && cd "$$am__cwd" \ 533 || exit 1 459 534 $(am__remove_distdir) 460 535 @(echo "$(distdir) archives ready for distribution: "; \ 461 536 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 462 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'537 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 463 538 distuninstallcheck: 464 @ cd $(distuninstallcheck_dir)\539 @$(am__cd) '$(distuninstallcheck_dir)' \ 465 540 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 466 541 || { echo "ERROR: files left after uninstall:" ; \ … … 504 579 distclean-generic: 505 580 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 581 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 506 582 507 583 maintainer-clean-generic: … … 523 599 html: html-recursive 524 600 601 html-am: 602 525 603 info: info-recursive 526 604 … … 529 607 install-data-am: 530 608 609 install-dvi: install-dvi-recursive 610 611 install-dvi-am: 612 531 613 install-exec-am: 532 614 615 install-html: install-html-recursive 616 617 install-html-am: 618 533 619 install-info: install-info-recursive 534 620 621 install-info-am: 622 535 623 install-man: 624 625 install-pdf: install-pdf-recursive 626 627 install-pdf-am: 628 629 install-ps: install-ps-recursive 630 631 install-ps-am: 536 632 537 633 installcheck-am: … … 555 651 ps-am: 556 652 557 uninstall-am: uninstall-info-am 558 559 uninstall-info: uninstall-info-recursive 560 561 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 562 check-am clean clean-generic clean-recursive ctags \ 563 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ 564 dist-tarZ dist-zip distcheck distclean distclean-generic \ 565 distclean-hdr distclean-recursive distclean-tags \ 653 uninstall-am: 654 655 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 656 ctags-recursive install-am install-strip tags-recursive 657 658 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 659 all all-am am--refresh check check-am clean clean-generic \ 660 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 661 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ 662 distclean distclean-generic distclean-hdr distclean-tags \ 566 663 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 567 664 html-am info info-am install install-am install-data \ 568 install-data-am install-exec install-exec-am install-info \ 569 install-info-am install-man install-strip installcheck \ 665 install-data-am install-dvi install-dvi-am install-exec \ 666 install-exec-am install-html install-html-am install-info \ 667 install-info-am install-man install-pdf install-pdf-am \ 668 install-ps install-ps-am install-strip installcheck \ 570 669 installcheck-am installdirs installdirs-am maintainer-clean \ 571 maintainer-clean-generic maintainer-clean-recursive \ 572 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \ 573 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 574 uninstall-info-am 670 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 671 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am 672 575 673 576 674 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
branches/renetcolSMP/config.h
r20 r164 22 22 /* Define to 1 if you have the `inet_ntoa' function. */ 23 23 #define HAVE_INET_NTOA 1 24 25 /* Define to 1 if you have the `inet_pton' function. */ 26 #define HAVE_INET_PTON 1 24 27 25 28 /* Define to 1 if you have the <inttypes.h> header file. */ … … 141 144 142 145 /* Name of package */ 143 #define PACKAGE "renetcol "146 #define PACKAGE "renetcolsmp" 144 147 145 148 /* Define to the address where bug reports for this package should be sent. */ … … 147 150 148 151 /* Define to the full name of this package. */ 149 #define PACKAGE_NAME "RENETCOL "152 #define PACKAGE_NAME "RENETCOLSMP" 150 153 151 154 /* Define to the full name and version of this package. */ 152 #define PACKAGE_STRING "RENETCOL 0.0.5"155 #define PACKAGE_STRING "RENETCOLSMP 0.0.1beta" 153 156 154 157 /* Define to the one symbol short name of this package. */ 155 #define PACKAGE_TARNAME "renetcol" 158 #define PACKAGE_TARNAME "renetcolsmp" 159 160 /* Define to the home page for this package. */ 161 #define PACKAGE_URL "" 156 162 157 163 /* Define to the version of this package. */ 158 #define PACKAGE_VERSION "0.0. 5"164 #define PACKAGE_VERSION "0.0.1beta" 159 165 160 166 /* Define to 1 if you have the ANSI C header files. */ … … 165 171 166 172 /* Version number of package */ 167 #define VERSION "0.0. 5"173 #define VERSION "0.0.1beta" 168 174 169 175 /* Define to empty if `const' does not conform to ANSI C. */ -
branches/renetcolSMP/config.h.in
r20 r164 21 21 /* Define to 1 if you have the `inet_ntoa' function. */ 22 22 #undef HAVE_INET_NTOA 23 24 /* Define to 1 if you have the `inet_pton' function. */ 25 #undef HAVE_INET_PTON 23 26 24 27 /* Define to 1 if you have the <inttypes.h> header file. */ … … 154 157 #undef PACKAGE_TARNAME 155 158 159 /* Define to the home page for this package. */ 160 #undef PACKAGE_URL 161 156 162 /* Define to the version of this package. */ 157 163 #undef PACKAGE_VERSION -
branches/renetcolSMP/configure
r20 r164 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 0 for RENETCOL 0.0.5.3 # Generated by GNU Autoconf 2.67 for RENETCOLSMP 0.0.1beta. 4 4 # 5 5 # Report bugs to <andreu@renater.fr>. 6 6 # 7 # 7 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 10 # Foundation, Inc. 11 # 12 # 9 13 # This configure script is free software; the Free Software Foundation 10 14 # gives unlimited permission to copy, distribute and modify it. 11 ## --------------------- ## 12 ## M4sh Initialization. ## 13 ## --------------------- ## 14 15 # Be Bourne compatible 16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 15 ## -------------------- ## 16 ## M4sh Initialization. ## 17 ## -------------------- ## 18 19 # Be more Bourne compatible 20 DUALCASE=1; export DUALCASE # for MKS sh 21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 17 22 emulate sh 18 23 NULLCMD=: 19 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 20 25 # is contrary to our usage. Disable this feature. 21 26 alias -g '${1+"$@"}'='"$@"' 22 27 setopt NO_GLOB_SUBST 23 28 else 24 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 25 fi 26 BIN_SH=xpg4; export BIN_SH # for Tru64 27 DUALCASE=1; export DUALCASE # for MKS sh 28 29 30 # PATH needs CR 31 # Avoid depending upon Character Ranges. 32 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 33 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 34 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 35 as_cr_digits='0123456789' 36 as_cr_alnum=$as_cr_Letters$as_cr_digits 29 case `(set -o) 2>/dev/null` in #( 30 *posix*) : 31 set -o posix ;; #( 32 *) : 33 ;; 34 esac 35 fi 36 37 38 as_nl=' 39 ' 40 export as_nl 41 # Printing a long string crashes Solaris 7 /usr/bin/printf. 42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 45 # Prefer a ksh shell builtin over an external printf program on Solaris, 46 # but without wasting forks for bash or zsh. 47 if test -z "$BASH_VERSION$ZSH_VERSION" \ 48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 49 as_echo='print -r --' 50 as_echo_n='print -rn --' 51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 52 as_echo='printf %s\n' 53 as_echo_n='printf %s' 54 else 55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 57 as_echo_n='/usr/ucb/echo -n' 58 else 59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 60 as_echo_n_body='eval 61 arg=$1; 62 case $arg in #( 63 *"$as_nl"*) 64 expr "X$arg" : "X\\(.*\\)$as_nl"; 65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 66 esac; 67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 68 ' 69 export as_echo_n_body 70 as_echo_n='sh -c $as_echo_n_body as_echo' 71 fi 72 export as_echo_body 73 as_echo='sh -c $as_echo_body as_echo' 74 fi 37 75 38 76 # The user is always right. 39 77 if test "${PATH_SEPARATOR+set}" != set; then 40 echo "#! /bin/sh" >conf$$.sh 41 echo "exit 0" >>conf$$.sh 42 chmod +x conf$$.sh 43 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 44 PATH_SEPARATOR=';' 45 else 46 PATH_SEPARATOR=: 47 fi 48 rm -f conf$$.sh 49 fi 50 51 # Support unset when possible. 52 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 53 as_unset=unset 54 else 55 as_unset=false 78 PATH_SEPARATOR=: 79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 81 PATH_SEPARATOR=';' 82 } 56 83 fi 57 84 … … 62 89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 63 90 # splitting by setting IFS to empty value.) 64 as_nl='65 '66 91 IFS=" "" $as_nl" 67 92 68 93 # Find who we are. Look in the path if we contain no directory separator. 69 case $0 in 94 case $0 in #(( 70 95 *[\\/]* ) as_myself=$0 ;; 71 96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 74 99 IFS=$as_save_IFS 75 100 test -z "$as_dir" && as_dir=. 76 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break77 done101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 102 done 78 103 IFS=$as_save_IFS 79 104 … … 86 111 fi 87 112 if test ! -f "$as_myself"; then 88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 89 { (exit 1); exit 1; } 90 fi 91 92 # Work around bugs in pre-3.0 UWIN ksh. 93 for as_var in ENV MAIL MAILPATH 94 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 114 exit 1 115 fi 116 117 # Unset variables that we do not need and which cause bugs (e.g. in 118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 119 # suppresses any "Segmentation fault" message there. '((' could 120 # trigger a bug in pdksh 5.2.14. 121 for as_var in BASH_ENV ENV MAIL MAILPATH 122 do eval test x\${$as_var+set} = xset \ 123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 95 124 done 96 125 PS1='$ ' … … 99 128 100 129 # NLS nuisances. 101 for as_var in \ 102 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 103 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 104 LC_TELEPHONE LC_TIME 130 LC_ALL=C 131 export LC_ALL 132 LANGUAGE=C 133 export LANGUAGE 134 135 # CDPATH. 136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 137 138 if test "x$CONFIG_SHELL" = x; then 139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 140 emulate sh 141 NULLCMD=: 142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 143 # is contrary to our usage. Disable this feature. 144 alias -g '\${1+\"\$@\"}'='\"\$@\"' 145 setopt NO_GLOB_SUBST 146 else 147 case \`(set -o) 2>/dev/null\` in #( 148 *posix*) : 149 set -o posix ;; #( 150 *) : 151 ;; 152 esac 153 fi 154 " 155 as_required="as_fn_return () { (exit \$1); } 156 as_fn_success () { as_fn_return 0; } 157 as_fn_failure () { as_fn_return 1; } 158 as_fn_ret_success () { return 0; } 159 as_fn_ret_failure () { return 1; } 160 161 exitcode=0 162 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 167 168 else 169 exitcode=1; echo positional parameters were not saved. 170 fi 171 test x\$exitcode = x0 || exit 1" 172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 176 test \$(( 1 + 1 )) = 2 || exit 1" 177 if (eval "$as_required") 2>/dev/null; then : 178 as_have_required=yes 179 else 180 as_have_required=no 181 fi 182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 183 184 else 185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 186 as_found=false 187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 105 188 do 106 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 107 eval $as_var=C; export $as_var 189 IFS=$as_save_IFS 190 test -z "$as_dir" && as_dir=. 191 as_found=: 192 case $as_dir in #( 193 /*) 194 for as_base in sh bash ksh sh5; do 195 # Try only shells that exist, to save several forks. 196 as_shell=$as_dir/$as_base 197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 199 CONFIG_SHELL=$as_shell as_have_required=yes 200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 201 break 2 202 fi 203 fi 204 done;; 205 esac 206 as_found=false 207 done 208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 210 CONFIG_SHELL=$SHELL as_have_required=yes 211 fi; } 212 IFS=$as_save_IFS 213 214 215 if test "x$CONFIG_SHELL" != x; then : 216 # We cannot yet assume a decent shell, so we have to provide a 217 # neutralization value for shells without unset; and this also 218 # works around shells that cannot unset nonexistent variables. 219 BASH_ENV=/dev/null 220 ENV=/dev/null 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 222 export CONFIG_SHELL 223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 224 fi 225 226 if test x$as_have_required = xno; then : 227 $as_echo "$0: This script requires a shell more modern than all" 228 $as_echo "$0: the shells that I found on your system." 229 if test x${ZSH_VERSION+set} = xset ; then 230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 231 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 108 232 else 109 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 233 $as_echo "$0: Please tell bug-autoconf@gnu.org and andreu@renater.fr 234 $0: about your system, including any error possibly output 235 $0: before this message. Then install a modern shell, or 236 $0: manually run the script under such a shell if you do 237 $0: have one." 110 238 fi 111 done 112 113 # Required to use basename. 239 exit 1 240 fi 241 fi 242 fi 243 SHELL=${CONFIG_SHELL-/bin/sh} 244 export SHELL 245 # Unset more variables known to interfere with behavior of common tools. 246 CLICOLOR_FORCE= GREP_OPTIONS= 247 unset CLICOLOR_FORCE GREP_OPTIONS 248 249 ## --------------------- ## 250 ## M4sh Shell Functions. ## 251 ## --------------------- ## 252 # as_fn_unset VAR 253 # --------------- 254 # Portably unset VAR. 255 as_fn_unset () 256 { 257 { eval $1=; unset $1;} 258 } 259 as_unset=as_fn_unset 260 261 # as_fn_set_status STATUS 262 # ----------------------- 263 # Set $? to STATUS, without forking. 264 as_fn_set_status () 265 { 266 return $1 267 } # as_fn_set_status 268 269 # as_fn_exit STATUS 270 # ----------------- 271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 272 as_fn_exit () 273 { 274 set +e 275 as_fn_set_status $1 276 exit $1 277 } # as_fn_exit 278 279 # as_fn_mkdir_p 280 # ------------- 281 # Create "$as_dir" as a directory, including parents if necessary. 282 as_fn_mkdir_p () 283 { 284 285 case $as_dir in #( 286 -*) as_dir=./$as_dir;; 287 esac 288 test -d "$as_dir" || eval $as_mkdir_p || { 289 as_dirs= 290 while :; do 291 case $as_dir in #( 292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 293 *) as_qdir=$as_dir;; 294 esac 295 as_dirs="'$as_qdir' $as_dirs" 296 as_dir=`$as_dirname -- "$as_dir" || 297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 298 X"$as_dir" : 'X\(//\)[^/]' \| \ 299 X"$as_dir" : 'X\(//\)$' \| \ 300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 301 $as_echo X"$as_dir" | 302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 303 s//\1/ 304 q 305 } 306 /^X\(\/\/\)[^/].*/{ 307 s//\1/ 308 q 309 } 310 /^X\(\/\/\)$/{ 311 s//\1/ 312 q 313 } 314 /^X\(\/\).*/{ 315 s//\1/ 316 q 317 } 318 s/.*/./; q'` 319 test -d "$as_dir" && break 320 done 321 test -z "$as_dirs" || eval "mkdir $as_dirs" 322 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 323 324 325 } # as_fn_mkdir_p 326 # as_fn_append VAR VALUE 327 # ---------------------- 328 # Append the text in VALUE to the end of the definition contained in VAR. Take 329 # advantage of any shell optimizations that allow amortized linear growth over 330 # repeated appends, instead of the typical quadratic growth present in naive 331 # implementations. 332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 333 eval 'as_fn_append () 334 { 335 eval $1+=\$2 336 }' 337 else 338 as_fn_append () 339 { 340 eval $1=\$$1\$2 341 } 342 fi # as_fn_append 343 344 # as_fn_arith ARG... 345 # ------------------ 346 # Perform arithmetic evaluation on the ARGs, and store the result in the 347 # global $as_val. Take advantage of shells that can avoid forks. The arguments 348 # must be portable across $(()) and expr. 349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 350 eval 'as_fn_arith () 351 { 352 as_val=$(( $* )) 353 }' 354 else 355 as_fn_arith () 356 { 357 as_val=`expr "$@" || test $? -eq 1` 358 } 359 fi # as_fn_arith 360 361 362 # as_fn_error STATUS ERROR [LINENO LOG_FD] 363 # ---------------------------------------- 364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 366 # script with STATUS, using 1 if that was 0. 367 as_fn_error () 368 { 369 as_status=$1; test $as_status -eq 0 && as_status=1 370 if test "$4"; then 371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 373 fi 374 $as_echo "$as_me: error: $2" >&2 375 as_fn_exit $as_status 376 } # as_fn_error 377 114 378 if expr a : '\(a\)' >/dev/null 2>&1 && 115 379 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 125 389 fi 126 390 127 128 # Name of the executable. 391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 392 as_dirname=dirname 393 else 394 as_dirname=false 395 fi 396 129 397 as_me=`$as_basename -- "$0" || 130 398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 131 399 X"$0" : 'X\(//\)$' \| \ 132 400 X"$0" : 'X\(/\)' \| . 2>/dev/null || 133 echo X/"$0" |401 $as_echo X/"$0" | 134 402 sed '/^.*\/\([^/][^/]*\)\/*$/{ 135 403 s//\1/ … … 146 414 s/.*/./; q'` 147 415 148 # CDPATH. 149 $as_unset CDPATH 150 151 152 if test "x$CONFIG_SHELL" = x; then 153 if (eval ":") 2>/dev/null; then 154 as_have_required=yes 155 else 156 as_have_required=no 157 fi 158 159 if test $as_have_required = yes && (eval ": 160 (as_func_return () { 161 (exit \$1) 162 } 163 as_func_success () { 164 as_func_return 0 165 } 166 as_func_failure () { 167 as_func_return 1 168 } 169 as_func_ret_success () { 170 return 0 171 } 172 as_func_ret_failure () { 173 return 1 174 } 175 176 exitcode=0 177 if as_func_success; then 178 : 179 else 180 exitcode=1 181 echo as_func_success failed. 182 fi 183 184 if as_func_failure; then 185 exitcode=1 186 echo as_func_failure succeeded. 187 fi 188 189 if as_func_ret_success; then 190 : 191 else 192 exitcode=1 193 echo as_func_ret_success failed. 194 fi 195 196 if as_func_ret_failure; then 197 exitcode=1 198 echo as_func_ret_failure succeeded. 199 fi 200 201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 202 : 203 else 204 exitcode=1 205 echo positional parameters were not saved. 206 fi 207 208 test \$exitcode = 0) || { (exit 1); exit 1; } 209 210 ( 211 as_lineno_1=\$LINENO 212 as_lineno_2=\$LINENO 213 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 214 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 215 ") 2> /dev/null; then 216 : 217 else 218 as_candidate_shells= 219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 220 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 221 do 222 IFS=$as_save_IFS 223 test -z "$as_dir" && as_dir=. 224 case $as_dir in 225 /*) 226 for as_base in sh bash ksh sh5; do 227 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 228 done;; 229 esac 230 done 231 IFS=$as_save_IFS 232 233 234 for as_shell in $as_candidate_shells $SHELL; do 235 # Try only shells that exist, to save several forks. 236 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 237 { ("$as_shell") 2> /dev/null <<\_ASEOF 238 # Be Bourne compatible 239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 240 emulate sh 241 NULLCMD=: 242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 243 # is contrary to our usage. Disable this feature. 244 alias -g '${1+"$@"}'='"$@"' 245 setopt NO_GLOB_SUBST 246 else 247 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 248 fi 249 BIN_SH=xpg4; export BIN_SH # for Tru64 250 DUALCASE=1; export DUALCASE # for MKS sh 251 252 : 253 _ASEOF 254 }; then 255 CONFIG_SHELL=$as_shell 256 as_have_required=yes 257 if { "$as_shell" 2> /dev/null <<\_ASEOF 258 # Be Bourne compatible 259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 260 emulate sh 261 NULLCMD=: 262 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 263 # is contrary to our usage. Disable this feature. 264 alias -g '${1+"$@"}'='"$@"' 265 setopt NO_GLOB_SUBST 266 else 267 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 268 fi 269 BIN_SH=xpg4; export BIN_SH # for Tru64 270 DUALCASE=1; export DUALCASE # for MKS sh 271 272 : 273 (as_func_return () { 274 (exit $1) 275 } 276 as_func_success () { 277 as_func_return 0 278 } 279 as_func_failure () { 280 as_func_return 1 281 } 282 as_func_ret_success () { 283 return 0 284 } 285 as_func_ret_failure () { 286 return 1 287 } 288 289 exitcode=0 290 if as_func_success; then 291 : 292 else 293 exitcode=1 294 echo as_func_success failed. 295 fi 296 297 if as_func_failure; then 298 exitcode=1 299 echo as_func_failure succeeded. 300 fi 301 302 if as_func_ret_success; then 303 : 304 else 305 exitcode=1 306 echo as_func_ret_success failed. 307 fi 308 309 if as_func_ret_failure; then 310 exitcode=1 311 echo as_func_ret_failure succeeded. 312 fi 313 314 if ( set x; as_func_ret_success y && test x = "$1" ); then 315 : 316 else 317 exitcode=1 318 echo positional parameters were not saved. 319 fi 320 321 test $exitcode = 0) || { (exit 1); exit 1; } 322 323 ( 324 as_lineno_1=$LINENO 325 as_lineno_2=$LINENO 326 test "x$as_lineno_1" != "x$as_lineno_2" && 327 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 328 329 _ASEOF 330 }; then 331 break 332 fi 333 334 fi 335 336 done 337 338 if test "x$CONFIG_SHELL" != x; then 339 for as_var in BASH_ENV ENV 340 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 341 done 342 export CONFIG_SHELL 343 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 344 fi 345 346 347 if test $as_have_required = no; then 348 echo This script requires a shell more modern than all the 349 echo shells that I found on your system. Please install a 350 echo modern shell, or manually run the script under such a 351 echo shell if you do have one. 352 { (exit 1); exit 1; } 353 fi 354 355 356 fi 357 358 fi 359 360 361 362 (eval "as_func_return () { 363 (exit \$1) 364 } 365 as_func_success () { 366 as_func_return 0 367 } 368 as_func_failure () { 369 as_func_return 1 370 } 371 as_func_ret_success () { 372 return 0 373 } 374 as_func_ret_failure () { 375 return 1 376 } 377 378 exitcode=0 379 if as_func_success; then 380 : 381 else 382 exitcode=1 383 echo as_func_success failed. 384 fi 385 386 if as_func_failure; then 387 exitcode=1 388 echo as_func_failure succeeded. 389 fi 390 391 if as_func_ret_success; then 392 : 393 else 394 exitcode=1 395 echo as_func_ret_success failed. 396 fi 397 398 if as_func_ret_failure; then 399 exitcode=1 400 echo as_func_ret_failure succeeded. 401 fi 402 403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 404 : 405 else 406 exitcode=1 407 echo positional parameters were not saved. 408 fi 409 410 test \$exitcode = 0") || { 411 echo No shell found that supports shell functions. 412 echo Please tell autoconf@gnu.org about your system, 413 echo including any error possibly output before this 414 echo message 415 } 416 417 418 419 as_lineno_1=$LINENO 420 as_lineno_2=$LINENO 421 test "x$as_lineno_1" != "x$as_lineno_2" && 422 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 423 424 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 425 # uniformly replaced by the line number. The first 'sed' inserts a 426 # line-number line after each line using $LINENO; the second 'sed' 427 # does the real work. The second script uses 'N' to pair each 428 # line-number line with the line containing $LINENO, and appends 429 # trailing '-' during substitution so that $LINENO is not a special 430 # case at line end. 431 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 432 # scripts with optimization help from Paolo Bonzini. Blame Lee 433 # E. McMahon (1931-1989) for sed's syntax. :-) 416 # Avoid depending upon Character Ranges. 417 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 420 as_cr_digits='0123456789' 421 as_cr_alnum=$as_cr_Letters$as_cr_digits 422 423 424 as_lineno_1=$LINENO as_lineno_1a=$LINENO 425 as_lineno_2=$LINENO as_lineno_2a=$LINENO 426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 434 429 sed -n ' 435 430 p … … 448 443 ' >$as_me.lineno && 449 444 chmod +x "$as_me.lineno" || 450 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 451 { (exit 1); exit 1; }; } 445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 452 446 453 447 # Don't try to exec as it changes $[0], causing all sort of problems … … 459 453 } 460 454 461 462 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then463 as_dirname=dirname464 else465 as_dirname=false466 fi467 468 455 ECHO_C= ECHO_N= ECHO_T= 469 case `echo -n x` in 456 case `echo -n x` in #((((( 470 457 -n*) 471 case `echo 'x \c'` in458 case `echo 'xy\c'` in 472 459 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 473 *) ECHO_C='\c';; 460 xy) ECHO_C='\c';; 461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 462 ECHO_T=' ';; 474 463 esac;; 475 464 *) … … 477 466 esac 478 467 479 if expr a : '\(a\)' >/dev/null 2>&1 &&480 test "X`expr 00001 : '.*\(...\)'`" = X001; then481 as_expr=expr482 else483 as_expr=false484 fi485 486 468 rm -f conf$$ conf$$.exe conf$$.file 487 469 if test -d conf$$.dir; then … … 489 471 else 490 472 rm -f conf$$.dir 491 mkdir conf$$.dir 492 fi 493 echo >conf$$.file 494 if ln -s conf$$.file conf$$ 2>/dev/null; then 495 as_ln_s='ln -s' 496 # ... but there are two gotchas: 497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 498 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 499 # In both cases, we have to default to `cp -p'. 500 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 473 mkdir conf$$.dir 2>/dev/null 474 fi 475 if (echo >conf$$.file) 2>/dev/null; then 476 if ln -s conf$$.file conf$$ 2>/dev/null; then 477 as_ln_s='ln -s' 478 # ... but there are two gotchas: 479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 481 # In both cases, we have to default to `cp -p'. 482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 483 as_ln_s='cp -p' 484 elif ln conf$$.file conf$$ 2>/dev/null; then 485 as_ln_s=ln 486 else 501 487 as_ln_s='cp -p' 502 elif ln conf$$.file conf$$ 2>/dev/null; then 503 as_ln_s=ln 488 fi 504 489 else 505 490 as_ln_s='cp -p' … … 509 494 510 495 if mkdir -p . 2>/dev/null; then 511 as_mkdir_p= :496 as_mkdir_p='mkdir -p "$as_dir"' 512 497 else 513 498 test -d ./-p && rmdir ./-p … … 515 500 fi 516 501 517 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 518 # systems may use methods other than mode bits to determine executability. 519 cat >conf$$.file <<_ASEOF 520 #! /bin/sh 521 exit 0 522 _ASEOF 523 chmod +x conf$$.file 524 if test -x conf$$.file >/dev/null 2>&1; then 525 as_executable_p="test -x" 526 else 527 as_executable_p=: 528 fi 529 rm -f conf$$.file 502 if test -x / >/dev/null 2>&1; then 503 as_test_x='test -x' 504 else 505 if ls -dL / >/dev/null 2>&1; then 506 as_ls_L_option=L 507 else 508 as_ls_L_option= 509 fi 510 as_test_x=' 511 eval sh -c '\'' 512 if test -d "$1"; then 513 test -d "$1/."; 514 else 515 case $1 in #( 516 -*)set "./$1";; 517 esac; 518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 519 ???[sx]*):;;*)false;;esac;fi 520 '\'' sh 521 ' 522 fi 523 as_executable_p=$as_test_x 530 524 531 525 # Sed expression to map a string onto a valid CPP name. … … 536 530 537 531 538 539 exec 7<&0 </dev/null6>&1532 test -n "$DJDIR" || exec 7<&0 </dev/null 533 exec 6>&1 540 534 541 535 # Name of the host. 542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,536 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 543 537 # so uname gets run too. 544 538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` … … 555 549 MFLAGS= 556 550 MAKEFLAGS= 557 SHELL=${CONFIG_SHELL-/bin/sh}558 551 559 552 # Identity of this package. 560 PACKAGE_NAME='RENETCOL '561 PACKAGE_TARNAME='renetcol '562 PACKAGE_VERSION='0.0. 5'563 PACKAGE_STRING='RENETCOL 0.0.5'553 PACKAGE_NAME='RENETCOLSMP' 554 PACKAGE_TARNAME='renetcolsmp' 555 PACKAGE_VERSION='0.0.1beta' 556 PACKAGE_STRING='RENETCOLSMP 0.0.1beta' 564 557 PACKAGE_BUGREPORT='andreu@renater.fr' 558 PACKAGE_URL='' 565 559 566 560 ac_unique_file="src/" … … 568 562 ac_includes_default="\ 569 563 #include <stdio.h> 570 #if HAVE_SYS_TYPES_H564 #ifdef HAVE_SYS_TYPES_H 571 565 # include <sys/types.h> 572 566 #endif 573 #if HAVE_SYS_STAT_H567 #ifdef HAVE_SYS_STAT_H 574 568 # include <sys/stat.h> 575 569 #endif 576 #if STDC_HEADERS570 #ifdef STDC_HEADERS 577 571 # include <stdlib.h> 578 572 # include <stddef.h> 579 573 #else 580 # if HAVE_STDLIB_H574 # ifdef HAVE_STDLIB_H 581 575 # include <stdlib.h> 582 576 # endif 583 577 #endif 584 #if HAVE_STRING_H585 # if ! STDC_HEADERS &&HAVE_MEMORY_H578 #ifdef HAVE_STRING_H 579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H 586 580 # include <memory.h> 587 581 # endif 588 582 # include <string.h> 589 583 #endif 590 #if HAVE_STRINGS_H584 #ifdef HAVE_STRINGS_H 591 585 # include <strings.h> 592 586 #endif 593 #if HAVE_INTTYPES_H587 #ifdef HAVE_INTTYPES_H 594 588 # include <inttypes.h> 595 589 #endif 596 #if HAVE_STDINT_H590 #ifdef HAVE_STDINT_H 597 591 # include <stdint.h> 598 592 #endif 599 #if HAVE_UNISTD_H593 #ifdef HAVE_UNISTD_H 600 594 # include <unistd.h> 601 595 #endif" 602 596 603 ac_subst_vars='SHELL 597 ac_subst_vars='am__EXEEXT_FALSE 598 am__EXEEXT_TRUE 599 LTLIBOBJS 600 LIBOBJS 601 EGREP 602 GREP 603 CPP 604 am__fastdepCC_FALSE 605 am__fastdepCC_TRUE 606 CCDEPMODE 607 AMDEPBACKSLASH 608 AMDEP_FALSE 609 AMDEP_TRUE 610 am__quote 611 am__include 612 DEPDIR 613 OBJEXT 614 EXEEXT 615 ac_ct_CC 616 CPPFLAGS 617 LDFLAGS 618 CFLAGS 619 CC 620 am__untar 621 am__tar 622 AMTAR 623 am__leading_dot 624 AWK 625 mkdir_p 626 MKDIR_P 627 INSTALL_STRIP_PROGRAM 628 STRIP 629 install_sh 630 MAKEINFO 631 AUTOHEADER 632 AUTOMAKE 633 AUTOCONF 634 ACLOCAL 635 VERSION 636 PACKAGE 637 CYGPATH_W 638 am__isrc 639 INSTALL_DATA 640 INSTALL_SCRIPT 641 INSTALL_PROGRAM 642 SET_MAKE 643 target_alias 644 host_alias 645 build_alias 646 LIBS 647 ECHO_T 648 ECHO_N 649 ECHO_C 650 DEFS 651 mandir 652 localedir 653 libdir 654 psdir 655 pdfdir 656 dvidir 657 htmldir 658 infodir 659 docdir 660 oldincludedir 661 includedir 662 localstatedir 663 sharedstatedir 664 sysconfdir 665 datadir 666 datarootdir 667 libexecdir 668 sbindir 669 bindir 670 program_transform_name 671 prefix 672 exec_prefix 673 PACKAGE_URL 674 PACKAGE_BUGREPORT 675 PACKAGE_STRING 676 PACKAGE_VERSION 677 PACKAGE_TARNAME 678 PACKAGE_NAME 604 679 PATH_SEPARATOR 605 PACKAGE_NAME 606 PACKAGE_TARNAME 607 PACKAGE_VERSION 608 PACKAGE_STRING 609 PACKAGE_BUGREPORT 610 exec_prefix 611 prefix 612 program_transform_name 613 bindir 614 sbindir 615 libexecdir 616 datarootdir 617 datadir 618 sysconfdir 619 sharedstatedir 620 localstatedir 621 includedir 622 oldincludedir 623 docdir 624 infodir 625 htmldir 626 dvidir 627 pdfdir 628 psdir 629 libdir 630 localedir 631 mandir 632 DEFS 633 ECHO_C 634 ECHO_N 635 ECHO_T 636 LIBS 637 build_alias 638 host_alias 639 target_alias 640 SET_MAKE 641 INSTALL_PROGRAM 642 INSTALL_SCRIPT 643 INSTALL_DATA 644 CYGPATH_W 645 PACKAGE 646 VERSION 647 ACLOCAL 648 AUTOCONF 649 AUTOMAKE 650 AUTOHEADER 651 MAKEINFO 652 install_sh 653 STRIP 654 INSTALL_STRIP_PROGRAM 655 mkdir_p 656 AWK 657 am__leading_dot 658 AMTAR 659 am__tar 660 am__untar 661 CC 662 CFLAGS 663 LDFLAGS 664 CPPFLAGS 665 ac_ct_CC 666 EXEEXT 667 OBJEXT 668 DEPDIR 669 am__include 670 am__quote 671 AMDEP_TRUE 672 AMDEP_FALSE 673 AMDEPBACKSLASH 674 CCDEPMODE 675 am__fastdepCC_TRUE 676 am__fastdepCC_FALSE 677 CPP 678 GREP 679 EGREP 680 LIBOBJS 681 LTLIBOBJS' 680 SHELL' 682 681 ac_subst_files='' 682 ac_user_opts=' 683 enable_option_checking 684 enable_dependency_tracking 685 enable_ipv4aggidsnmp 686 enable_ipv4aggidr 687 enable_multisampling 688 enable_readfromfile 689 enable_asacc 690 enable_matrix 691 enable_optimize 692 enable_ipv6aggidsnmp 693 enable_ipv6linkagg 694 enable_debug 695 enable_debugagg 696 enable_printunknownsubnet 697 ' 683 698 ac_precious_vars='build_alias 684 699 host_alias … … 687 702 CFLAGS 688 703 LDFLAGS 704 LIBS 689 705 CPPFLAGS 690 706 CPP' … … 694 710 ac_init_help= 695 711 ac_init_version=false 712 ac_unrecognized_opts= 713 ac_unrecognized_sep= 696 714 # The variables have the same names as the options, with 697 715 # dashes changed to underlines. … … 749 767 750 768 case $ac_option in 751 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 752 *) ac_optarg=yes ;; 769 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 770 *=) ac_optarg= ;; 771 *) ac_optarg=yes ;; 753 772 esac 754 773 … … 792 811 793 812 -disable-* | --disable-*) 794 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`813 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 795 814 # Reject names that are not valid shell variable names. 796 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 797 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 798 { (exit 1); exit 1; }; } 799 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 800 eval enable_$ac_feature=no ;; 815 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 816 as_fn_error $? "invalid feature name: $ac_useropt" 817 ac_useropt_orig=$ac_useropt 818 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 819 case $ac_user_opts in 820 *" 821 "enable_$ac_useropt" 822 "*) ;; 823 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 824 ac_unrecognized_sep=', ';; 825 esac 826 eval enable_$ac_useropt=no ;; 801 827 802 828 -docdir | --docdir | --docdi | --doc | --do) … … 811 837 812 838 -enable-* | --enable-*) 813 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`839 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 814 840 # Reject names that are not valid shell variable names. 815 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 816 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 817 { (exit 1); exit 1; }; } 818 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 819 eval enable_$ac_feature=\$ac_optarg ;; 841 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 842 as_fn_error $? "invalid feature name: $ac_useropt" 843 ac_useropt_orig=$ac_useropt 844 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 845 case $ac_user_opts in 846 *" 847 "enable_$ac_useropt" 848 "*) ;; 849 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 850 ac_unrecognized_sep=', ';; 851 esac 852 eval enable_$ac_useropt=\$ac_optarg ;; 820 853 821 854 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1008 1041 1009 1042 -with-* | --with-*) 1010 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1043 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1011 1044 # Reject names that are not valid shell variable names. 1012 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1013 { echo "$as_me: error: invalid package name: $ac_package" >&2 1014 { (exit 1); exit 1; }; } 1015 ac_package=`echo $ac_package| sed 's/-/_/g'` 1016 eval with_$ac_package=\$ac_optarg ;; 1045 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1046 as_fn_error $? "invalid package name: $ac_useropt" 1047 ac_useropt_orig=$ac_useropt 1048 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1049 case $ac_user_opts in 1050 *" 1051 "with_$ac_useropt" 1052 "*) ;; 1053 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1054 ac_unrecognized_sep=', ';; 1055 esac 1056 eval with_$ac_useropt=\$ac_optarg ;; 1017 1057 1018 1058 -without-* | --without-*) 1019 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1059 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1020 1060 # Reject names that are not valid shell variable names. 1021 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1022 { echo "$as_me: error: invalid package name: $ac_package" >&2 1023 { (exit 1); exit 1; }; } 1024 ac_package=`echo $ac_package | sed 's/-/_/g'` 1025 eval with_$ac_package=no ;; 1061 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1062 as_fn_error $? "invalid package name: $ac_useropt" 1063 ac_useropt_orig=$ac_useropt 1064 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1065 case $ac_user_opts in 1066 *" 1067 "with_$ac_useropt" 1068 "*) ;; 1069 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1070 ac_unrecognized_sep=', ';; 1071 esac 1072 eval with_$ac_useropt=no ;; 1026 1073 1027 1074 --x) … … 1043 1090 x_libraries=$ac_optarg ;; 1044 1091 1045 -*) { echo "$as_me: error: unrecognized option: $ac_option 1046 Try \`$0 --help' for more information." >&2 1047 { (exit 1); exit 1; }; } 1092 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1093 Try \`$0 --help' for more information" 1048 1094 ;; 1049 1095 … … 1051 1097 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1052 1098 # Reject names that are not valid shell variable names. 1053 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1054 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1055 { (exit 1); exit 1; }; } 1099 case $ac_envvar in #( 1100 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1101 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1102 esac 1056 1103 eval $ac_envvar=\$ac_optarg 1057 1104 export $ac_envvar ;; … … 1059 1106 *) 1060 1107 # FIXME: should be removed in autoconf 3.0. 1061 echo "$as_me: WARNING: you should use --build, --host, --target" >&21108 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1062 1109 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1063 echo "$as_me: WARNING: invalid host type: $ac_option" >&21110 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1064 1111 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1065 1112 ;; … … 1070 1117 if test -n "$ac_prev"; then 1071 1118 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1072 { echo "$as_me: error: missing argument to $ac_option" >&2 1073 { (exit 1); exit 1; }; } 1074 fi 1075 1076 # Be sure to have absolute directory names. 1119 as_fn_error $? "missing argument to $ac_option" 1120 fi 1121 1122 if test -n "$ac_unrecognized_opts"; then 1123 case $enable_option_checking in 1124 no) ;; 1125 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1126 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1127 esac 1128 fi 1129 1130 # Check all directory arguments for consistency. 1077 1131 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1078 1132 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1081 1135 do 1082 1136 eval ac_val=\$$ac_var 1137 # Remove trailing slashes. 1138 case $ac_val in 1139 */ ) 1140 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1141 eval $ac_var=\$ac_val;; 1142 esac 1143 # Be sure to have absolute directory names. 1083 1144 case $ac_val in 1084 1145 [\\/$]* | ?:[\\/]* ) continue;; 1085 1146 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1086 1147 esac 1087 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1088 { (exit 1); exit 1; }; } 1148 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1089 1149 done 1090 1150 … … 1100 1160 if test "x$build_alias" = x; then 1101 1161 cross_compiling=maybe 1102 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1103 If a cross compiler is detected then cross compile mode will be used ." >&21162 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1163 If a cross compiler is detected then cross compile mode will be used" >&2 1104 1164 elif test "x$build_alias" != "x$host_alias"; then 1105 1165 cross_compiling=yes … … 1116 1176 ac_ls_di=`ls -di .` && 1117 1177 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1118 { echo "$as_me: error: Working directory cannot be determined" >&2 1119 { (exit 1); exit 1; }; } 1178 as_fn_error $? "working directory cannot be determined" 1120 1179 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1121 { echo "$as_me: error: pwd does not report name of working directory" >&2 1122 { (exit 1); exit 1; }; } 1180 as_fn_error $? "pwd does not report name of working directory" 1123 1181 1124 1182 … … 1127 1185 ac_srcdir_defaulted=yes 1128 1186 # Try the directory containing this script, then the parent directory. 1129 ac_confdir=`$as_dirname -- "$ 0" ||1130 $as_expr X"$ 0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1131 X"$ 0" : 'X\(//\)[^/]' \| \1132 X"$ 0" : 'X\(//\)$' \| \1133 X"$ 0" : 'X\(/\)' \| . 2>/dev/null ||1134 echo X"$0" |1187 ac_confdir=`$as_dirname -- "$as_myself" || 1188 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1189 X"$as_myself" : 'X\(//\)[^/]' \| \ 1190 X"$as_myself" : 'X\(//\)$' \| \ 1191 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1192 $as_echo X"$as_myself" | 1135 1193 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1136 1194 s//\1/ … … 1159 1217 if test ! -r "$srcdir/$ac_unique_file"; then 1160 1218 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1161 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1162 { (exit 1); exit 1; }; } 1219 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1163 1220 fi 1164 1221 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1165 1222 ac_abs_confdir=`( 1166 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1167 { (exit 1); exit 1; }; } 1223 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1168 1224 pwd)` 1169 1225 # When building in place, set srcdir=. … … 1191 1247 # This message is too long to be a string in the A/UX 3.1 sh. 1192 1248 cat <<_ACEOF 1193 \`configure' configures RENETCOL 0.0.5to adapt to many kinds of systems.1249 \`configure' configures RENETCOLSMP 0.0.1beta to adapt to many kinds of systems. 1194 1250 1195 1251 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1205 1261 --help=recursive display the short help of all the included packages 1206 1262 -V, --version display version information and exit 1207 -q, --quiet, --silent do not print \`checking ...' messages1263 -q, --quiet, --silent do not print \`checking ...' messages 1208 1264 --cache-file=FILE cache test results in FILE [disabled] 1209 1265 -C, --config-cache alias for \`--cache-file=config.cache' … … 1213 1269 Installation directories: 1214 1270 --prefix=PREFIX install architecture-independent files in PREFIX 1215 1271 [$ac_default_prefix] 1216 1272 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1217 1273 [PREFIX] 1218 1274 1219 1275 By default, \`make install' will install all the files in … … 1225 1281 1226 1282 Fine tuning of the installation directories: 1227 --bindir=DIR user executables [EPREFIX/bin]1228 --sbindir=DIR system admin executables [EPREFIX/sbin]1229 --libexecdir=DIR program executables [EPREFIX/libexec]1230 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1231 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1232 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1233 --libdir=DIR object code libraries [EPREFIX/lib]1234 --includedir=DIR C header files [PREFIX/include]1235 --oldincludedir=DIR C header files for non-gcc [/usr/include]1236 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1237 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1238 --infodir=DIR info documentation [DATAROOTDIR/info]1239 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1240 --mandir=DIR man documentation [DATAROOTDIR/man]1241 --docdir=DIR documentation root [DATAROOTDIR/doc/renetcol]1242 --htmldir=DIR html documentation [DOCDIR]1243 --dvidir=DIR dvi documentation [DOCDIR]1244 --pdfdir=DIR pdf documentation [DOCDIR]1245 --psdir=DIR ps documentation [DOCDIR]1283 --bindir=DIR user executables [EPREFIX/bin] 1284 --sbindir=DIR system admin executables [EPREFIX/sbin] 1285 --libexecdir=DIR program executables [EPREFIX/libexec] 1286 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1287 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1288 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1289 --libdir=DIR object code libraries [EPREFIX/lib] 1290 --includedir=DIR C header files [PREFIX/include] 1291 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1292 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1293 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1294 --infodir=DIR info documentation [DATAROOTDIR/info] 1295 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1296 --mandir=DIR man documentation [DATAROOTDIR/man] 1297 --docdir=DIR documentation root [DATAROOTDIR/doc/renetcolsmp] 1298 --htmldir=DIR html documentation [DOCDIR] 1299 --dvidir=DIR dvi documentation [DOCDIR] 1300 --pdfdir=DIR pdf documentation [DOCDIR] 1301 --psdir=DIR ps documentation [DOCDIR] 1246 1302 _ACEOF 1247 1303 … … 1257 1313 if test -n "$ac_init_help"; then 1258 1314 case $ac_init_help in 1259 short | recursive ) echo "Configuration of RENETCOL 0.0.5:";;1315 short | recursive ) echo "Configuration of RENETCOLSMP 0.0.1beta:";; 1260 1316 esac 1261 1317 cat <<\_ACEOF 1262 1318 1263 1319 Optional Features: 1320 --disable-option-checking ignore unrecognized --enable/--with options 1264 1321 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1265 1322 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1266 1323 --disable-dependency-tracking speeds up one-time build 1267 1324 --enable-dependency-tracking do not reject slow dependency extractors 1325 --enable-ipv4aggidsnmp aggregation for IPv4 prefix, localisation based on SNMP ID=yes 1326 --enable-ipv4aggidr aggregation for IPv4 prefix=no, flow localisation by routeur identification, if yes, enable-ipv4aggsnmp MUST be NO 1327 --enable-multisampling Multi-Sampling mode=no 1328 --enable-readfromfile Read NDE from pcap FILE mode=no 1329 --enable-asacc AS accounting default=no 1330 --enable-matrix inter pop matrix default=no 1331 --enable-optimize gcc O2 option compilation default=no 1332 --enable-ipv6aggidsnmp aggregation for IPv6 prefix, localisation based on SNMP ID=no 1333 --enable-ipv6linkagg aggregation for IPv6 link agg (based on SNMP ID)=no 1334 --enable-debug Debug mode definition=no 1335 --enable-debugagg Debug Agg mode definition=no 1336 --enable-printunknownsubnet Print Subnets who are not registered in subnet configuration file=no 1268 1337 1269 1338 Some influential environment variables: … … 1272 1341 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1273 1342 nonstandard directory <lib dir> 1274 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1343 LIBS libraries to pass to the linker, e.g. -l<library> 1344 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1275 1345 you have headers in a nonstandard directory <include dir> 1276 1346 CPP C preprocessor … … 1287 1357 # If there are subdirs, report their specific --help. 1288 1358 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1289 test -d "$ac_dir" || continue 1359 test -d "$ac_dir" || 1360 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1361 continue 1290 1362 ac_builddir=. 1291 1363 … … 1293 1365 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1294 1366 *) 1295 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1367 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1296 1368 # A ".." for each directory in $ac_dir_suffix. 1297 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1369 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1298 1370 case $ac_top_builddir_sub in 1299 1371 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1331 1403 $SHELL "$ac_srcdir/configure" --help=recursive 1332 1404 else 1333 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21405 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1334 1406 fi || ac_status=$? 1335 1407 cd "$ac_pwd" || { ac_status=$?; break; } … … 1340 1412 if $ac_init_version; then 1341 1413 cat <<\_ACEOF 1342 RENETCOL configure 0.0.5 1343 generated by GNU Autoconf 2.60 1344 1345 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1346 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1414 RENETCOLSMP configure 0.0.1beta 1415 generated by GNU Autoconf 2.67 1416 1417 Copyright (C) 2010 Free Software Foundation, Inc. 1347 1418 This configure script is free software; the Free Software Foundation 1348 1419 gives unlimited permission to copy, distribute and modify it. … … 1350 1421 exit 1351 1422 fi 1423 1424 ## ------------------------ ## 1425 ## Autoconf initialization. ## 1426 ## ------------------------ ## 1427 1428 # ac_fn_c_try_compile LINENO 1429 # -------------------------- 1430 # Try to compile conftest.$ac_ext, and return whether this succeeded. 1431 ac_fn_c_try_compile () 1432 { 1433 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1434 rm -f conftest.$ac_objext 1435 if { { ac_try="$ac_compile" 1436 case "(($ac_try" in 1437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1438 *) ac_try_echo=$ac_try;; 1439 esac 1440 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1441 $as_echo "$ac_try_echo"; } >&5 1442 (eval "$ac_compile") 2>conftest.err 1443 ac_status=$? 1444 if test -s conftest.err; then 1445 grep -v '^ *+' conftest.err >conftest.er1 1446 cat conftest.er1 >&5 1447 mv -f conftest.er1 conftest.err 1448 fi 1449 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1450 test $ac_status = 0; } && { 1451 test -z "$ac_c_werror_flag" || 1452 test ! -s conftest.err 1453 } && test -s conftest.$ac_objext; then : 1454 ac_retval=0 1455 else 1456 $as_echo "$as_me: failed program was:" >&5 1457 sed 's/^/| /' conftest.$ac_ext >&5 1458 1459 ac_retval=1 1460 fi 1461 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1462 as_fn_set_status $ac_retval 1463 1464 } # ac_fn_c_try_compile 1465 1466 # ac_fn_c_try_cpp LINENO 1467 # ---------------------- 1468 # Try to preprocess conftest.$ac_ext, and return whether this succeeded. 1469 ac_fn_c_try_cpp () 1470 { 1471 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1472 if { { ac_try="$ac_cpp conftest.$ac_ext" 1473 case "(($ac_try" in 1474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1475 *) ac_try_echo=$ac_try;; 1476 esac 1477 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1478 $as_echo "$ac_try_echo"; } >&5 1479 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1480 ac_status=$? 1481 if test -s conftest.err; then 1482 grep -v '^ *+' conftest.err >conftest.er1 1483 cat conftest.er1 >&5 1484 mv -f conftest.er1 conftest.err 1485 fi 1486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1487 test $ac_status = 0; } > conftest.i && { 1488 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1489 test ! -s conftest.err 1490 }; then : 1491 ac_retval=0 1492 else 1493 $as_echo "$as_me: failed program was:" >&5 1494 sed 's/^/| /' conftest.$ac_ext >&5 1495 1496 ac_retval=1 1497 fi 1498 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1499 as_fn_set_status $ac_retval 1500 1501 } # ac_fn_c_try_cpp 1502 1503 # ac_fn_c_try_run LINENO 1504 # ---------------------- 1505 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 1506 # that executables *can* be run. 1507 ac_fn_c_try_run () 1508 { 1509 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1510 if { { ac_try="$ac_link" 1511 case "(($ac_try" in 1512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1513 *) ac_try_echo=$ac_try;; 1514 esac 1515 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1516 $as_echo "$ac_try_echo"; } >&5 1517 (eval "$ac_link") 2>&5 1518 ac_status=$? 1519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1520 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 1521 { { case "(($ac_try" in 1522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1523 *) ac_try_echo=$ac_try;; 1524 esac 1525 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1526 $as_echo "$ac_try_echo"; } >&5 1527 (eval "$ac_try") 2>&5 1528 ac_status=$? 1529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1530 test $ac_status = 0; }; }; then : 1531 ac_retval=0 1532 else 1533 $as_echo "$as_me: program exited with status $ac_status" >&5 1534 $as_echo "$as_me: failed program was:" >&5 1535 sed 's/^/| /' conftest.$ac_ext >&5 1536 1537 ac_retval=$ac_status 1538 fi 1539 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1540 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1541 as_fn_set_status $ac_retval 1542 1543 } # ac_fn_c_try_run 1544 1545 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1546 # ------------------------------------------------------- 1547 # Tests whether HEADER exists, giving a warning if it cannot be compiled using 1548 # the include files in INCLUDES and setting the cache variable VAR 1549 # accordingly. 1550 ac_fn_c_check_header_mongrel () 1551 { 1552 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1553 if eval "test \"\${$3+set}\"" = set; then : 1554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1555 $as_echo_n "checking for $2... " >&6; } 1556 if eval "test \"\${$3+set}\"" = set; then : 1557 $as_echo_n "(cached) " >&6 1558 fi 1559 eval ac_res=\$$3 1560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1561 $as_echo "$ac_res" >&6; } 1562 else 1563 # Is the header compilable? 1564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 1565 $as_echo_n "checking $2 usability... " >&6; } 1566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1567 /* end confdefs.h. */ 1568 $4 1569 #include <$2> 1570 _ACEOF 1571 if ac_fn_c_try_compile "$LINENO"; then : 1572 ac_header_compiler=yes 1573 else 1574 ac_header_compiler=no 1575 fi 1576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 1578 $as_echo "$ac_header_compiler" >&6; } 1579 1580 # Is the header present? 1581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 1582 $as_echo_n "checking $2 presence... " >&6; } 1583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1584 /* end confdefs.h. */ 1585 #include <$2> 1586 _ACEOF 1587 if ac_fn_c_try_cpp "$LINENO"; then : 1588 ac_header_preproc=yes 1589 else 1590 ac_header_preproc=no 1591 fi 1592 rm -f conftest.err conftest.i conftest.$ac_ext 1593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1594 $as_echo "$ac_header_preproc" >&6; } 1595 1596 # So? What about this header? 1597 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1598 yes:no: ) 1599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 1600 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} 1601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1602 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1603 ;; 1604 no:yes:* ) 1605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 1606 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} 1607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 1608 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} 1609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 1610 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1611 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1612 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1614 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1615 ( $as_echo "## -------------------------------- ## 1616 ## Report this to andreu@renater.fr ## 1617 ## -------------------------------- ##" 1618 ) | sed "s/^/$as_me: WARNING: /" >&2 1619 ;; 1620 esac 1621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1622 $as_echo_n "checking for $2... " >&6; } 1623 if eval "test \"\${$3+set}\"" = set; then : 1624 $as_echo_n "(cached) " >&6 1625 else 1626 eval "$3=\$ac_header_compiler" 1627 fi 1628 eval ac_res=\$$3 1629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1630 $as_echo "$ac_res" >&6; } 1631 fi 1632 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1633 1634 } # ac_fn_c_check_header_mongrel 1635 1636 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1637 # ------------------------------------------------------- 1638 # Tests whether HEADER exists and can be compiled using the include files in 1639 # INCLUDES, setting the cache variable VAR accordingly. 1640 ac_fn_c_check_header_compile () 1641 { 1642 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1644 $as_echo_n "checking for $2... " >&6; } 1645 if eval "test \"\${$3+set}\"" = set; then : 1646 $as_echo_n "(cached) " >&6 1647 else 1648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1649 /* end confdefs.h. */ 1650 $4 1651 #include <$2> 1652 _ACEOF 1653 if ac_fn_c_try_compile "$LINENO"; then : 1654 eval "$3=yes" 1655 else 1656 eval "$3=no" 1657 fi 1658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1659 fi 1660 eval ac_res=\$$3 1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1662 $as_echo "$ac_res" >&6; } 1663 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1664 1665 } # ac_fn_c_check_header_compile 1666 1667 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES 1668 # ------------------------------------------- 1669 # Tests whether TYPE exists after having included INCLUDES, setting cache 1670 # variable VAR accordingly. 1671 ac_fn_c_check_type () 1672 { 1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1675 $as_echo_n "checking for $2... " >&6; } 1676 if eval "test \"\${$3+set}\"" = set; then : 1677 $as_echo_n "(cached) " >&6 1678 else 1679 eval "$3=no" 1680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1681 /* end confdefs.h. */ 1682 $4 1683 int 1684 main () 1685 { 1686 if (sizeof ($2)) 1687 return 0; 1688 ; 1689 return 0; 1690 } 1691 _ACEOF 1692 if ac_fn_c_try_compile "$LINENO"; then : 1693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1694 /* end confdefs.h. */ 1695 $4 1696 int 1697 main () 1698 { 1699 if (sizeof (($2))) 1700 return 0; 1701 ; 1702 return 0; 1703 } 1704 _ACEOF 1705 if ac_fn_c_try_compile "$LINENO"; then : 1706 1707 else 1708 eval "$3=yes" 1709 fi 1710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1711 fi 1712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1713 fi 1714 eval ac_res=\$$3 1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1716 $as_echo "$ac_res" >&6; } 1717 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1718 1719 } # ac_fn_c_check_type 1720 1721 # ac_fn_c_try_link LINENO 1722 # ----------------------- 1723 # Try to link conftest.$ac_ext, and return whether this succeeded. 1724 ac_fn_c_try_link () 1725 { 1726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1727 rm -f conftest.$ac_objext conftest$ac_exeext 1728 if { { ac_try="$ac_link" 1729 case "(($ac_try" in 1730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1731 *) ac_try_echo=$ac_try;; 1732 esac 1733 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1734 $as_echo "$ac_try_echo"; } >&5 1735 (eval "$ac_link") 2>conftest.err 1736 ac_status=$? 1737 if test -s conftest.err; then 1738 grep -v '^ *+' conftest.err >conftest.er1 1739 cat conftest.er1 >&5 1740 mv -f conftest.er1 conftest.err 1741 fi 1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1743 test $ac_status = 0; } && { 1744 test -z "$ac_c_werror_flag" || 1745 test ! -s conftest.err 1746 } && test -s conftest$ac_exeext && { 1747 test "$cross_compiling" = yes || 1748 $as_test_x conftest$ac_exeext 1749 }; then : 1750 ac_retval=0 1751 else 1752 $as_echo "$as_me: failed program was:" >&5 1753 sed 's/^/| /' conftest.$ac_ext >&5 1754 1755 ac_retval=1 1756 fi 1757 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1758 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1759 # interfere with the next link command; also delete a directory that is 1760 # left behind by Apple's compiler. We do this before executing the actions. 1761 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1762 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1763 as_fn_set_status $ac_retval 1764 1765 } # ac_fn_c_try_link 1766 1767 # ac_fn_c_check_func LINENO FUNC VAR 1768 # ---------------------------------- 1769 # Tests whether FUNC exists, setting the cache variable VAR accordingly 1770 ac_fn_c_check_func () 1771 { 1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1774 $as_echo_n "checking for $2... " >&6; } 1775 if eval "test \"\${$3+set}\"" = set; then : 1776 $as_echo_n "(cached) " >&6 1777 else 1778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1779 /* end confdefs.h. */ 1780 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1781 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1782 #define $2 innocuous_$2 1783 1784 /* System header to define __stub macros and hopefully few prototypes, 1785 which can conflict with char $2 (); below. 1786 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1787 <limits.h> exists even on freestanding compilers. */ 1788 1789 #ifdef __STDC__ 1790 # include <limits.h> 1791 #else 1792 # include <assert.h> 1793 #endif 1794 1795 #undef $2 1796 1797 /* Override any GCC internal prototype to avoid an error. 1798 Use char because int might match the return type of a GCC 1799 builtin and then its argument prototype would still apply. */ 1800 #ifdef __cplusplus 1801 extern "C" 1802 #endif 1803 char $2 (); 1804 /* The GNU C library defines this for functions which it implements 1805 to always fail with ENOSYS. Some functions are actually named 1806 something starting with __ and the normal name is an alias. */ 1807 #if defined __stub_$2 || defined __stub___$2 1808 choke me 1809 #endif 1810 1811 int 1812 main () 1813 { 1814 return $2 (); 1815 ; 1816 return 0; 1817 } 1818 _ACEOF 1819 if ac_fn_c_try_link "$LINENO"; then : 1820 eval "$3=yes" 1821 else 1822 eval "$3=no" 1823 fi 1824 rm -f core conftest.err conftest.$ac_objext \ 1825 conftest$ac_exeext conftest.$ac_ext 1826 fi 1827 eval ac_res=\$$3 1828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1829 $as_echo "$ac_res" >&6; } 1830 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1831 1832 } # ac_fn_c_check_func 1352 1833 cat >config.log <<_ACEOF 1353 1834 This file contains any messages produced by compilers while 1354 1835 running configure, to aid debugging if configure makes a mistake. 1355 1836 1356 It was created by RENETCOL $as_me 0.0.5, which was1357 generated by GNU Autoconf 2.6 0. Invocation command line was1837 It was created by RENETCOLSMP $as_me 0.0.1beta, which was 1838 generated by GNU Autoconf 2.67. Invocation command line was 1358 1839 1359 1840 $ $0 $@ … … 1391 1872 IFS=$as_save_IFS 1392 1873 test -z "$as_dir" && as_dir=. 1393 echo "PATH: $as_dir"1394 done1874 $as_echo "PATH: $as_dir" 1875 done 1395 1876 IFS=$as_save_IFS 1396 1877 … … 1426 1907 continue ;; 1427 1908 *\'*) 1428 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1909 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1429 1910 esac 1430 1911 case $ac_pass in 1431 1) a c_configure_args0="$ac_configure_args0'$ac_arg'" ;;1912 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1432 1913 2) 1433 a c_configure_args1="$ac_configure_args1'$ac_arg'"1914 as_fn_append ac_configure_args1 " '$ac_arg'" 1434 1915 if test $ac_must_keep_next = true; then 1435 1916 ac_must_keep_next=false # Got value, back to normal. … … 1447 1928 esac 1448 1929 fi 1449 a c_configure_args="$ac_configure_args'$ac_arg'"1930 as_fn_append ac_configure_args " '$ac_arg'" 1450 1931 ;; 1451 1932 esac 1452 1933 done 1453 1934 done 1454 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0;}1455 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1;}1935 { ac_configure_args0=; unset ac_configure_args0;} 1936 { ac_configure_args1=; unset ac_configure_args1;} 1456 1937 1457 1938 # When interrupted or exit'd, cleanup temporary files, and complete … … 1465 1946 echo 1466 1947 1467 cat <<\_ASBOX 1468 ## ---------------- ## 1948 $as_echo "## ---------------- ## 1469 1949 ## Cache variables. ## 1470 ## ---------------- ## 1471 _ASBOX 1950 ## ---------------- ##" 1472 1951 echo 1473 1952 # The following way of writing the cache mishandles newlines in values, … … 1478 1957 *${as_nl}*) 1479 1958 case $ac_var in #( 1480 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51481 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1959 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1960 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1482 1961 esac 1483 1962 case $ac_var in #( 1484 1963 _ | IFS | as_nl) ;; #( 1485 *) $as_unset $ac_var ;; 1964 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1965 *) { eval $ac_var=; unset $ac_var;} ;; 1486 1966 esac ;; 1487 1967 esac … … 1502 1982 echo 1503 1983 1504 cat <<\_ASBOX 1505 ## ----------------- ## 1984 $as_echo "## ----------------- ## 1506 1985 ## Output variables. ## 1507 ## ----------------- ## 1508 _ASBOX 1986 ## ----------------- ##" 1509 1987 echo 1510 1988 for ac_var in $ac_subst_vars … … 1512 1990 eval ac_val=\$$ac_var 1513 1991 case $ac_val in 1514 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1992 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1515 1993 esac 1516 echo "$ac_var='\''$ac_val'\''"1994 $as_echo "$ac_var='\''$ac_val'\''" 1517 1995 done | sort 1518 1996 echo 1519 1997 1520 1998 if test -n "$ac_subst_files"; then 1521 cat <<\_ASBOX 1522 ## ------------------- ## 1999 $as_echo "## ------------------- ## 1523 2000 ## File substitutions. ## 1524 ## ------------------- ## 1525 _ASBOX 2001 ## ------------------- ##" 1526 2002 echo 1527 2003 for ac_var in $ac_subst_files … … 1529 2005 eval ac_val=\$$ac_var 1530 2006 case $ac_val in 1531 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;2007 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1532 2008 esac 1533 echo "$ac_var='\''$ac_val'\''"2009 $as_echo "$ac_var='\''$ac_val'\''" 1534 2010 done | sort 1535 2011 echo … … 1537 2013 1538 2014 if test -s confdefs.h; then 1539 cat <<\_ASBOX 1540 ## ----------- ## 2015 $as_echo "## ----------- ## 1541 2016 ## confdefs.h. ## 1542 ## ----------- ## 1543 _ASBOX 2017 ## ----------- ##" 1544 2018 echo 1545 2019 cat confdefs.h … … 1547 2021 fi 1548 2022 test "$ac_signal" != 0 && 1549 echo "$as_me: caught signal $ac_signal"1550 echo "$as_me: exit $exit_status"2023 $as_echo "$as_me: caught signal $ac_signal" 2024 $as_echo "$as_me: exit $exit_status" 1551 2025 } >&5 1552 2026 rm -f core *.core core.conftest.* && … … 1555 2029 ' 0 1556 2030 for ac_signal in 1 2 13 15; do 1557 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal2031 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1558 2032 done 1559 2033 ac_signal=0 … … 1562 2036 rm -f -r conftest* confdefs.h 1563 2037 2038 $as_echo "/* confdefs.h */" > confdefs.h 2039 1564 2040 # Predefined preprocessor variables. 1565 2041 … … 1568 2044 _ACEOF 1569 2045 1570 1571 2046 cat >>confdefs.h <<_ACEOF 1572 2047 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1573 2048 _ACEOF 1574 2049 1575 1576 2050 cat >>confdefs.h <<_ACEOF 1577 2051 #define PACKAGE_VERSION "$PACKAGE_VERSION" 1578 2052 _ACEOF 1579 2053 1580 1581 2054 cat >>confdefs.h <<_ACEOF 1582 2055 #define PACKAGE_STRING "$PACKAGE_STRING" 1583 2056 _ACEOF 1584 2057 1585 1586 2058 cat >>confdefs.h <<_ACEOF 1587 2059 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1588 2060 _ACEOF 1589 2061 2062 cat >>confdefs.h <<_ACEOF 2063 #define PACKAGE_URL "$PACKAGE_URL" 2064 _ACEOF 2065 1590 2066 1591 2067 # Let the site file select an alternate cache file if it wants to. 1592 # Prefer explicitly selected file to automatically selected ones. 2068 # Prefer an explicitly selected file to automatically selected ones. 2069 ac_site_file1=NONE 2070 ac_site_file2=NONE 1593 2071 if test -n "$CONFIG_SITE"; then 1594 set x "$CONFIG_SITE" 2072 # We do not want a PATH search for config.site. 2073 case $CONFIG_SITE in #(( 2074 -*) ac_site_file1=./$CONFIG_SITE;; 2075 */*) ac_site_file1=$CONFIG_SITE;; 2076 *) ac_site_file1=./$CONFIG_SITE;; 2077 esac 1595 2078 elif test "x$prefix" != xNONE; then 1596 set x "$prefix/share/config.site" "$prefix/etc/config.site"1597 else1598 set x "$ac_default_prefix/share/config.site" \ 1599 "$ac_default_prefix/etc/config.site" 1600 fi 1601 shift 1602 for ac_site_file 2079 ac_site_file1=$prefix/share/config.site 2080 ac_site_file2=$prefix/etc/config.site 2081 else 2082 ac_site_file1=$ac_default_prefix/share/config.site 2083 ac_site_file2=$ac_default_prefix/etc/config.site 2084 fi 2085 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1603 2086 do 1604 if test -r "$ac_site_file"; then 1605 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1606 echo "$as_me: loading site script $ac_site_file" >&6;} 2087 test "x$ac_site_file" = xNONE && continue 2088 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2089 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2090 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1607 2091 sed 's/^/| /' "$ac_site_file" >&5 1608 . "$ac_site_file" 2092 . "$ac_site_file" \ 2093 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2094 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2095 as_fn_error $? "failed to load site script $ac_site_file 2096 See \`config.log' for more details" "$LINENO" 5 ; } 1609 2097 fi 1610 2098 done 1611 2099 1612 2100 if test -r "$cache_file"; then 1613 # Some versions of bash will fail to source /dev/null (special 1614 # files actually), so we avoid doing that.1615 if test -f "$cache_file"; then1616 { echo "$as_me:$LINENO: loading cache $cache_file" >&51617 echo "$as_me: loading cache $cache_file" >&6;}2101 # Some versions of bash will fail to source /dev/null (special files 2102 # actually), so we avoid doing that. DJGPP emulates it as a regular file. 2103 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2104 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2105 $as_echo "$as_me: loading cache $cache_file" >&6;} 1618 2106 case $cache_file in 1619 2107 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1622 2110 fi 1623 2111 else 1624 { echo "$as_me:$LINENO: creating cache $cache_file" >&51625 echo "$as_me: creating cache $cache_file" >&6;}2112 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 2113 $as_echo "$as_me: creating cache $cache_file" >&6;} 1626 2114 >$cache_file 1627 2115 fi … … 1637 2125 case $ac_old_set,$ac_new_set in 1638 2126 set,) 1639 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51640 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}2127 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2128 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1641 2129 ac_cache_corrupted=: ;; 1642 2130 ,set) 1643 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51644 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}2131 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 2132 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1645 2133 ac_cache_corrupted=: ;; 1646 2134 ,);; 1647 2135 *) 1648 2136 if test "x$ac_old_val" != "x$ac_new_val"; then 1649 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1650 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1651 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1652 echo "$as_me: former value: $ac_old_val" >&2;} 1653 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1654 echo "$as_me: current value: $ac_new_val" >&2;} 1655 ac_cache_corrupted=: 2137 # differences in whitespace do not lead to failure. 2138 ac_old_val_w=`echo x $ac_old_val` 2139 ac_new_val_w=`echo x $ac_new_val` 2140 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2141 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 2142 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2143 ac_cache_corrupted=: 2144 else 2145 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2146 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2147 eval $ac_var=\$ac_old_val 2148 fi 2149 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2150 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2151 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2152 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1656 2153 fi;; 1657 2154 esac … … 1659 2156 if test "$ac_new_set" = set; then 1660 2157 case $ac_new_val in 1661 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;2158 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1662 2159 *) ac_arg=$ac_var=$ac_new_val ;; 1663 2160 esac 1664 2161 case " $ac_configure_args " in 1665 2162 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1666 *) a c_configure_args="$ac_configure_args'$ac_arg'" ;;2163 *) as_fn_append ac_configure_args " '$ac_arg'" ;; 1667 2164 esac 1668 2165 fi 1669 2166 done 1670 2167 if $ac_cache_corrupted; then 1671 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1672 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1673 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1674 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1675 { (exit 1); exit 1; }; } 1676 fi 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 2168 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2169 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2170 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2171 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2172 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2173 fi 2174 ## -------------------- ## 2175 ## Main body of script. ## 2176 ## -------------------- ## 1701 2177 1702 2178 ac_ext=c … … 1708 2184 1709 2185 1710 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1711 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1712 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1713 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 1714 echo $ECHO_N "(cached) $ECHO_C" >&6 2186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2187 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2188 set x ${MAKE-make} 2189 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2190 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 2191 $as_echo_n "(cached) " >&6 1715 2192 else 1716 2193 cat >conftest.make <<\_ACEOF … … 1719 2196 @echo '@@@%%%=$(MAKE)=@@@%%%' 1720 2197 _ACEOF 1721 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.2198 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 1722 2199 case `${MAKE-make} -f conftest.make 2>/dev/null` in 1723 2200 *@@@%%%=?*=@@@%%%*) … … 1729 2206 fi 1730 2207 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1731 { echo "$as_me:$LINENO: result: yes" >&51732 echo "${ECHO_T}yes" >&6; }2208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2209 $as_echo "yes" >&6; } 1733 2210 SET_MAKE= 1734 2211 else 1735 { echo "$as_me:$LINENO: result: no" >&51736 echo "${ECHO_T}no" >&6; }2212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2213 $as_echo "no" >&6; } 1737 2214 SET_MAKE="MAKE=${MAKE-make}" 1738 2215 fi … … 1740 2217 ac_config_headers="$ac_config_headers config.h" 1741 2218 1742 am__api_version="1.9" 2219 am__api_version='1.11' 2220 1743 2221 ac_aux_dir= 1744 2222 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do … … 1758 2236 done 1759 2237 if test -z "$ac_aux_dir"; then 1760 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1761 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1762 { (exit 1); exit 1; }; } 2238 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 1763 2239 fi 1764 2240 … … 1785 2261 # OS/2's system install, which has a completely different semantic 1786 2262 # ./install, which can be erroneously created by make from ./install.sh. 1787 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1788 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2263 # Reject install programs that cannot install multiple files. 2264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2265 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1789 2266 if test -z "$INSTALL"; then 1790 if test "${ac_cv_path_install+set}" = set; then 1791 echo $ECHO_N "(cached) $ECHO_C" >&62267 if test "${ac_cv_path_install+set}" = set; then : 2268 $as_echo_n "(cached) " >&6 1792 2269 else 1793 2270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 1796 2273 IFS=$as_save_IFS 1797 2274 test -z "$as_dir" && as_dir=. 1798 # Account for people who put trailing slashes in PATH elements.1799 case $as_dir/ in 1800 ./ | .// | / cC/* | \2275 # Account for people who put trailing slashes in PATH elements. 2276 case $as_dir/ in #(( 2277 ./ | .// | /[cC]/* | \ 1801 2278 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1802 ?: \\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \2279 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 1803 2280 /usr/ucb/* ) ;; 1804 2281 *) … … 1808 2285 for ac_prog in ginstall scoinst install; do 1809 2286 for ac_exec_ext in '' $ac_executable_extensions; do 1810 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_prog$ac_exec_ext"; }; then2287 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 1811 2288 if test $ac_prog = install && 1812 2289 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 1818 2295 : 1819 2296 else 1820 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1821 break 3 2297 rm -rf conftest.one conftest.two conftest.dir 2298 echo one > conftest.one 2299 echo two > conftest.two 2300 mkdir conftest.dir 2301 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2302 test -s conftest.one && test -s conftest.two && 2303 test -s conftest.dir/conftest.one && 2304 test -s conftest.dir/conftest.two 2305 then 2306 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2307 break 3 2308 fi 1822 2309 fi 1823 2310 fi … … 1826 2313 ;; 1827 2314 esac 1828 done 2315 2316 done 1829 2317 IFS=$as_save_IFS 1830 2318 2319 rm -rf conftest.one conftest.two conftest.dir 1831 2320 1832 2321 fi … … 1841 2330 fi 1842 2331 fi 1843 { echo "$as_me:$LINENO: result: $INSTALL" >&51844 echo "${ECHO_T}$INSTALL" >&6; }2332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 2333 $as_echo "$INSTALL" >&6; } 1845 2334 1846 2335 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 1852 2341 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1853 2342 1854 { echo "$as_me:$LINENO: checking whether build environment is sane" >&51855 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }2343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2344 $as_echo_n "checking whether build environment is sane... " >&6; } 1856 2345 # Just in case 1857 2346 sleep 1 1858 2347 echo timestamp > conftest.file 2348 # Reject unsafe characters in $srcdir or the absolute working directory 2349 # name. Accept space and tab only in the latter. 2350 am_lf=' 2351 ' 2352 case `pwd` in 2353 *[\\\"\#\$\&\'\`$am_lf]*) 2354 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; 2355 esac 2356 case $srcdir in 2357 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2358 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; 2359 esac 2360 1859 2361 # Do `set' in a subshell so we don't clobber the current shell's 1860 2362 # arguments. Must try -L first in case configure is actually a … … 1863 2365 # directory). 1864 2366 if ( 1865 set X `ls -Lt $srcdir/configureconftest.file 2> /dev/null`2367 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 1866 2368 if test "$*" = "X"; then 1867 2369 # -L didn't work. 1868 set X `ls -t $srcdir/configureconftest.file`2370 set X `ls -t "$srcdir/configure" conftest.file` 1869 2371 fi 1870 2372 rm -f conftest.file … … 1876 2378 # broken ls alias from the environment. This has actually 1877 2379 # happened. Such a system could not be considered "sane". 1878 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1879 alias in your environment" >&5 1880 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1881 alias in your environment" >&2;} 1882 { (exit 1); exit 1; }; } 2380 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2381 alias in your environment" "$LINENO" 5 1883 2382 fi 1884 2383 … … 1889 2388 : 1890 2389 else 1891 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 1892 Check your system clock" >&5 1893 echo "$as_me: error: newly created file is older than distributed files! 1894 Check your system clock" >&2;} 1895 { (exit 1); exit 1; }; } 1896 fi 1897 { echo "$as_me:$LINENO: result: yes" >&5 1898 echo "${ECHO_T}yes" >&6; } 2390 as_fn_error $? "newly created file is older than distributed files! 2391 Check your system clock" "$LINENO" 5 2392 fi 2393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2394 $as_echo "yes" >&6; } 1899 2395 test "$program_prefix" != NONE && 1900 2396 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 1902 2398 test "$program_suffix" != NONE && 1903 2399 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 1904 # Double any \ or $. echo might interpret backslashes.2400 # Double any \ or $. 1905 2401 # By default was `s,x,x', remove it if useless. 1906 cat <<\_ACEOF >conftest.sed 1907 s/[\\$]/&&/g;s/;s,x,x,$// 1908 _ACEOF 1909 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1910 rm -f conftest.sed 2402 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2403 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 1911 2404 1912 2405 # expand $ac_aux_dir to an absolute path 1913 2406 am_aux_dir=`cd $ac_aux_dir && pwd` 1914 2407 1915 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 2408 if test x"${MISSING+set}" != xset; then 2409 case $am_aux_dir in 2410 *\ * | *\ *) 2411 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 2412 *) 2413 MISSING="\${SHELL} $am_aux_dir/missing" ;; 2414 esac 2415 fi 1916 2416 # Use eval to expand $SHELL 1917 2417 if eval "$MISSING --run true"; then … … 1919 2419 else 1920 2420 am_missing_run= 1921 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1922 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1923 fi 1924 1925 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 1926 # We used to keeping the `.' as first argument, in order to 1927 # allow $(mkdir_p) to be used without argument. As in 1928 # $(mkdir_p) $(somedir) 1929 # where $(somedir) is conditionally defined. However this is wrong 1930 # for two reasons: 1931 # 1. if the package is installed by a user who cannot write `.' 1932 # make install will fail, 1933 # 2. the above comment should most certainly read 1934 # $(mkdir_p) $(DESTDIR)$(somedir) 1935 # so it does not work when $(somedir) is undefined and 1936 # $(DESTDIR) is not. 1937 # To support the latter case, we have to write 1938 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), 1939 # so the `.' trick is pointless. 1940 mkdir_p='mkdir -p --' 1941 else 1942 # On NextStep and OpenStep, the `mkdir' command does not 1943 # recognize any option. It will interpret all options as 1944 # directories to create, and then abort because `.' already 1945 # exists. 1946 for d in ./-p ./--version; 1947 do 1948 test -d $d && rmdir $d 1949 done 1950 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. 1951 if test -f "$ac_aux_dir/mkinstalldirs"; then 1952 mkdir_p='$(mkinstalldirs)' 1953 else 1954 mkdir_p='$(install_sh) -d' 1955 fi 1956 fi 1957 1958 for ac_prog in gawk mawk nawk awk 1959 do 1960 # Extract the first word of "$ac_prog", so it can be a program name with args. 1961 set dummy $ac_prog; ac_word=$2 1962 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1963 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1964 if test "${ac_cv_prog_AWK+set}" = set; then 1965 echo $ECHO_N "(cached) $ECHO_C" >&6 1966 else 1967 if test -n "$AWK"; then 1968 ac_cv_prog_AWK="$AWK" # Let the user override the test. 1969 else 1970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1971 for as_dir in $PATH 1972 do 1973 IFS=$as_save_IFS 1974 test -z "$as_dir" && as_dir=. 1975 for ac_exec_ext in '' $ac_executable_extensions; do 1976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1977 ac_cv_prog_AWK="$ac_prog" 1978 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1979 break 2 1980 fi 1981 done 1982 done 1983 IFS=$as_save_IFS 1984 1985 fi 1986 fi 1987 AWK=$ac_cv_prog_AWK 1988 if test -n "$AWK"; then 1989 { echo "$as_me:$LINENO: result: $AWK" >&5 1990 echo "${ECHO_T}$AWK" >&6; } 1991 else 1992 { echo "$as_me:$LINENO: result: no" >&5 1993 echo "${ECHO_T}no" >&6; } 1994 fi 1995 1996 1997 test -n "$AWK" && break 1998 done 1999 2000 rm -rf .tst 2>/dev/null 2001 mkdir .tst 2>/dev/null 2002 if test -d .tst; then 2003 am__leading_dot=. 2004 else 2005 am__leading_dot=_ 2006 fi 2007 rmdir .tst 2>/dev/null 2008 2009 # test to see if srcdir already configured 2010 if test "`cd $srcdir && pwd`" != "`pwd`" && 2011 test -f $srcdir/config.status; then 2012 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2013 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2014 { (exit 1); exit 1; }; } 2015 fi 2016 2017 # test whether we have cygpath 2018 if test -z "$CYGPATH_W"; then 2019 if (cygpath --version) >/dev/null 2>/dev/null; then 2020 CYGPATH_W='cygpath -w' 2021 else 2022 CYGPATH_W=echo 2023 fi 2024 fi 2025 2026 2027 # Define the identity of the package. 2028 PACKAGE='renetcol' 2029 VERSION='0.0.5' 2030 2031 2032 cat >>confdefs.h <<_ACEOF 2033 #define PACKAGE "$PACKAGE" 2034 _ACEOF 2035 2036 2037 cat >>confdefs.h <<_ACEOF 2038 #define VERSION "$VERSION" 2039 _ACEOF 2040 2041 # Some tools Automake needs. 2042 2043 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2044 2045 2046 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2047 2048 2049 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2050 2051 2052 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2053 2054 2055 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2056 2057 install_sh=${install_sh-"$am_aux_dir/install-sh"} 2421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2422 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2423 fi 2424 2425 if test x"${install_sh}" != xset; then 2426 case $am_aux_dir in 2427 *\ * | *\ *) 2428 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2429 *) 2430 install_sh="\${SHELL} $am_aux_dir/install-sh" 2431 esac 2432 fi 2058 2433 2059 2434 # Installed binaries are usually stripped using `strip' when the user … … 2065 2440 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2066 2441 set dummy ${ac_tool_prefix}strip; ac_word=$2 2067 { echo "$as_me:$LINENO: checking for $ac_word" >&52068 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2069 if test "${ac_cv_prog_STRIP+set}" = set; then 2070 echo $ECHO_N "(cached) $ECHO_C" >&62442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2443 $as_echo_n "checking for $ac_word... " >&6; } 2444 if test "${ac_cv_prog_STRIP+set}" = set; then : 2445 $as_echo_n "(cached) " >&6 2071 2446 else 2072 2447 if test -n "$STRIP"; then … … 2078 2453 IFS=$as_save_IFS 2079 2454 test -z "$as_dir" && as_dir=. 2080 for ac_exec_ext in '' $ac_executable_extensions; do2081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2455 for ac_exec_ext in '' $ac_executable_extensions; do 2456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2082 2457 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2083 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2084 2459 break 2 2085 2460 fi 2086 2461 done 2087 done2462 done 2088 2463 IFS=$as_save_IFS 2089 2464 … … 2092 2467 STRIP=$ac_cv_prog_STRIP 2093 2468 if test -n "$STRIP"; then 2094 { echo "$as_me:$LINENO: result: $STRIP" >&52095 echo "${ECHO_T}$STRIP" >&6; }2096 else 2097 { echo "$as_me:$LINENO: result: no" >&52098 echo "${ECHO_T}no" >&6; }2469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2470 $as_echo "$STRIP" >&6; } 2471 else 2472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2473 $as_echo "no" >&6; } 2099 2474 fi 2100 2475 … … 2105 2480 # Extract the first word of "strip", so it can be a program name with args. 2106 2481 set dummy strip; ac_word=$2 2107 { echo "$as_me:$LINENO: checking for $ac_word" >&52108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2109 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2110 echo $ECHO_N "(cached) $ECHO_C" >&62482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2483 $as_echo_n "checking for $ac_word... " >&6; } 2484 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 2485 $as_echo_n "(cached) " >&6 2111 2486 else 2112 2487 if test -n "$ac_ct_STRIP"; then … … 2118 2493 IFS=$as_save_IFS 2119 2494 test -z "$as_dir" && as_dir=. 2120 for ac_exec_ext in '' $ac_executable_extensions; do2121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2495 for ac_exec_ext in '' $ac_executable_extensions; do 2496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2122 2497 ac_cv_prog_ac_ct_STRIP="strip" 2123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2124 2499 break 2 2125 2500 fi 2126 2501 done 2127 done2502 done 2128 2503 IFS=$as_save_IFS 2129 2504 … … 2132 2507 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2133 2508 if test -n "$ac_ct_STRIP"; then 2134 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52135 echo "${ECHO_T}$ac_ct_STRIP" >&6; }2136 else 2137 { echo "$as_me:$LINENO: result: no" >&52138 echo "${ECHO_T}no" >&6; }2509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 2510 $as_echo "$ac_ct_STRIP" >&6; } 2511 else 2512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2513 $as_echo "no" >&6; } 2139 2514 fi 2140 2515 … … 2144 2519 case $cross_compiling:$ac_tool_warned in 2145 2520 yes:) 2146 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2147 whose name does not start with the host triplet. If you think this 2148 configuration is useful to you, please write to autoconf@gnu.org." >&5 2149 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2150 whose name does not start with the host triplet. If you think this 2151 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2522 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2152 2523 ac_tool_warned=yes ;; 2153 2524 esac … … 2159 2530 2160 2531 fi 2161 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 2532 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2533 2534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 2535 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 2536 if test -z "$MKDIR_P"; then 2537 if test "${ac_cv_path_mkdir+set}" = set; then : 2538 $as_echo_n "(cached) " >&6 2539 else 2540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2541 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 2542 do 2543 IFS=$as_save_IFS 2544 test -z "$as_dir" && as_dir=. 2545 for ac_prog in mkdir gmkdir; do 2546 for ac_exec_ext in '' $ac_executable_extensions; do 2547 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 2548 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2549 'mkdir (GNU coreutils) '* | \ 2550 'mkdir (coreutils) '* | \ 2551 'mkdir (fileutils) '4.1*) 2552 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 2553 break 3;; 2554 esac 2555 done 2556 done 2557 done 2558 IFS=$as_save_IFS 2559 2560 fi 2561 2562 test -d ./--version && rmdir ./--version 2563 if test "${ac_cv_path_mkdir+set}" = set; then 2564 MKDIR_P="$ac_cv_path_mkdir -p" 2565 else 2566 # As a last resort, use the slow shell script. Don't cache a 2567 # value for MKDIR_P within a source directory, because that will 2568 # break other packages using the cache if that directory is 2569 # removed, or if the value is a relative name. 2570 MKDIR_P="$ac_install_sh -d" 2571 fi 2572 fi 2573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2574 $as_echo "$MKDIR_P" >&6; } 2575 2576 mkdir_p="$MKDIR_P" 2577 case $mkdir_p in 2578 [\\/$]* | ?:[\\/]*) ;; 2579 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 2580 esac 2581 2582 for ac_prog in gawk mawk nawk awk 2583 do 2584 # Extract the first word of "$ac_prog", so it can be a program name with args. 2585 set dummy $ac_prog; ac_word=$2 2586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2587 $as_echo_n "checking for $ac_word... " >&6; } 2588 if test "${ac_cv_prog_AWK+set}" = set; then : 2589 $as_echo_n "(cached) " >&6 2590 else 2591 if test -n "$AWK"; then 2592 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2593 else 2594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2595 for as_dir in $PATH 2596 do 2597 IFS=$as_save_IFS 2598 test -z "$as_dir" && as_dir=. 2599 for ac_exec_ext in '' $ac_executable_extensions; do 2600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2601 ac_cv_prog_AWK="$ac_prog" 2602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2603 break 2 2604 fi 2605 done 2606 done 2607 IFS=$as_save_IFS 2608 2609 fi 2610 fi 2611 AWK=$ac_cv_prog_AWK 2612 if test -n "$AWK"; then 2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2614 $as_echo "$AWK" >&6; } 2615 else 2616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2617 $as_echo "no" >&6; } 2618 fi 2619 2620 2621 test -n "$AWK" && break 2622 done 2623 2624 rm -rf .tst 2>/dev/null 2625 mkdir .tst 2>/dev/null 2626 if test -d .tst; then 2627 am__leading_dot=. 2628 else 2629 am__leading_dot=_ 2630 fi 2631 rmdir .tst 2>/dev/null 2632 2633 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2634 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2635 # is not polluted with repeated "-I." 2636 am__isrc=' -I$(srcdir)' 2637 # test to see if srcdir already configured 2638 if test -f $srcdir/config.status; then 2639 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2640 fi 2641 fi 2642 2643 # test whether we have cygpath 2644 if test -z "$CYGPATH_W"; then 2645 if (cygpath --version) >/dev/null 2>/dev/null; then 2646 CYGPATH_W='cygpath -w' 2647 else 2648 CYGPATH_W=echo 2649 fi 2650 fi 2651 2652 2653 # Define the identity of the package. 2654 PACKAGE='renetcolsmp' 2655 VERSION='0.0.1beta' 2656 2657 2658 cat >>confdefs.h <<_ACEOF 2659 #define PACKAGE "$PACKAGE" 2660 _ACEOF 2661 2662 2663 cat >>confdefs.h <<_ACEOF 2664 #define VERSION "$VERSION" 2665 _ACEOF 2666 2667 # Some tools Automake needs. 2668 2669 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2670 2671 2672 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2673 2674 2675 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2676 2677 2678 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2679 2680 2681 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2162 2682 2163 2683 # We need awk for the "check" target. The system "awk" is bad on … … 2173 2693 2174 2694 2175 CFLAGS=-I/usr/local/include -g -ansi -Wall -D _SVID_SOURCE \ 2176 -DSIGSETJMP_IS_BROKEN \ 2177 -D _XOPEN_SOURCE \ 2178 -pedantic \ 2179 -pg 2695 CFLAGS="-I/usr/local/include -g -ansi -Wno-long-long -Wall -D _SVID_SOURCE -DSIGSETJMP_IS_BROKEN -D _XOPEN_SOURCE -pedantic" 2696 2697 CFLAGS_OPTIMIZE="-O2" 2698 CFLAGS_ASACC="-DASACC" 2699 CFLAGS_IPV4AGGIDSNMP="-DIPV4AGGIDSNMP" 2700 CFLAGS_IPV6AGGIDSNMP="-DIPV6AGGIDSNMP" 2701 CFLAGS_IPV6LINKAGG="-DIPV6LINKAGG" 2702 CFLAGS_IPV4AGGIDR="-DIPV4AGGIDR" 2703 CFLAGS_MATRIX="-DMATRIX" 2704 CFLAGS_DEBUG="-DDEBUG" 2705 CFLAGS_DEBUGAGG="-DDEBUGAGG" 2706 CFLAGS_PRINTUNKNOWNSUBNET="-DPRINTUNKNOWNSUBNET" 2707 CFLAGS_MULTISAMPLING="-DMULTISAMPLING" 2708 CFLAGS_READFROMFILE="-DREADFROMFILE -lpcap" 2180 2709 2181 2710 # Checks for programs. … … 2188 2717 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2189 2718 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2190 { echo "$as_me:$LINENO: checking for $ac_word" >&52191 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2192 if test "${ac_cv_prog_CC+set}" = set; then 2193 echo $ECHO_N "(cached) $ECHO_C" >&62719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2720 $as_echo_n "checking for $ac_word... " >&6; } 2721 if test "${ac_cv_prog_CC+set}" = set; then : 2722 $as_echo_n "(cached) " >&6 2194 2723 else 2195 2724 if test -n "$CC"; then … … 2201 2730 IFS=$as_save_IFS 2202 2731 test -z "$as_dir" && as_dir=. 2203 for ac_exec_ext in '' $ac_executable_extensions; do2204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2732 for ac_exec_ext in '' $ac_executable_extensions; do 2733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2205 2734 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2206 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2207 2736 break 2 2208 2737 fi 2209 2738 done 2210 done2739 done 2211 2740 IFS=$as_save_IFS 2212 2741 … … 2215 2744 CC=$ac_cv_prog_CC 2216 2745 if test -n "$CC"; then 2217 { echo "$as_me:$LINENO: result: $CC" >&52218 echo "${ECHO_T}$CC" >&6; }2219 else 2220 { echo "$as_me:$LINENO: result: no" >&52221 echo "${ECHO_T}no" >&6; }2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2747 $as_echo "$CC" >&6; } 2748 else 2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2750 $as_echo "no" >&6; } 2222 2751 fi 2223 2752 … … 2228 2757 # Extract the first word of "gcc", so it can be a program name with args. 2229 2758 set dummy gcc; ac_word=$2 2230 { echo "$as_me:$LINENO: checking for $ac_word" >&52231 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2232 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2233 echo $ECHO_N "(cached) $ECHO_C" >&62759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2760 $as_echo_n "checking for $ac_word... " >&6; } 2761 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2762 $as_echo_n "(cached) " >&6 2234 2763 else 2235 2764 if test -n "$ac_ct_CC"; then … … 2241 2770 IFS=$as_save_IFS 2242 2771 test -z "$as_dir" && as_dir=. 2243 for ac_exec_ext in '' $ac_executable_extensions; do2244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2772 for ac_exec_ext in '' $ac_executable_extensions; do 2773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2245 2774 ac_cv_prog_ac_ct_CC="gcc" 2246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2247 2776 break 2 2248 2777 fi 2249 2778 done 2250 done2779 done 2251 2780 IFS=$as_save_IFS 2252 2781 … … 2255 2784 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2256 2785 if test -n "$ac_ct_CC"; then 2257 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52258 echo "${ECHO_T}$ac_ct_CC" >&6; }2259 else 2260 { echo "$as_me:$LINENO: result: no" >&52261 echo "${ECHO_T}no" >&6; }2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2787 $as_echo "$ac_ct_CC" >&6; } 2788 else 2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2790 $as_echo "no" >&6; } 2262 2791 fi 2263 2792 … … 2267 2796 case $cross_compiling:$ac_tool_warned in 2268 2797 yes:) 2269 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2270 whose name does not start with the host triplet. If you think this 2271 configuration is useful to you, please write to autoconf@gnu.org." >&5 2272 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2273 whose name does not start with the host triplet. If you think this 2274 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2799 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2275 2800 ac_tool_warned=yes ;; 2276 2801 esac … … 2285 2810 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2286 2811 set dummy ${ac_tool_prefix}cc; ac_word=$2 2287 { echo "$as_me:$LINENO: checking for $ac_word" >&52288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2289 if test "${ac_cv_prog_CC+set}" = set; then 2290 echo $ECHO_N "(cached) $ECHO_C" >&62812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2813 $as_echo_n "checking for $ac_word... " >&6; } 2814 if test "${ac_cv_prog_CC+set}" = set; then : 2815 $as_echo_n "(cached) " >&6 2291 2816 else 2292 2817 if test -n "$CC"; then … … 2298 2823 IFS=$as_save_IFS 2299 2824 test -z "$as_dir" && as_dir=. 2300 for ac_exec_ext in '' $ac_executable_extensions; do2301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2825 for ac_exec_ext in '' $ac_executable_extensions; do 2826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2302 2827 ac_cv_prog_CC="${ac_tool_prefix}cc" 2303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2304 2829 break 2 2305 2830 fi 2306 2831 done 2307 done2832 done 2308 2833 IFS=$as_save_IFS 2309 2834 … … 2312 2837 CC=$ac_cv_prog_CC 2313 2838 if test -n "$CC"; then 2314 { echo "$as_me:$LINENO: result: $CC" >&52315 echo "${ECHO_T}$CC" >&6; }2316 else 2317 { echo "$as_me:$LINENO: result: no" >&52318 echo "${ECHO_T}no" >&6; }2839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2840 $as_echo "$CC" >&6; } 2841 else 2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2843 $as_echo "no" >&6; } 2319 2844 fi 2320 2845 … … 2325 2850 # Extract the first word of "cc", so it can be a program name with args. 2326 2851 set dummy cc; ac_word=$2 2327 { echo "$as_me:$LINENO: checking for $ac_word" >&52328 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2329 if test "${ac_cv_prog_CC+set}" = set; then 2330 echo $ECHO_N "(cached) $ECHO_C" >&62852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2853 $as_echo_n "checking for $ac_word... " >&6; } 2854 if test "${ac_cv_prog_CC+set}" = set; then : 2855 $as_echo_n "(cached) " >&6 2331 2856 else 2332 2857 if test -n "$CC"; then … … 2339 2864 IFS=$as_save_IFS 2340 2865 test -z "$as_dir" && as_dir=. 2341 for ac_exec_ext in '' $ac_executable_extensions; do2342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2866 for ac_exec_ext in '' $ac_executable_extensions; do 2867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2343 2868 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2344 2869 ac_prog_rejected=yes … … 2346 2871 fi 2347 2872 ac_cv_prog_CC="cc" 2348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2349 2874 break 2 2350 2875 fi 2351 2876 done 2352 done2877 done 2353 2878 IFS=$as_save_IFS 2354 2879 … … 2369 2894 CC=$ac_cv_prog_CC 2370 2895 if test -n "$CC"; then 2371 { echo "$as_me:$LINENO: result: $CC" >&52372 echo "${ECHO_T}$CC" >&6; }2373 else 2374 { echo "$as_me:$LINENO: result: no" >&52375 echo "${ECHO_T}no" >&6; }2896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2897 $as_echo "$CC" >&6; } 2898 else 2899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2900 $as_echo "no" >&6; } 2376 2901 fi 2377 2902 … … 2384 2909 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2385 2910 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2386 { echo "$as_me:$LINENO: checking for $ac_word" >&52387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2388 if test "${ac_cv_prog_CC+set}" = set; then 2389 echo $ECHO_N "(cached) $ECHO_C" >&62911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2912 $as_echo_n "checking for $ac_word... " >&6; } 2913 if test "${ac_cv_prog_CC+set}" = set; then : 2914 $as_echo_n "(cached) " >&6 2390 2915 else 2391 2916 if test -n "$CC"; then … … 2397 2922 IFS=$as_save_IFS 2398 2923 test -z "$as_dir" && as_dir=. 2399 for ac_exec_ext in '' $ac_executable_extensions; do2400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2924 for ac_exec_ext in '' $ac_executable_extensions; do 2925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2401 2926 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2403 2928 break 2 2404 2929 fi 2405 2930 done 2406 done2931 done 2407 2932 IFS=$as_save_IFS 2408 2933 … … 2411 2936 CC=$ac_cv_prog_CC 2412 2937 if test -n "$CC"; then 2413 { echo "$as_me:$LINENO: result: $CC" >&52414 echo "${ECHO_T}$CC" >&6; }2415 else 2416 { echo "$as_me:$LINENO: result: no" >&52417 echo "${ECHO_T}no" >&6; }2938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2939 $as_echo "$CC" >&6; } 2940 else 2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2942 $as_echo "no" >&6; } 2418 2943 fi 2419 2944 … … 2428 2953 # Extract the first word of "$ac_prog", so it can be a program name with args. 2429 2954 set dummy $ac_prog; ac_word=$2 2430 { echo "$as_me:$LINENO: checking for $ac_word" >&52431 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2432 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2433 echo $ECHO_N "(cached) $ECHO_C" >&62955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2956 $as_echo_n "checking for $ac_word... " >&6; } 2957 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2958 $as_echo_n "(cached) " >&6 2434 2959 else 2435 2960 if test -n "$ac_ct_CC"; then … … 2441 2966 IFS=$as_save_IFS 2442 2967 test -z "$as_dir" && as_dir=. 2443 for ac_exec_ext in '' $ac_executable_extensions; do2444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2968 for ac_exec_ext in '' $ac_executable_extensions; do 2969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2445 2970 ac_cv_prog_ac_ct_CC="$ac_prog" 2446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2447 2972 break 2 2448 2973 fi 2449 2974 done 2450 done2975 done 2451 2976 IFS=$as_save_IFS 2452 2977 … … 2455 2980 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2456 2981 if test -n "$ac_ct_CC"; then 2457 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52458 echo "${ECHO_T}$ac_ct_CC" >&6; }2459 else 2460 { echo "$as_me:$LINENO: result: no" >&52461 echo "${ECHO_T}no" >&6; }2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2983 $as_echo "$ac_ct_CC" >&6; } 2984 else 2985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2986 $as_echo "no" >&6; } 2462 2987 fi 2463 2988 … … 2471 2996 case $cross_compiling:$ac_tool_warned in 2472 2997 yes:) 2473 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2474 whose name does not start with the host triplet. If you think this 2475 configuration is useful to you, please write to autoconf@gnu.org." >&5 2476 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2477 whose name does not start with the host triplet. If you think this 2478 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2479 3000 ac_tool_warned=yes ;; 2480 3001 esac … … 2486 3007 2487 3008 2488 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2489 See \`config.log' for more details." >&5 2490 echo "$as_me: error: no acceptable C compiler found in \$PATH 2491 See \`config.log' for more details." >&2;} 2492 { (exit 1); exit 1; }; } 3009 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3010 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3011 as_fn_error $? "no acceptable C compiler found in \$PATH 3012 See \`config.log' for more details" "$LINENO" 5 ; } 2493 3013 2494 3014 # Provide some information about the compiler. 2495 echo "$as_me:$LINENO: checking for C compiler version" >&5 2496 ac_compiler=`set X $ac_compile; echo $2` 2497 { (ac_try="$ac_compiler --version >&5" 3015 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3016 set X $ac_compile 3017 ac_compiler=$2 3018 for ac_option in --version -v -V -qversion; do 3019 { { ac_try="$ac_compiler $ac_option >&5" 2498 3020 case "(($ac_try" in 2499 3021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2500 3022 *) ac_try_echo=$ac_try;; 2501 3023 esac 2502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2503 (eval "$ac_compiler --version >&5") 2>&5 3024 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3025 $as_echo "$ac_try_echo"; } >&5 3026 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 2504 3027 ac_status=$? 2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2506 (exit $ac_status); } 2507 { (ac_try="$ac_compiler -v >&5" 3028 if test -s conftest.err; then 3029 sed '10a\ 3030 ... rest of stderr output deleted ... 3031 10q' conftest.err >conftest.er1 3032 cat conftest.er1 >&5 3033 fi 3034 rm -f conftest.er1 conftest.err 3035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3036 test $ac_status = 0; } 3037 done 3038 3039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3040 /* end confdefs.h. */ 3041 3042 int 3043 main () 3044 { 3045 3046 ; 3047 return 0; 3048 } 3049 _ACEOF 3050 ac_clean_files_save=$ac_clean_files 3051 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 3052 # Try to create an executable without -o first, disregard a.out. 3053 # It will help us diagnose broken compilers, and finding out an intuition 3054 # of exeext. 3055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 3056 $as_echo_n "checking whether the C compiler works... " >&6; } 3057 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3058 3059 # The possible output files: 3060 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 3061 3062 ac_rmfiles= 3063 for ac_file in $ac_files 3064 do 3065 case $ac_file in 3066 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3067 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 3068 esac 3069 done 3070 rm -f $ac_rmfiles 3071 3072 if { { ac_try="$ac_link_default" 2508 3073 case "(($ac_try" in 2509 3074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2510 3075 *) ac_try_echo=$ac_try;; 2511 3076 esac 2512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2513 (eval "$ac_compiler -v >&5") 2>&5 2514 ac_status=$? 2515 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2516 (exit $ac_status); } 2517 { (ac_try="$ac_compiler -V >&5" 2518 case "(($ac_try" in 2519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2520 *) ac_try_echo=$ac_try;; 2521 esac 2522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2523 (eval "$ac_compiler -V >&5") 2>&5 2524 ac_status=$? 2525 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2526 (exit $ac_status); } 2527 2528 cat >conftest.$ac_ext <<_ACEOF 2529 /* confdefs.h. */ 2530 _ACEOF 2531 cat confdefs.h >>conftest.$ac_ext 2532 cat >>conftest.$ac_ext <<_ACEOF 2533 /* end confdefs.h. */ 2534 2535 int 2536 main () 2537 { 2538 2539 ; 2540 return 0; 2541 } 2542 _ACEOF 2543 ac_clean_files_save=$ac_clean_files 2544 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2545 # Try to create an executable without -o first, disregard a.out. 2546 # It will help us diagnose broken compilers, and finding out an intuition 2547 # of exeext. 2548 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2549 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2550 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2551 # 2552 # List of possible output files, starting from the most likely. 2553 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2554 # only as a last resort. b.out is created by i960 compilers. 2555 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2556 # 2557 # The IRIX 6 linker writes into existing files which may not be 2558 # executable, retaining their permissions. Remove them first so a 2559 # subsequent execution test works. 2560 ac_rmfiles= 2561 for ac_file in $ac_files 2562 do 2563 case $ac_file in 2564 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2565 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2566 esac 2567 done 2568 rm -f $ac_rmfiles 2569 2570 if { (ac_try="$ac_link_default" 2571 case "(($ac_try" in 2572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2573 *) ac_try_echo=$ac_try;; 2574 esac 2575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3077 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3078 $as_echo "$ac_try_echo"; } >&5 2576 3079 (eval "$ac_link_default") 2>&5 2577 3080 ac_status=$? 2578 echo "$as_me:$LINENO: \$? = $ac_status" >&52579 (exit $ac_status); }; then3081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3082 test $ac_status = 0; }; then : 2580 3083 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2581 3084 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' … … 2583 3086 # so that the user can short-circuit this test for compilers unknown to 2584 3087 # Autoconf. 2585 for ac_file in $ac_files 3088 for ac_file in $ac_files '' 2586 3089 do 2587 3090 test -f "$ac_file" || continue 2588 3091 case $ac_file in 2589 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )3092 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2590 3093 ;; 2591 3094 [ab].out ) … … 2594 3097 break;; 2595 3098 *.* ) 2596 3099 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2597 3100 then :; else 2598 3101 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` … … 2611 3114 2612 3115 else 2613 echo "$as_me: failed program was:" >&5 3116 ac_file='' 3117 fi 3118 if test -z "$ac_file"; then : 3119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3120 $as_echo "no" >&6; } 3121 $as_echo "$as_me: failed program was:" >&5 2614 3122 sed 's/^/| /' conftest.$ac_ext >&5 2615 3123 2616 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2617 See \`config.log' for more details." >&5 2618 echo "$as_me: error: C compiler cannot create executables 2619 See \`config.log' for more details." >&2;} 2620 { (exit 77); exit 77; }; } 2621 fi 2622 3124 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3125 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3126 as_fn_error 77 "C compiler cannot create executables 3127 See \`config.log' for more details" "$LINENO" 5 ; } 3128 else 3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3130 $as_echo "yes" >&6; } 3131 fi 3132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3133 $as_echo_n "checking for C compiler default output file name... " >&6; } 3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3135 $as_echo "$ac_file" >&6; } 2623 3136 ac_exeext=$ac_cv_exeext 2624 { echo "$as_me:$LINENO: result: $ac_file" >&5 2625 echo "${ECHO_T}$ac_file" >&6; } 2626 2627 # Check that the compiler produces executables we can run. If not, either 2628 # the compiler is broken, or we cross compile. 2629 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2630 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2631 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2632 # If not cross compiling, check that we can run a simple program. 2633 if test "$cross_compiling" != yes; then 2634 if { ac_try='./$ac_file' 2635 { (case "(($ac_try" in 2636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2637 *) ac_try_echo=$ac_try;; 2638 esac 2639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2640 (eval "$ac_try") 2>&5 2641 ac_status=$? 2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2643 (exit $ac_status); }; }; then 2644 cross_compiling=no 2645 else 2646 if test "$cross_compiling" = maybe; then 2647 cross_compiling=yes 2648 else 2649 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2650 If you meant to cross compile, use \`--host'. 2651 See \`config.log' for more details." >&5 2652 echo "$as_me: error: cannot run C compiled programs. 2653 If you meant to cross compile, use \`--host'. 2654 See \`config.log' for more details." >&2;} 2655 { (exit 1); exit 1; }; } 2656 fi 2657 fi 2658 fi 2659 { echo "$as_me:$LINENO: result: yes" >&5 2660 echo "${ECHO_T}yes" >&6; } 2661 2662 rm -f a.out a.exe conftest$ac_cv_exeext b.out 3137 3138 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2663 3139 ac_clean_files=$ac_clean_files_save 2664 # Check that the compiler produces executables we can run. If not, either 2665 # the compiler is broken, or we cross compile. 2666 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2667 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2668 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2669 echo "${ECHO_T}$cross_compiling" >&6; } 2670 2671 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2672 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2673 if { (ac_try="$ac_link" 3140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3141 $as_echo_n "checking for suffix of executables... " >&6; } 3142 if { { ac_try="$ac_link" 2674 3143 case "(($ac_try" in 2675 3144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2676 3145 *) ac_try_echo=$ac_try;; 2677 3146 esac 2678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3147 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3148 $as_echo "$ac_try_echo"; } >&5 2679 3149 (eval "$ac_link") 2>&5 2680 3150 ac_status=$? 2681 echo "$as_me:$LINENO: \$? = $ac_status" >&52682 (exit $ac_status); }; then3151 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3152 test $ac_status = 0; }; then : 2683 3153 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2684 3154 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will … … 2688 3158 test -f "$ac_file" || continue 2689 3159 case $ac_file in 2690 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;3160 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2691 3161 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2692 3162 break;; … … 2695 3165 done 2696 3166 else 2697 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2698 See \`config.log' for more details." >&5 2699 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2700 See \`config.log' for more details." >&2;} 2701 { (exit 1); exit 1; }; } 2702 fi 2703 2704 rm -f conftest$ac_cv_exeext 2705 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2706 echo "${ECHO_T}$ac_cv_exeext" >&6; } 3167 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3168 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3169 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3170 See \`config.log' for more details" "$LINENO" 5 ; } 3171 fi 3172 rm -f conftest conftest$ac_cv_exeext 3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3174 $as_echo "$ac_cv_exeext" >&6; } 2707 3175 2708 3176 rm -f conftest.$ac_ext 2709 3177 EXEEXT=$ac_cv_exeext 2710 3178 ac_exeext=$EXEEXT 2711 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2712 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2713 if test "${ac_cv_objext+set}" = set; then 2714 echo $ECHO_N "(cached) $ECHO_C" >&6 2715 else 2716 cat >conftest.$ac_ext <<_ACEOF 2717 /* confdefs.h. */ 2718 _ACEOF 2719 cat confdefs.h >>conftest.$ac_ext 2720 cat >>conftest.$ac_ext <<_ACEOF 3179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2721 3180 /* end confdefs.h. */ 2722 3181 #include <stdio.h> 2723 3182 int 2724 3183 main () 2725 3184 { 3185 FILE *f = fopen ("conftest.out", "w"); 3186 return ferror (f) || fclose (f) != 0; 2726 3187 2727 3188 ; … … 2729 3190 } 2730 3191 _ACEOF 2731 rm -f conftest.o conftest.obj 2732 if { (ac_try="$ac_compile" 3192 ac_clean_files="$ac_clean_files conftest.out" 3193 # Check that the compiler produces executables we can run. If not, either 3194 # the compiler is broken, or we cross compile. 3195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 3196 $as_echo_n "checking whether we are cross compiling... " >&6; } 3197 if test "$cross_compiling" != yes; then 3198 { { ac_try="$ac_link" 2733 3199 case "(($ac_try" in 2734 3200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2735 3201 *) ac_try_echo=$ac_try;; 2736 3202 esac 2737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3203 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3204 $as_echo "$ac_try_echo"; } >&5 3205 (eval "$ac_link") 2>&5 3206 ac_status=$? 3207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3208 test $ac_status = 0; } 3209 if { ac_try='./conftest$ac_cv_exeext' 3210 { { case "(($ac_try" in 3211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3212 *) ac_try_echo=$ac_try;; 3213 esac 3214 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3215 $as_echo "$ac_try_echo"; } >&5 3216 (eval "$ac_try") 2>&5 3217 ac_status=$? 3218 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3219 test $ac_status = 0; }; }; then 3220 cross_compiling=no 3221 else 3222 if test "$cross_compiling" = maybe; then 3223 cross_compiling=yes 3224 else 3225 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3226 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3227 as_fn_error $? "cannot run C compiled programs. 3228 If you meant to cross compile, use \`--host'. 3229 See \`config.log' for more details" "$LINENO" 5 ; } 3230 fi 3231 fi 3232 fi 3233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3234 $as_echo "$cross_compiling" >&6; } 3235 3236 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3237 ac_clean_files=$ac_clean_files_save 3238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3239 $as_echo_n "checking for suffix of object files... " >&6; } 3240 if test "${ac_cv_objext+set}" = set; then : 3241 $as_echo_n "(cached) " >&6 3242 else 3243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3244 /* end confdefs.h. */ 3245 3246 int 3247 main () 3248 { 3249 3250 ; 3251 return 0; 3252 } 3253 _ACEOF 3254 rm -f conftest.o conftest.obj 3255 if { { ac_try="$ac_compile" 3256 case "(($ac_try" in 3257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3258 *) ac_try_echo=$ac_try;; 3259 esac 3260 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3261 $as_echo "$ac_try_echo"; } >&5 2738 3262 (eval "$ac_compile") 2>&5 2739 3263 ac_status=$? 2740 echo "$as_me:$LINENO: \$? = $ac_status" >&52741 (exit $ac_status); }; then3264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3265 test $ac_status = 0; }; then : 2742 3266 for ac_file in conftest.o conftest.obj conftest.*; do 2743 3267 test -f "$ac_file" || continue; 2744 3268 case $ac_file in 2745 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;3269 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2746 3270 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2747 3271 break;; … … 2749 3273 done 2750 3274 else 2751 echo "$as_me: failed program was:" >&53275 $as_echo "$as_me: failed program was:" >&5 2752 3276 sed 's/^/| /' conftest.$ac_ext >&5 2753 3277 2754 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2755 See \`config.log' for more details." >&5 2756 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2757 See \`config.log' for more details." >&2;} 2758 { (exit 1); exit 1; }; } 2759 fi 2760 3278 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3279 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3280 as_fn_error $? "cannot compute suffix of object files: cannot compile 3281 See \`config.log' for more details" "$LINENO" 5 ; } 3282 fi 2761 3283 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2762 3284 fi 2763 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52764 echo "${ECHO_T}$ac_cv_objext" >&6; }3285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3286 $as_echo "$ac_cv_objext" >&6; } 2765 3287 OBJEXT=$ac_cv_objext 2766 3288 ac_objext=$OBJEXT 2767 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2768 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2769 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2770 echo $ECHO_N "(cached) $ECHO_C" >&6 2771 else 2772 cat >conftest.$ac_ext <<_ACEOF 2773 /* confdefs.h. */ 2774 _ACEOF 2775 cat confdefs.h >>conftest.$ac_ext 2776 cat >>conftest.$ac_ext <<_ACEOF 3289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3290 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3291 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3292 $as_echo_n "(cached) " >&6 3293 else 3294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2777 3295 /* end confdefs.h. */ 2778 3296 … … 2788 3306 } 2789 3307 _ACEOF 2790 rm -f conftest.$ac_objext 2791 if { (ac_try="$ac_compile" 2792 case "(($ac_try" in 2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2794 *) ac_try_echo=$ac_try;; 2795 esac 2796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2797 (eval "$ac_compile") 2>conftest.er1 2798 ac_status=$? 2799 grep -v '^ *+' conftest.er1 >conftest.err 2800 rm -f conftest.er1 2801 cat conftest.err >&5 2802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2803 (exit $ac_status); } && 2804 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2805 { (case "(($ac_try" in 2806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2807 *) ac_try_echo=$ac_try;; 2808 esac 2809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2810 (eval "$ac_try") 2>&5 2811 ac_status=$? 2812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2813 (exit $ac_status); }; } && 2814 { ac_try='test -s conftest.$ac_objext' 2815 { (case "(($ac_try" in 2816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2817 *) ac_try_echo=$ac_try;; 2818 esac 2819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2820 (eval "$ac_try") 2>&5 2821 ac_status=$? 2822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2823 (exit $ac_status); }; }; then 3308 if ac_fn_c_try_compile "$LINENO"; then : 2824 3309 ac_compiler_gnu=yes 2825 3310 else 2826 echo "$as_me: failed program was:" >&5 2827 sed 's/^/| /' conftest.$ac_ext >&5 2828 2829 ac_compiler_gnu=no 2830 fi 2831 3311 ac_compiler_gnu=no 3312 fi 2832 3313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2833 3314 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2834 3315 2835 3316 fi 2836 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2837 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2838 GCC=`test $ac_compiler_gnu = yes && echo yes` 3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 3318 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3319 if test $ac_compiler_gnu = yes; then 3320 GCC=yes 3321 else 3322 GCC= 3323 fi 2839 3324 ac_test_CFLAGS=${CFLAGS+set} 2840 3325 ac_save_CFLAGS=$CFLAGS 2841 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52842 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }2843 if test "${ac_cv_prog_cc_g+set}" = set; then 2844 echo $ECHO_N "(cached) $ECHO_C" >&63326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3327 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3328 if test "${ac_cv_prog_cc_g+set}" = set; then : 3329 $as_echo_n "(cached) " >&6 2845 3330 else 2846 3331 ac_save_c_werror_flag=$ac_c_werror_flag … … 2848 3333 ac_cv_prog_cc_g=no 2849 3334 CFLAGS="-g" 2850 cat >conftest.$ac_ext <<_ACEOF 2851 /* confdefs.h. */ 2852 _ACEOF 2853 cat confdefs.h >>conftest.$ac_ext 2854 cat >>conftest.$ac_ext <<_ACEOF 3335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2855 3336 /* end confdefs.h. */ 2856 3337 … … 2863 3344 } 2864 3345 _ACEOF 2865 rm -f conftest.$ac_objext 2866 if { (ac_try="$ac_compile" 2867 case "(($ac_try" in 2868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2869 *) ac_try_echo=$ac_try;; 2870 esac 2871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2872 (eval "$ac_compile") 2>conftest.er1 2873 ac_status=$? 2874 grep -v '^ *+' conftest.er1 >conftest.err 2875 rm -f conftest.er1 2876 cat conftest.err >&5 2877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2878 (exit $ac_status); } && 2879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2880 { (case "(($ac_try" in 2881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2882 *) ac_try_echo=$ac_try;; 2883 esac 2884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2885 (eval "$ac_try") 2>&5 2886 ac_status=$? 2887 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2888 (exit $ac_status); }; } && 2889 { ac_try='test -s conftest.$ac_objext' 2890 { (case "(($ac_try" in 2891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2892 *) ac_try_echo=$ac_try;; 2893 esac 2894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2895 (eval "$ac_try") 2>&5 2896 ac_status=$? 2897 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2898 (exit $ac_status); }; }; then 3346 if ac_fn_c_try_compile "$LINENO"; then : 2899 3347 ac_cv_prog_cc_g=yes 2900 3348 else 2901 echo "$as_me: failed program was:" >&5 2902 sed 's/^/| /' conftest.$ac_ext >&5 2903 2904 CFLAGS="" 2905 cat >conftest.$ac_ext <<_ACEOF 2906 /* confdefs.h. */ 2907 _ACEOF 2908 cat confdefs.h >>conftest.$ac_ext 2909 cat >>conftest.$ac_ext <<_ACEOF 3349 CFLAGS="" 3350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2910 3351 /* end confdefs.h. */ 2911 3352 … … 2918 3359 } 2919 3360 _ACEOF 2920 rm -f conftest.$ac_objext 2921 if { (ac_try="$ac_compile" 2922 case "(($ac_try" in 2923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2924 *) ac_try_echo=$ac_try;; 2925 esac 2926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2927 (eval "$ac_compile") 2>conftest.er1 2928 ac_status=$? 2929 grep -v '^ *+' conftest.er1 >conftest.err 2930 rm -f conftest.er1 2931 cat conftest.err >&5 2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2933 (exit $ac_status); } && 2934 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2935 { (case "(($ac_try" in 2936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2937 *) ac_try_echo=$ac_try;; 2938 esac 2939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2940 (eval "$ac_try") 2>&5 2941 ac_status=$? 2942 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2943 (exit $ac_status); }; } && 2944 { ac_try='test -s conftest.$ac_objext' 2945 { (case "(($ac_try" in 2946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2947 *) ac_try_echo=$ac_try;; 2948 esac 2949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2950 (eval "$ac_try") 2>&5 2951 ac_status=$? 2952 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2953 (exit $ac_status); }; }; then 2954 : 2955 else 2956 echo "$as_me: failed program was:" >&5 2957 sed 's/^/| /' conftest.$ac_ext >&5 2958 2959 ac_c_werror_flag=$ac_save_c_werror_flag 3361 if ac_fn_c_try_compile "$LINENO"; then : 3362 3363 else 3364 ac_c_werror_flag=$ac_save_c_werror_flag 2960 3365 CFLAGS="-g" 2961 cat >conftest.$ac_ext <<_ACEOF 2962 /* confdefs.h. */ 2963 _ACEOF 2964 cat confdefs.h >>conftest.$ac_ext 2965 cat >>conftest.$ac_ext <<_ACEOF 3366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2966 3367 /* end confdefs.h. */ 2967 3368 … … 2974 3375 } 2975 3376 _ACEOF 2976 rm -f conftest.$ac_objext 2977 if { (ac_try="$ac_compile" 2978 case "(($ac_try" in 2979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2980 *) ac_try_echo=$ac_try;; 2981 esac 2982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2983 (eval "$ac_compile") 2>conftest.er1 2984 ac_status=$? 2985 grep -v '^ *+' conftest.er1 >conftest.err 2986 rm -f conftest.er1 2987 cat conftest.err >&5 2988 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2989 (exit $ac_status); } && 2990 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2991 { (case "(($ac_try" in 2992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2993 *) ac_try_echo=$ac_try;; 2994 esac 2995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2996 (eval "$ac_try") 2>&5 2997 ac_status=$? 2998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2999 (exit $ac_status); }; } && 3000 { ac_try='test -s conftest.$ac_objext' 3001 { (case "(($ac_try" in 3002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3003 *) ac_try_echo=$ac_try;; 3004 esac 3005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3006 (eval "$ac_try") 2>&5 3007 ac_status=$? 3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3009 (exit $ac_status); }; }; then 3377 if ac_fn_c_try_compile "$LINENO"; then : 3010 3378 ac_cv_prog_cc_g=yes 3011 else 3012 echo "$as_me: failed program was:" >&5 3013 sed 's/^/| /' conftest.$ac_ext >&5 3014 3015 3016 fi 3017 3379 fi 3018 3380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3019 3381 fi 3020 3021 3382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3022 3383 fi 3023 3024 3384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3025 3385 ac_c_werror_flag=$ac_save_c_werror_flag 3026 3386 fi 3027 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&53028 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }3387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 3388 $as_echo "$ac_cv_prog_cc_g" >&6; } 3029 3389 if test "$ac_test_CFLAGS" = set; then 3030 3390 CFLAGS=$ac_save_CFLAGS … … 3042 3402 fi 3043 3403 fi 3044 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&53045 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }3046 if test "${ac_cv_prog_cc_c89+set}" = set; then 3047 echo $ECHO_N "(cached) $ECHO_C" >&63404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3405 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3406 if test "${ac_cv_prog_cc_c89+set}" = set; then : 3407 $as_echo_n "(cached) " >&6 3048 3408 else 3049 3409 ac_cv_prog_cc_c89=no 3050 3410 ac_save_CC=$CC 3051 cat >conftest.$ac_ext <<_ACEOF 3052 /* confdefs.h. */ 3053 _ACEOF 3054 cat confdefs.h >>conftest.$ac_ext 3055 cat >>conftest.$ac_ext <<_ACEOF 3411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3056 3412 /* end confdefs.h. */ 3057 3413 #include <stdarg.h> … … 3110 3466 do 3111 3467 CC="$ac_save_CC $ac_arg" 3112 rm -f conftest.$ac_objext 3113 if { (ac_try="$ac_compile" 3114 case "(($ac_try" in 3115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3116 *) ac_try_echo=$ac_try;; 3117 esac 3118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3119 (eval "$ac_compile") 2>conftest.er1 3120 ac_status=$? 3121 grep -v '^ *+' conftest.er1 >conftest.err 3122 rm -f conftest.er1 3123 cat conftest.err >&5 3124 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3125 (exit $ac_status); } && 3126 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3127 { (case "(($ac_try" in 3128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3129 *) ac_try_echo=$ac_try;; 3130 esac 3131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3132 (eval "$ac_try") 2>&5 3133 ac_status=$? 3134 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3135 (exit $ac_status); }; } && 3136 { ac_try='test -s conftest.$ac_objext' 3137 { (case "(($ac_try" in 3138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3139 *) ac_try_echo=$ac_try;; 3140 esac 3141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3142 (eval "$ac_try") 2>&5 3143 ac_status=$? 3144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3145 (exit $ac_status); }; }; then 3468 if ac_fn_c_try_compile "$LINENO"; then : 3146 3469 ac_cv_prog_cc_c89=$ac_arg 3147 else 3148 echo "$as_me: failed program was:" >&5 3149 sed 's/^/| /' conftest.$ac_ext >&5 3150 3151 3152 fi 3153 3470 fi 3154 3471 rm -f core conftest.err conftest.$ac_objext 3155 3472 test "x$ac_cv_prog_cc_c89" != "xno" && break … … 3162 3479 case "x$ac_cv_prog_cc_c89" in 3163 3480 x) 3164 { echo "$as_me:$LINENO: result: none needed" >&53165 echo "${ECHO_T}none needed" >&6; } ;;3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 3482 $as_echo "none needed" >&6; } ;; 3166 3483 xno) 3167 { echo "$as_me:$LINENO: result: unsupported" >&53168 echo "${ECHO_T}unsupported" >&6; } ;;3484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 3485 $as_echo "unsupported" >&6; } ;; 3169 3486 *) 3170 3487 CC="$CC $ac_cv_prog_cc_c89" 3171 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53172 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 3489 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3173 3490 esac 3174 3491 if test "x$ac_cv_prog_cc_c89" != xno; then : 3492 3493 fi 3175 3494 3176 3495 ac_ext=c … … 3187 3506 cat > confinc << 'END' 3188 3507 am__doit: 3189 @echo done3508 @echo this is the am__doit target 3190 3509 .PHONY: am__doit 3191 3510 END 3192 3511 # If we don't find an include directive, just comment out the code. 3193 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&53194 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }3512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3513 $as_echo_n "checking for style of include used by $am_make... " >&6; } 3195 3514 am__include="#" 3196 3515 am__quote= … … 3198 3517 # First try GNU make style include. 3199 3518 echo "include confinc" > confmf 3200 # We grep out `Entering directory' and `Leaving directory' 3201 # messages which can occur if `w' ends up in MAKEFLAGS. 3202 # In particular we don't look at `^make:' because GNU make might 3203 # be invoked under some other name (usually "gmake"), in which 3204 # case it prints its new name instead of `make'. 3205 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 3206 am__include=include 3207 am__quote= 3208 _am_result=GNU 3209 fi 3519 # Ignore all kinds of additional output from `make'. 3520 case `$am_make -s -f confmf 2> /dev/null` in #( 3521 *the\ am__doit\ target*) 3522 am__include=include 3523 am__quote= 3524 _am_result=GNU 3525 ;; 3526 esac 3210 3527 # Now try BSD make style include. 3211 3528 if test "$am__include" = "#"; then 3212 3529 echo '.include "confinc"' > confmf 3213 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 3214 am__include=.include 3215 am__quote="\"" 3216 _am_result=BSD 3217 fi 3218 fi 3219 3220 3221 { echo "$as_me:$LINENO: result: $_am_result" >&5 3222 echo "${ECHO_T}$_am_result" >&6; } 3530 case `$am_make -s -f confmf 2> /dev/null` in #( 3531 *the\ am__doit\ target*) 3532 am__include=.include 3533 am__quote="\"" 3534 _am_result=BSD 3535 ;; 3536 esac 3537 fi 3538 3539 3540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3541 $as_echo "$_am_result" >&6; } 3223 3542 rm -f confinc confmf 3224 3543 3225 3544 # Check whether --enable-dependency-tracking was given. 3226 if test "${enable_dependency_tracking+set}" = set; then 3545 if test "${enable_dependency_tracking+set}" = set; then : 3227 3546 enableval=$enable_dependency_tracking; 3228 3547 fi … … 3232 3551 AMDEPBACKSLASH='\' 3233 3552 fi 3234 3235 3236 if test "x$enable_dependency_tracking" != xno; then 3553 if test "x$enable_dependency_tracking" != xno; then 3237 3554 AMDEP_TRUE= 3238 3555 AMDEP_FALSE='#' … … 3244 3561 3245 3562 3246 3247 3563 depcc="$CC" am_compiler_list= 3248 3564 3249 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&53250 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }3251 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3252 echo $ECHO_N "(cached) $ECHO_C" >&63565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 3566 $as_echo_n "checking dependency style of $depcc... " >&6; } 3567 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 3568 $as_echo_n "(cached) " >&6 3253 3569 else 3254 3570 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 3275 3591 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 3276 3592 fi 3593 am__universal=false 3594 case " $depcc " in #( 3595 *\ -arch\ *\ -arch\ *) am__universal=true ;; 3596 esac 3597 3277 3598 for depmode in $am_compiler_list; do 3278 3599 # Setup a source with many dependencies, because some compilers … … 3292 3613 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 3293 3614 3615 # We check with `-c' and `-o' for the sake of the "dashmstdout" 3616 # mode. It turns out that the SunPro C++ compiler does not properly 3617 # handle `-M -o', and we need to detect this. Also, some Intel 3618 # versions had trouble with output in subdirs 3619 am__obj=sub/conftest.${OBJEXT-o} 3620 am__minus_obj="-o $am__obj" 3294 3621 case $depmode in 3622 gcc) 3623 # This depmode causes a compiler race in universal mode. 3624 test "$am__universal" = false || continue 3625 ;; 3295 3626 nosideeffect) 3296 3627 # after this tag, mechanisms are not by side-effect, so they'll … … 3302 3633 fi 3303 3634 ;; 3635 msvisualcpp | msvcmsys) 3636 # This compiler won't grok `-c -o', but also, the minuso test has 3637 # not run yet. These depmodes are late enough in the game, and 3638 # so weak that their functioning should not be impacted. 3639 am__obj=conftest.${OBJEXT-o} 3640 am__minus_obj= 3641 ;; 3304 3642 none) break ;; 3305 3643 esac 3306 # We check with `-c' and `-o' for the sake of the "dashmstdout"3307 # mode. It turns out that the SunPro C++ compiler does not properly3308 # handle `-M -o', and we need to detect this.3309 3644 if depmode=$depmode \ 3310 source=sub/conftest.c object= sub/conftest.${OBJEXT-o}\3645 source=sub/conftest.c object=$am__obj \ 3311 3646 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 3312 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o}sub/conftest.c \3647 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 3313 3648 >/dev/null 2>conftest.err && 3649 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 3314 3650 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 3315 grep sub/conftest.${OBJEXT-o}sub/conftest.Po > /dev/null 2>&1 &&3651 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 3316 3652 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3317 3653 # icc doesn't choke on unknown options, it will just issue warnings … … 3337 3673 3338 3674 fi 3339 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&53340 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }3675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 3676 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 3341 3677 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3342 3678 3343 3344 3345 if 3679 if 3346 3680 test "x$enable_dependency_tracking" != xno \ 3347 3681 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then … … 3362 3696 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3363 3697 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3364 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53365 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }3698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 3699 $as_echo_n "checking how to run the C preprocessor... " >&6; } 3366 3700 # On Suns, sometimes $CPP names a directory. 3367 3701 if test -n "$CPP" && test -d "$CPP"; then … … 3369 3703 fi 3370 3704 if test -z "$CPP"; then 3371 if test "${ac_cv_prog_CPP+set}" = set; then 3372 echo $ECHO_N "(cached) $ECHO_C" >&63705 if test "${ac_cv_prog_CPP+set}" = set; then : 3706 $as_echo_n "(cached) " >&6 3373 3707 else 3374 3708 # Double quotes because CPP needs to be expanded … … 3384 3718 # On the NeXT, cc -E runs the code through the compiler's parser, 3385 3719 # not just through cpp. "Syntax error" is here to catch this case. 3386 cat >conftest.$ac_ext <<_ACEOF 3387 /* confdefs.h. */ 3388 _ACEOF 3389 cat confdefs.h >>conftest.$ac_ext 3390 cat >>conftest.$ac_ext <<_ACEOF 3720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3391 3721 /* end confdefs.h. */ 3392 3722 #ifdef __STDC__ … … 3397 3727 Syntax error 3398 3728 _ACEOF 3399 if { (ac_try="$ac_cpp conftest.$ac_ext" 3400 case "(($ac_try" in 3401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3402 *) ac_try_echo=$ac_try;; 3403 esac 3404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3405 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3406 ac_status=$? 3407 grep -v '^ *+' conftest.er1 >conftest.err 3408 rm -f conftest.er1 3409 cat conftest.err >&5 3410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3411 (exit $ac_status); } >/dev/null; then 3412 if test -s conftest.err; then 3413 ac_cpp_err=$ac_c_preproc_warn_flag 3414 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3415 else 3416 ac_cpp_err= 3417 fi 3418 else 3419 ac_cpp_err=yes 3420 fi 3421 if test -z "$ac_cpp_err"; then 3422 : 3423 else 3424 echo "$as_me: failed program was:" >&5 3425 sed 's/^/| /' conftest.$ac_ext >&5 3426 3729 if ac_fn_c_try_cpp "$LINENO"; then : 3730 3731 else 3427 3732 # Broken: fails on valid input. 3428 3733 continue 3429 3734 fi 3430 3431 rm -f conftest.err conftest.$ac_ext 3735 rm -f conftest.err conftest.i conftest.$ac_ext 3432 3736 3433 3737 # OK, works on sane cases. Now check whether nonexistent headers 3434 3738 # can be detected and how. 3435 cat >conftest.$ac_ext <<_ACEOF 3436 /* confdefs.h. */ 3437 _ACEOF 3438 cat confdefs.h >>conftest.$ac_ext 3439 cat >>conftest.$ac_ext <<_ACEOF 3739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3440 3740 /* end confdefs.h. */ 3441 3741 #include <ac_nonexistent.h> 3442 3742 _ACEOF 3443 if { (ac_try="$ac_cpp conftest.$ac_ext" 3444 case "(($ac_try" in 3445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3446 *) ac_try_echo=$ac_try;; 3447 esac 3448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3449 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3450 ac_status=$? 3451 grep -v '^ *+' conftest.er1 >conftest.err 3452 rm -f conftest.er1 3453 cat conftest.err >&5 3454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3455 (exit $ac_status); } >/dev/null; then 3456 if test -s conftest.err; then 3457 ac_cpp_err=$ac_c_preproc_warn_flag 3458 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3459 else 3460 ac_cpp_err= 3461 fi 3462 else 3463 ac_cpp_err=yes 3464 fi 3465 if test -z "$ac_cpp_err"; then 3743 if ac_fn_c_try_cpp "$LINENO"; then : 3466 3744 # Broken: success on invalid input. 3467 3745 continue 3468 3746 else 3469 echo "$as_me: failed program was:" >&53470 sed 's/^/| /' conftest.$ac_ext >&53471 3472 3747 # Passes both tests. 3473 3748 ac_preproc_ok=: 3474 3749 break 3475 3750 fi 3476 3477 rm -f conftest.err conftest.$ac_ext 3751 rm -f conftest.err conftest.i conftest.$ac_ext 3478 3752 3479 3753 done 3480 3754 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3481 rm -f conftest. err conftest.$ac_ext3482 if $ac_preproc_ok; then 3755 rm -f conftest.i conftest.err conftest.$ac_ext 3756 if $ac_preproc_ok; then : 3483 3757 break 3484 3758 fi … … 3492 3766 ac_cv_prog_CPP=$CPP 3493 3767 fi 3494 { echo "$as_me:$LINENO: result: $CPP" >&53495 echo "${ECHO_T}$CPP" >&6; }3768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 3769 $as_echo "$CPP" >&6; } 3496 3770 ac_preproc_ok=false 3497 3771 for ac_c_preproc_warn_flag in '' yes … … 3503 3777 # On the NeXT, cc -E runs the code through the compiler's parser, 3504 3778 # not just through cpp. "Syntax error" is here to catch this case. 3505 cat >conftest.$ac_ext <<_ACEOF 3506 /* confdefs.h. */ 3507 _ACEOF 3508 cat confdefs.h >>conftest.$ac_ext 3509 cat >>conftest.$ac_ext <<_ACEOF 3779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3510 3780 /* end confdefs.h. */ 3511 3781 #ifdef __STDC__ … … 3516 3786 Syntax error 3517 3787 _ACEOF 3518 if { (ac_try="$ac_cpp conftest.$ac_ext" 3519 case "(($ac_try" in 3520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3521 *) ac_try_echo=$ac_try;; 3522 esac 3523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3524 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3525 ac_status=$? 3526 grep -v '^ *+' conftest.er1 >conftest.err 3527 rm -f conftest.er1 3528 cat conftest.err >&5 3529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3530 (exit $ac_status); } >/dev/null; then 3531 if test -s conftest.err; then 3532 ac_cpp_err=$ac_c_preproc_warn_flag 3533 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3534 else 3535 ac_cpp_err= 3536 fi 3537 else 3538 ac_cpp_err=yes 3539 fi 3540 if test -z "$ac_cpp_err"; then 3541 : 3542 else 3543 echo "$as_me: failed program was:" >&5 3544 sed 's/^/| /' conftest.$ac_ext >&5 3545 3788 if ac_fn_c_try_cpp "$LINENO"; then : 3789 3790 else 3546 3791 # Broken: fails on valid input. 3547 3792 continue 3548 3793 fi 3549 3550 rm -f conftest.err conftest.$ac_ext 3794 rm -f conftest.err conftest.i conftest.$ac_ext 3551 3795 3552 3796 # OK, works on sane cases. Now check whether nonexistent headers 3553 3797 # can be detected and how. 3554 cat >conftest.$ac_ext <<_ACEOF 3555 /* confdefs.h. */ 3556 _ACEOF 3557 cat confdefs.h >>conftest.$ac_ext 3558 cat >>conftest.$ac_ext <<_ACEOF 3798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3559 3799 /* end confdefs.h. */ 3560 3800 #include <ac_nonexistent.h> 3561 3801 _ACEOF 3562 if { (ac_try="$ac_cpp conftest.$ac_ext" 3563 case "(($ac_try" in 3564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3565 *) ac_try_echo=$ac_try;; 3566 esac 3567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3568 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3569 ac_status=$? 3570 grep -v '^ *+' conftest.er1 >conftest.err 3571 rm -f conftest.er1 3572 cat conftest.err >&5 3573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3574 (exit $ac_status); } >/dev/null; then 3575 if test -s conftest.err; then 3576 ac_cpp_err=$ac_c_preproc_warn_flag 3577 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3578 else 3579 ac_cpp_err= 3580 fi 3581 else 3582 ac_cpp_err=yes 3583 fi 3584 if test -z "$ac_cpp_err"; then 3802 if ac_fn_c_try_cpp "$LINENO"; then : 3585 3803 # Broken: success on invalid input. 3586 3804 continue 3587 3805 else 3588 echo "$as_me: failed program was:" >&53589 sed 's/^/| /' conftest.$ac_ext >&53590 3591 3806 # Passes both tests. 3592 3807 ac_preproc_ok=: 3593 3808 break 3594 3809 fi 3595 3596 rm -f conftest.err conftest.$ac_ext 3810 rm -f conftest.err conftest.i conftest.$ac_ext 3597 3811 3598 3812 done 3599 3813 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3600 rm -f conftest.err conftest.$ac_ext 3601 if $ac_preproc_ok; then 3602 : 3603 else 3604 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3605 See \`config.log' for more details." >&5 3606 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3607 See \`config.log' for more details." >&2;} 3608 { (exit 1); exit 1; }; } 3814 rm -f conftest.i conftest.err conftest.$ac_ext 3815 if $ac_preproc_ok; then : 3816 3817 else 3818 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3819 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3820 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3821 See \`config.log' for more details" "$LINENO" 5 ; } 3609 3822 fi 3610 3823 … … 3616 3829 3617 3830 3618 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3619 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3620 if test "${ac_cv_path_GREP+set}" = set; then 3621 echo $ECHO_N "(cached) $ECHO_C" >&6 3622 else 3623 # Extract the first word of "grep ggrep" to use in msg output 3624 if test -z "$GREP"; then 3625 set dummy grep ggrep; ac_prog_name=$2 3626 if test "${ac_cv_path_GREP+set}" = set; then 3627 echo $ECHO_N "(cached) $ECHO_C" >&6 3628 else 3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3832 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3833 if test "${ac_cv_path_GREP+set}" = set; then : 3834 $as_echo_n "(cached) " >&6 3835 else 3836 if test -z "$GREP"; then 3629 3837 ac_path_GREP_found=false 3630 # Loop through the user's path and test for each of PROGNAME-LIST3631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3838 # Loop through the user's path and test for each of PROGNAME-LIST 3839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3632 3840 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3633 3841 do 3634 3842 IFS=$as_save_IFS 3635 3843 test -z "$as_dir" && as_dir=. 3636 for ac_prog in grep ggrep; do3637 for ac_exec_ext in '' $ac_executable_extensions; do3638 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3639 { test -f "$ac_path_GREP" && $as_executable_p"$ac_path_GREP"; } || continue3640 3844 for ac_prog in grep ggrep; do 3845 for ac_exec_ext in '' $ac_executable_extensions; do 3846 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3847 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3848 # Check for GNU ac_path_GREP and select it if it is found. 3641 3849 # Check for GNU $ac_path_GREP 3642 3850 case `"$ac_path_GREP" --version 2>&1` in … … 3645 3853 *) 3646 3854 ac_count=0 3647 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3855 $as_echo_n 0123456789 >"conftest.in" 3648 3856 while : 3649 3857 do … … 3651 3859 mv "conftest.tmp" "conftest.in" 3652 3860 cp "conftest.in" "conftest.nl" 3653 echo 'GREP' >> "conftest.nl"3861 $as_echo 'GREP' >> "conftest.nl" 3654 3862 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3655 3863 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3656 a c_count=`expr $ac_count + 1`3864 as_fn_arith $ac_count + 1 && ac_count=$as_val 3657 3865 if test $ac_count -gt ${ac_path_GREP_max-0}; then 3658 3866 # Best one so far, save it but keep looking for a better one … … 3666 3874 esac 3667 3875 3668 3669 $ac_path_GREP_found && break 33876 $ac_path_GREP_found && break 3 3877 done 3670 3878 done 3671 done 3672 3673 done 3879 done 3674 3880 IFS=$as_save_IFS 3675 3676 3677 fi 3678 3679 GREP="$ac_cv_path_GREP" 3680 if test -z "$GREP"; then 3681 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3682 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3683 { (exit 1); exit 1; }; } 3684 fi 3685 3881 if test -z "$ac_cv_path_GREP"; then 3882 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3883 fi 3686 3884 else 3687 3885 ac_cv_path_GREP=$GREP 3688 3886 fi 3689 3887 3690 3691 fi 3692 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3693 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3888 fi 3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 3890 $as_echo "$ac_cv_path_GREP" >&6; } 3694 3891 GREP="$ac_cv_path_GREP" 3695 3892 3696 3893 3697 { echo "$as_me:$LINENO: checking for egrep" >&53698 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }3699 if test "${ac_cv_path_EGREP+set}" = set; then 3700 echo $ECHO_N "(cached) $ECHO_C" >&63894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3895 $as_echo_n "checking for egrep... " >&6; } 3896 if test "${ac_cv_path_EGREP+set}" = set; then : 3897 $as_echo_n "(cached) " >&6 3701 3898 else 3702 3899 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3703 3900 then ac_cv_path_EGREP="$GREP -E" 3704 3901 else 3705 # Extract the first word of "egrep" to use in msg output 3706 if test -z "$EGREP"; then 3707 set dummy egrep; ac_prog_name=$2 3708 if test "${ac_cv_path_EGREP+set}" = set; then 3709 echo $ECHO_N "(cached) $ECHO_C" >&6 3710 else 3902 if test -z "$EGREP"; then 3711 3903 ac_path_EGREP_found=false 3712 # Loop through the user's path and test for each of PROGNAME-LIST3713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3904 # Loop through the user's path and test for each of PROGNAME-LIST 3905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3714 3906 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3715 3907 do 3716 3908 IFS=$as_save_IFS 3717 3909 test -z "$as_dir" && as_dir=. 3718 for ac_prog in egrep; do3719 for ac_exec_ext in '' $ac_executable_extensions; do3720 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3721 { test -f "$ac_path_EGREP" && $as_executable_p"$ac_path_EGREP"; } || continue3722 3910 for ac_prog in egrep; do 3911 for ac_exec_ext in '' $ac_executable_extensions; do 3912 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3913 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3914 # Check for GNU ac_path_EGREP and select it if it is found. 3723 3915 # Check for GNU $ac_path_EGREP 3724 3916 case `"$ac_path_EGREP" --version 2>&1` in … … 3727 3919 *) 3728 3920 ac_count=0 3729 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3921 $as_echo_n 0123456789 >"conftest.in" 3730 3922 while : 3731 3923 do