openaaa-cvs Mailing List for OpenAAA
Status: Pre-Alpha
Brought to you by:
dmlloyd
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
---|
Update of /cvsroot/openaaa/openaaa In directory usw-pr-cvs1:/tmp/cvs-serv14685 Modified Files: Makefile Makefile.in aclocal.m4 config.cache config.log config.status configure configure.in libtool Log Message: Many config changes Index: Makefile =================================================================== RCS file: /cvsroot/openaaa/openaaa/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 8 Oct 2002 22:13:20 -0000 1.3 --- Makefile 22 Oct 2002 21:05:47 -0000 1.4 *************** *** 1,6 **** ! # Generated automatically from Makefile.in by configure. ! # Makefile.in generated automatically by automake 1.4 from Makefile.am ! # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,7 ---- ! # Makefile.in generated by automake 1.6 from Makefile.am. ! # Makefile. Generated from Makefile.in by configure. ! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 ! # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, *************** *** 13,20 **** ! SHELL = /bin/sh srcdir = . top_srcdir = . prefix = /usr/local exec_prefix = ${prefix} --- 14,22 ---- ! SHELL = /bin/bash srcdir = . top_srcdir = . + prefix = /usr/local exec_prefix = ${prefix} *************** *** 32,55 **** includedir = ${prefix}/include oldincludedir = /usr/include - - DESTDIR = - pkgdatadir = $(datadir)/OpenAAA pkglibdir = $(libdir)/OpenAAA pkgincludedir = $(includedir)/OpenAAA - top_builddir = . ! ACLOCAL = aclocal AUTOCONF = autoconf ! AUTOMAKE = automake AUTOHEADER = autoheader INSTALL = /opt/sfw/bin/ginstall -c ! INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = ${INSTALL} -m 644 ! INSTALL_SCRIPT = ${INSTALL_PROGRAM} transform = s,x,x, - NORMAL_INSTALL = : PRE_INSTALL = : --- 34,56 ---- includedir = ${prefix}/include oldincludedir = /usr/include pkgdatadir = $(datadir)/OpenAAA pkglibdir = $(libdir)/OpenAAA pkgincludedir = $(includedir)/OpenAAA top_builddir = . ! ACLOCAL = aclocal-1.6 AUTOCONF = autoconf ! AUTOMAKE = automake-1.6 AUTOHEADER = autoheader + am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = /opt/sfw/bin/ginstall -c ! INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 ! install_sh_DATA = $(install_sh) -c -m 644 ! install_sh_PROGRAM = $(install_sh) -c ! INSTALL_SCRIPT = ${INSTALL} ! INSTALL_HEADER = $(INSTALL_DATA) transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : *************** *** 58,140 **** PRE_UNINSTALL = : POST_UNINSTALL = : ! host_alias = sparc-sun-solaris2.8 host_triplet = sparc-sun-solaris2.8 AS = @AS@ CC = gcc DLLTOOL = @DLLTOOL@ ! ECHO = /usr/ucb/echo ! EXEEXT = LIBTOOL = $(SHELL) $(top_builddir)/libtool LN_S = ln -s - MAKEINFO = makeinfo OBJC = OBJCFLAGS = OBJDUMP = @OBJDUMP@ - OBJEXT = o PACKAGE = OpenAAA RANLIB = ranlib - SHELL = /bin/sh STRIP = strip - VERSION = 0.0.0 - SUBDIRS = oa_io oa_main ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ! CONFIG_HEADER = ./include/config.h ! CONFIG_CLEAN_FILES = ! DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ ! Makefile.in NEWS aclocal.m4 config.guess config.sub configure \ ! configure.in include/config.h.in include/stamp-h.in install-sh ltconfig \ ! ltmain.sh missing mkinstalldirs ! ! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) - TAR = gtar - GZIP_ENV = --best - all: all-redirect .SUFFIXES: - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile ! Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) ! cd $(top_builddir) \ ! && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status ! $(ACLOCAL_M4): configure.in ! cd $(srcdir) && $(ACLOCAL) ! config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck ! $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) ! include/config.h: include/stamp-h ! @if test ! -f $@; then \ ! rm -f include/stamp-h; \ ! $(MAKE) include/stamp-h; \ ! else :; fi ! include/stamp-h: $(srcdir)/include/config.h.in $(top_builddir)/config.status ! cd $(top_builddir) \ ! && CONFIG_FILES= CONFIG_HEADERS=include/config.h \ ! $(SHELL) ./config.status ! @echo timestamp > include/stamp-h 2> /dev/null ! $(srcdir)/include/config.h.in: $(srcdir)/include/stamp-h.in @if test ! -f $@; then \ ! rm -f $(srcdir)/include/stamp-h.in; \ ! $(MAKE) $(srcdir)/include/stamp-h.in; \ else :; fi - $(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOHEADER) - @echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null ! mostlyclean-hdr: ! clean-hdr: distclean-hdr: -rm -f include/config.h ! ! maintainer-clean-hdr: # This directory's subdirectories are mostly independent; you can cd --- 59,148 ---- PRE_UNINSTALL = : POST_UNINSTALL = : ! host_alias = host_triplet = sparc-sun-solaris2.8 + + EXEEXT = + OBJEXT = o + PATH_SEPARATOR = : + AMTAR = tar AS = @AS@ + AWK = gawk CC = gcc + DEPDIR = .deps DLLTOOL = @DLLTOOL@ ! ECHO = echo ! INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s LIBTOOL = $(SHELL) $(top_builddir)/libtool LN_S = ln -s OBJC = OBJCFLAGS = OBJDUMP = @OBJDUMP@ PACKAGE = OpenAAA RANLIB = ranlib STRIP = strip SUBDIRS = oa_io oa_main + VERSION = 0.0.0 + am__include = include + am__quote = + install_sh = /opt/usrodl/projects/openaaa/install-sh + subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ! CONFIG_HEADER = $(top_builddir)/include/config.h ! CONFIG_CLEAN_FILES = ! DIST_SOURCES = ! RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ ! uninstall-info-recursive all-recursive install-data-recursive \ ! install-exec-recursive installdirs-recursive install-recursive \ ! uninstall-recursive check-recursive installcheck-recursive ! DIST_COMMON = README ./include/config.h.in AUTHORS COPYING ChangeLog \ ! INSTALL Makefile.am Makefile.in NEWS aclocal.m4 config.guess \ ! config.sub configure configure.in depcomp install-sh ltconfig \ ! ltmain.sh missing mkinstalldirs ! DIST_SUBDIRS = $(SUBDIRS) ! all: all-recursive .SUFFIXES: ! mostlyclean-libtool: ! -rm -f *.lo ! clean-libtool: ! -rm -rf .libs _libs ! distclean-libtool: ! -rm -f libtool ! $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) ! cd $(top_srcdir) && \ ! $(AUTOMAKE) --gnu Makefile ! Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) ! ! $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck ! $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) ! $(ACLOCAL_M4): configure.in ! cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) ! ! include/config.h: include/stamp-h1 @if test ! -f $@; then \ ! rm -f include/stamp-h1; \ ! $(MAKE) include/stamp-h1; \ else :; fi ! include/stamp-h1: $(srcdir)/./include/config.h.in $(top_builddir)/config.status ! @rm -f include/stamp-h1 ! cd $(top_builddir) && $(SHELL) ./config.status include/config.h ! $(srcdir)/./include/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) ! cd $(top_srcdir) && $(AUTOHEADER) ! touch $(srcdir)/./include/config.h.in distclean-hdr: -rm -f include/config.h ! uninstall-info-am: # This directory's subdirectories are mostly independent; you can cd *************** *** 144,153 **** # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. ! ! ! ! all-recursive install-data-recursive install-exec-recursive \ ! installdirs-recursive install-recursive uninstall-recursive \ ! check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ --- 152,156 ---- # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. ! $(RECURSIVE_TARGETS): @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ *************** *** 172,180 **** @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ ! rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ ! rev="$$subdir $$rev"; \ ! test "$$subdir" = "." && dot_seen=yes; \ done; \ ! test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ --- 175,188 ---- @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ ! case "$@" in \ ! distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ ! *) list='$(SUBDIRS)' ;; \ ! esac; \ ! rev=''; for subdir in $$list; do \ ! if test "$$subdir" = "."; then :; else \ ! rev="$$subdir $$rev"; \ ! fi; \ done; \ ! rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ *************** *** 193,320 **** done tags: TAGS ! ID: $(HEADERS) $(SOURCES) $(LISP) ! list='$(SOURCES) $(HEADERS)'; \ ! unique=`for i in $$list; do echo $$i; done | \ ! awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ ! here=`pwd` && cd $(srcdir) \ ! && mkid -f$$here/ID $$unique $(LISP) ! TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ ! if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ ! fi; \ done; \ ! list='$(SOURCES) $(HEADERS)'; \ ! unique=`for i in $$list; do echo $$i; done | \ ! awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ ! test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ ! || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) ! ! mostlyclean-tags: ! clean-tags: distclean-tags: ! -rm -f TAGS ID ! ! maintainer-clean-tags: distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) ! # This target untars the dist file and tries a VPATH configuration. Then ! # it guarantees that the distribution is self-contained by making another ! # tarfile. ! distcheck: dist ! -rm -rf $(distdir) ! GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz ! mkdir $(distdir)/=build ! mkdir $(distdir)/=inst ! dc_install_base=`cd $(distdir)/=inst && pwd`; \ ! cd $(distdir)/=build \ ! && ../configure --srcdir=.. --prefix=$$dc_install_base \ ! && $(MAKE) $(AM_MAKEFLAGS) \ ! && $(MAKE) $(AM_MAKEFLAGS) dvi \ ! && $(MAKE) $(AM_MAKEFLAGS) check \ ! && $(MAKE) $(AM_MAKEFLAGS) install \ ! && $(MAKE) $(AM_MAKEFLAGS) installcheck \ ! && $(MAKE) $(AM_MAKEFLAGS) dist ! -rm -rf $(distdir) ! @banner="$(distdir).tar.gz is ready for distribution"; \ ! dashes=`echo "$$banner" | sed s/./=/g`; \ ! echo "$$dashes"; \ ! echo "$$banner"; \ ! echo "$$dashes" ! dist: distdir ! -chmod -R a+r $(distdir) ! GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) ! -rm -rf $(distdir) ! dist-all: distdir ! -chmod -R a+r $(distdir) ! GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) ! -rm -rf $(distdir) distdir: $(DISTFILES) ! -rm -rf $(distdir) mkdir $(distdir) ! -chmod 777 $(distdir) ! here=`cd $(top_builddir) && pwd`; \ ! top_distdir=`cd $(distdir) && pwd`; \ ! distdir=`cd $(distdir) && pwd`; \ ! cd $(top_srcdir) \ ! && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile @for file in $(DISTFILES); do \ ! d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ ! || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ ! || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done ! for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ ! chmod 777 $(distdir)/$$subdir; \ ! (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done ! info-am: ! info: info-recursive ! dvi-am: ! dvi: dvi-recursive check-am: all-am check: check-recursive ! installcheck-am: ! installcheck: installcheck-recursive ! install-exec-am: ! install-exec: install-exec-recursive ! install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - install: install-recursive - uninstall-am: - uninstall: uninstall-recursive - all-am: Makefile - all-redirect: all-recursive - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install - installdirs: installdirs-recursive - installdirs-am: - mostlyclean-generic: --- 201,364 ---- done + ETAGS = etags + ETAGSFLAGS = + tags: TAGS ! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ ! mkid -fID $$unique ! TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ ! if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ ! fi; \ done; \ ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ ! test -z "$(ETAGS_ARGS)$$tags$$unique" \ ! || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! $$tags $$unique ! GTAGS: ! here=`$(am__cd) $(top_builddir) && pwd` \ ! && cd $(top_srcdir) \ ! && gtags -i $(GTAGS_ARGS) $$here distclean-tags: ! -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH ! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + top_distdir = . distdir = $(PACKAGE)-$(VERSION) ! am__remove_distdir = \ ! { test ! -d $(distdir) \ ! || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ ! && rm -fr $(distdir); }; } ! ! GZIP_ENV = --best ! distcleancheck_listfiles = find . -type f -print ! distdir: $(DISTFILES) ! $(am__remove_distdir) mkdir $(distdir) ! $(mkinstalldirs) $(distdir)/./include @for file in $(DISTFILES); do \ ! if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ! dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ ! if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ! dir="/$$dir"; \ ! $(mkinstalldirs) "$(distdir)$$dir"; \ ! else \ ! dir=''; \ ! fi; \ if test -d $$d/$$file; then \ ! cp -pR $$d/$$file $(distdir)$$dir \ ! || exit 1; \ else \ test -f $(distdir)/$$file \ ! || cp -p $$d/$$file $(distdir)/$$file \ ! || exit 1; \ fi; \ done ! list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ ! (cd $$subdir && \ ! $(MAKE) $(AM_MAKEFLAGS) \ ! top_distdir="$(top_distdir)" \ ! distdir=../$(distdir)/$$subdir \ ! distdir) \ || exit 1; \ fi; \ done ! -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ ! || chmod -R a+r $(distdir) ! dist-gzip: distdir ! $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz ! $(am__remove_distdir) ! ! dist dist-all: distdir ! $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz ! $(am__remove_distdir) ! ! # This target untars the dist file and tries a VPATH configuration. Then ! # it guarantees that the distribution is self-contained by making another ! # tarfile. ! distcheck: dist ! $(am__remove_distdir) ! GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ! chmod -R a-w $(distdir); chmod a+w $(distdir) ! mkdir $(distdir)/=build ! mkdir $(distdir)/=inst ! chmod a-w $(distdir) ! dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ ! && cd $(distdir)/=build \ ! && ../configure --srcdir=.. --prefix=$$dc_install_base \ ! $(DISTCHECK_CONFIGURE_FLAGS) \ ! && $(MAKE) $(AM_MAKEFLAGS) \ ! && $(MAKE) $(AM_MAKEFLAGS) dvi \ ! && $(MAKE) $(AM_MAKEFLAGS) check \ ! && $(MAKE) $(AM_MAKEFLAGS) install \ ! && $(MAKE) $(AM_MAKEFLAGS) installcheck \ ! && $(MAKE) $(AM_MAKEFLAGS) uninstall \ ! && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ ! || { echo "ERROR: files left after uninstall:" ; \ ! find $$dc_install_base -type f -print ; \ ! exit 1; } >&2 ) \ ! && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ ! && rm -f $(distdir).tar.gz \ ! && $(MAKE) $(AM_MAKEFLAGS) distcleancheck ! $(am__remove_distdir) ! @echo "$(distdir).tar.gz is ready for distribution" | \ ! sed 'h;s/./=/g;p;x;p;x' ! distcleancheck: distclean ! if test '$(srcdir)' = . ; then \ ! echo "ERROR: distcleancheck can only run from a VPATH build" ; \ ! exit 1 ; \ ! fi ! test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ ! || { echo "ERROR: files left after distclean:" ; \ ! $(distcleancheck_listfiles) ; \ ! exit 1; } >&2 check-am: all-am check: check-recursive ! all-am: Makefile ! installdirs: installdirs-recursive ! installdirs-am: ! install: install-recursive ! install-exec: install-exec-recursive install-data: install-data-recursive + uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + installcheck: installcheck-recursive + install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: *************** *** 322,363 **** distclean-generic: ! -rm -f Makefile $(CONFIG_CLEAN_FILES) ! -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: ! mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic ! mostlyclean: mostlyclean-recursive ! clean-am: clean-hdr clean-tags clean-generic mostlyclean-am ! clean: clean-recursive ! distclean-am: distclean-hdr distclean-tags distclean-generic clean-am ! distclean: distclean-recursive ! -rm -f config.status ! maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ ! maintainer-clean-generic distclean-am ! @echo "This command is intended for maintainers to use;" ! @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive - -rm -f config.status ! .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ ! install-data-recursive uninstall-data-recursive install-exec-recursive \ ! uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ ! all-recursive check-recursive installcheck-recursive info-recursive \ ! dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ ! maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ ! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ ! dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ ! install-exec install-data-am install-data install-am install \ ! uninstall-am uninstall all-redirect all-am all installdirs-am \ ! installdirs mostlyclean-generic distclean-generic clean-generic \ ! maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. --- 366,428 ---- distclean-generic: ! -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* maintainer-clean-generic: ! @echo "This command is intended for maintainers to use" ! @echo "it deletes files that may require special tools to rebuild." ! clean: clean-recursive ! clean-am: clean-generic clean-libtool mostlyclean-am ! distclean: distclean-recursive ! -rm -f config.status config.cache config.log ! distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \ ! distclean-tags ! dvi: dvi-recursive ! dvi-am: ! info: info-recursive ! info-am: ! ! install-data-am: ! ! install-exec-am: ! ! install-info: install-info-recursive ! ! install-man: ! ! installcheck-am: maintainer-clean: maintainer-clean-recursive ! maintainer-clean-am: distclean-am maintainer-clean-generic ! ! mostlyclean: mostlyclean-recursive ! ! mostlyclean-am: mostlyclean-generic mostlyclean-libtool + uninstall-am: uninstall-info-am + + uninstall-info: uninstall-info-recursive + + .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ + clean-generic clean-libtool clean-recursive dist dist-all \ + dist-gzip distcheck distclean distclean-generic distclean-hdr \ + distclean-libtool distclean-recursive distclean-tags \ + distcleancheck distdir dvi dvi-am dvi-recursive info info-am \ + info-recursive install install-am install-data install-data-am \ + install-data-recursive install-exec install-exec-am \ + install-exec-recursive install-info install-info-am \ + install-info-recursive install-man install-recursive \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am installdirs-recursive maintainer-clean \ + maintainer-clean-generic maintainer-clean-recursive mostlyclean \ + mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ + tags tags-recursive uninstall uninstall-am uninstall-info-am \ + uninstall-info-recursive uninstall-recursive # Tell versions [3.59,3.63) of GNU make to not export all variables. Index: Makefile.in =================================================================== RCS file: /cvsroot/openaaa/openaaa/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.in 8 Oct 2002 22:13:20 -0000 1.3 --- Makefile.in 22 Oct 2002 21:05:48 -0000 1.4 *************** *** 1,5 **** ! # Makefile.in generated automatically by automake 1.4 from Makefile.am ! # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,7 ---- ! # Makefile.in generated by automake 1.6 from Makefile.am. ! # @configure_input@ ! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 ! # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, *************** *** 11,15 **** # PARTICULAR PURPOSE. ! SHELL = @SHELL@ --- 13,17 ---- # PARTICULAR PURPOSE. ! @SET_MAKE@ SHELL = @SHELL@ *************** *** 32,42 **** includedir = @includedir@ oldincludedir = /usr/include - - DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = . --- 34,40 ---- *************** *** 46,55 **** AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ - NORMAL_INSTALL = : PRE_INSTALL = : --- 44,56 ---- AUTOHEADER = @AUTOHEADER@ + am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ + install_sh_DATA = $(install_sh) -c -m 644 + install_sh_PROGRAM = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : *************** *** 60,140 **** host_alias = @host_alias@ host_triplet = @host@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ ! EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ - MAKEINFO = @MAKEINFO@ OBJC = @OBJC@ OBJCFLAGS = @OBJCFLAGS@ OBJDUMP = @OBJDUMP@ - OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ - SHELL = @SHELL@ STRIP = @STRIP@ - VERSION = @VERSION@ - SUBDIRS = oa_io oa_main ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ! CONFIG_HEADER = ./include/config.h ! CONFIG_CLEAN_FILES = ! DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ ! Makefile.in NEWS aclocal.m4 config.guess config.sub configure \ ! configure.in include/config.h.in include/stamp-h.in install-sh ltconfig \ ! ltmain.sh missing mkinstalldirs ! ! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) - TAR = gtar - GZIP_ENV = --best - all: all-redirect .SUFFIXES: - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile ! Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) ! cd $(top_builddir) \ ! && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status ! $(ACLOCAL_M4): configure.in ! cd $(srcdir) && $(ACLOCAL) ! config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck ! $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) ! include/config.h: include/stamp-h ! @if test ! -f $@; then \ ! rm -f include/stamp-h; \ ! $(MAKE) include/stamp-h; \ ! else :; fi ! include/stamp-h: $(srcdir)/include/config.h.in $(top_builddir)/config.status ! cd $(top_builddir) \ ! && CONFIG_FILES= CONFIG_HEADERS=include/config.h \ ! $(SHELL) ./config.status ! @echo timestamp > include/stamp-h 2> /dev/null ! $(srcdir)/include/config.h.in: $(srcdir)/include/stamp-h.in @if test ! -f $@; then \ ! rm -f $(srcdir)/include/stamp-h.in; \ ! $(MAKE) $(srcdir)/include/stamp-h.in; \ else :; fi - $(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOHEADER) - @echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null ! mostlyclean-hdr: ! clean-hdr: distclean-hdr: -rm -f include/config.h ! ! maintainer-clean-hdr: # This directory's subdirectories are mostly independent; you can cd --- 61,148 ---- host_alias = @host_alias@ host_triplet = @host@ + + EXEEXT = @EXEEXT@ + OBJEXT = @OBJEXT@ + PATH_SEPARATOR = @PATH_SEPARATOR@ + AMTAR = @AMTAR@ AS = @AS@ + AWK = @AWK@ CC = @CC@ + DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ ! INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ OBJC = @OBJC@ OBJCFLAGS = @OBJCFLAGS@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ SUBDIRS = oa_io oa_main + VERSION = @VERSION@ + am__include = @am__include@ + am__quote = @am__quote@ + install_sh = @install_sh@ + subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ! CONFIG_HEADER = $(top_builddir)/include/config.h ! CONFIG_CLEAN_FILES = ! DIST_SOURCES = ! RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ ! uninstall-info-recursive all-recursive install-data-recursive \ ! install-exec-recursive installdirs-recursive install-recursive \ ! uninstall-recursive check-recursive installcheck-recursive ! DIST_COMMON = README ./include/config.h.in AUTHORS COPYING ChangeLog \ ! INSTALL Makefile.am Makefile.in NEWS aclocal.m4 config.guess \ ! config.sub configure configure.in depcomp install-sh ltconfig \ ! ltmain.sh missing mkinstalldirs ! DIST_SUBDIRS = $(SUBDIRS) ! all: all-recursive .SUFFIXES: ! mostlyclean-libtool: ! -rm -f *.lo ! clean-libtool: ! -rm -rf .libs _libs ! distclean-libtool: ! -rm -f libtool ! $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) ! cd $(top_srcdir) && \ ! $(AUTOMAKE) --gnu Makefile ! Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) ! ! $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck ! $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) ! $(ACLOCAL_M4): configure.in ! cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) ! ! include/config.h: include/stamp-h1 @if test ! -f $@; then \ ! rm -f include/stamp-h1; \ ! $(MAKE) include/stamp-h1; \ else :; fi ! include/stamp-h1: $(srcdir)/./include/config.h.in $(top_builddir)/config.status ! @rm -f include/stamp-h1 ! cd $(top_builddir) && $(SHELL) ./config.status include/config.h ! $(srcdir)/./include/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) ! cd $(top_srcdir) && $(AUTOHEADER) ! touch $(srcdir)/./include/config.h.in distclean-hdr: -rm -f include/config.h ! uninstall-info-am: # This directory's subdirectories are mostly independent; you can cd *************** *** 144,153 **** # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. ! ! @SET_MAKE@ ! ! all-recursive install-data-recursive install-exec-recursive \ ! installdirs-recursive install-recursive uninstall-recursive \ ! check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ --- 152,156 ---- # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. ! $(RECURSIVE_TARGETS): @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ *************** *** 172,180 **** @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ ! rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ ! rev="$$subdir $$rev"; \ ! test "$$subdir" = "." && dot_seen=yes; \ done; \ ! test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ --- 175,188 ---- @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ ! case "$@" in \ ! distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ ! *) list='$(SUBDIRS)' ;; \ ! esac; \ ! rev=''; for subdir in $$list; do \ ! if test "$$subdir" = "."; then :; else \ ! rev="$$subdir $$rev"; \ ! fi; \ done; \ ! rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ *************** *** 193,320 **** done tags: TAGS ! ID: $(HEADERS) $(SOURCES) $(LISP) ! list='$(SOURCES) $(HEADERS)'; \ ! unique=`for i in $$list; do echo $$i; done | \ ! awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ ! here=`pwd` && cd $(srcdir) \ ! && mkid -f$$here/ID $$unique $(LISP) ! TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ ! if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ ! fi; \ done; \ ! list='$(SOURCES) $(HEADERS)'; \ ! unique=`for i in $$list; do echo $$i; done | \ ! awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ ! test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ ! || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) ! ! mostlyclean-tags: ! clean-tags: distclean-tags: ! -rm -f TAGS ID ! ! maintainer-clean-tags: distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) ! # This target untars the dist file and tries a VPATH configuration. Then ! # it guarantees that the distribution is self-contained by making another ! # tarfile. ! distcheck: dist ! -rm -rf $(distdir) ! GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz ! mkdir $(distdir)/=build ! mkdir $(distdir)/=inst ! dc_install_base=`cd $(distdir)/=inst && pwd`; \ ! cd $(distdir)/=build \ ! && ../configure --srcdir=.. --prefix=$$dc_install_base \ ! && $(MAKE) $(AM_MAKEFLAGS) \ ! && $(MAKE) $(AM_MAKEFLAGS) dvi \ ! && $(MAKE) $(AM_MAKEFLAGS) check \ ! && $(MAKE) $(AM_MAKEFLAGS) install \ ! && $(MAKE) $(AM_MAKEFLAGS) installcheck \ ! && $(MAKE) $(AM_MAKEFLAGS) dist ! -rm -rf $(distdir) ! @banner="$(distdir).tar.gz is ready for distribution"; \ ! dashes=`echo "$$banner" | sed s/./=/g`; \ ! echo "$$dashes"; \ ! echo "$$banner"; \ ! echo "$$dashes" ! dist: distdir ! -chmod -R a+r $(distdir) ! GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) ! -rm -rf $(distdir) ! dist-all: distdir ! -chmod -R a+r $(distdir) ! GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) ! -rm -rf $(distdir) distdir: $(DISTFILES) ! -rm -rf $(distdir) mkdir $(distdir) ! -chmod 777 $(distdir) ! here=`cd $(top_builddir) && pwd`; \ ! top_distdir=`cd $(distdir) && pwd`; \ ! distdir=`cd $(distdir) && pwd`; \ ! cd $(top_srcdir) \ ! && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile @for file in $(DISTFILES); do \ ! d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ ! || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ ! || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done ! for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ ! chmod 777 $(distdir)/$$subdir; \ ! (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done ! info-am: ! info: info-recursive ! dvi-am: ! dvi: dvi-recursive check-am: all-am check: check-recursive ! installcheck-am: ! installcheck: installcheck-recursive ! install-exec-am: ! install-exec: install-exec-recursive ! install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - install: install-recursive - uninstall-am: - uninstall: uninstall-recursive - all-am: Makefile - all-redirect: all-recursive - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install - installdirs: installdirs-recursive - installdirs-am: - mostlyclean-generic: --- 201,364 ---- done + ETAGS = etags + ETAGSFLAGS = + tags: TAGS ! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ ! mkid -fID $$unique ! TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ ! if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ ! fi; \ done; \ ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ ! test -z "$(ETAGS_ARGS)$$tags$$unique" \ ! || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! $$tags $$unique ! GTAGS: ! here=`$(am__cd) $(top_builddir) && pwd` \ ! && cd $(top_srcdir) \ ! && gtags -i $(GTAGS_ARGS) $$here distclean-tags: ! -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH ! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + top_distdir = . distdir = $(PACKAGE)-$(VERSION) ! am__remove_distdir = \ ! { test ! -d $(distdir) \ ! || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ ! && rm -fr $(distdir); }; } ! ! GZIP_ENV = --best ! distcleancheck_listfiles = find . -type f -print ! distdir: $(DISTFILES) ! $(am__remove_distdir) mkdir $(distdir) ! $(mkinstalldirs) $(distdir)/./include @for file in $(DISTFILES); do \ ! if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ! dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ ! if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ! dir="/$$dir"; \ ! $(mkinstalldirs) "$(distdir)$$dir"; \ ! else \ ! dir=''; \ ! fi; \ if test -d $$d/$$file; then \ ! cp -pR $$d/$$file $(distdir)$$dir \ ! || exit 1; \ else \ test -f $(distdir)/$$file \ ! || cp -p $$d/$$file $(distdir)/$$file \ ! || exit 1; \ fi; \ done ! list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ ! (cd $$subdir && \ ! $(MAKE) $(AM_MAKEFLAGS) \ ! top_distdir="$(top_distdir)" \ ! distdir=../$(distdir)/$$subdir \ ! distdir) \ || exit 1; \ fi; \ done ! -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ ! || chmod -R a+r $(distdir) ! dist-gzip: distdir ! $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz ! $(am__remove_distdir) ! ! dist dist-all: distdir ! $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz ! $(am__remove_distdir) ! ! # This target untars the dist file and tries a VPATH configuration. Then ! # it guarantees that the distribution is self-contained by making another ! # tarfile. ! distcheck: dist ! $(am__remove_distdir) ! GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ! chmod -R a-w $(distdir); chmod a+w $(distdir) ! mkdir $(distdir)/=build ! mkdir $(distdir)/=inst ! chmod a-w $(distdir) ! dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ ! && cd $(distdir)/=build \ ! && ../configure --srcdir=.. --prefix=$$dc_install_base \ ! $(DISTCHECK_CONFIGURE_FLAGS) \ ! && $(MAKE) $(AM_MAKEFLAGS) \ ! && $(MAKE) $(AM_MAKEFLAGS) dvi \ ! && $(MAKE) $(AM_MAKEFLAGS) check \ ! && $(MAKE) $(AM_MAKEFLAGS) install \ ! && $(MAKE) $(AM_MAKEFLAGS) installcheck \ ! && $(MAKE) $(AM_MAKEFLAGS) uninstall \ ! && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ ! || { echo "ERROR: files left after uninstall:" ; \ ! find $$dc_install_base -type f -print ; \ ! exit 1; } >&2 ) \ ! && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ ! && rm -f $(distdir).tar.gz \ ! && $(MAKE) $(AM_MAKEFLAGS) distcleancheck ! $(am__remove_distdir) ! @echo "$(distdir).tar.gz is ready for distribution" | \ ! sed 'h;s/./=/g;p;x;p;x' ! distcleancheck: distclean ! if test '$(srcdir)' = . ; then \ ! echo "ERROR: distcleancheck can only run from a VPATH build" ; \ ! exit 1 ; \ ! fi ! test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ ! || { echo "ERROR: files left after distclean:" ; \ ! $(distcleancheck_listfiles) ; \ ! exit 1; } >&2 check-am: all-am check: check-recursive ! all-am: Makefile ! installdirs: installdirs-recursive ! installdirs-am: ! install: install-recursive ! install-exec: install-exec-recursive install-data: install-data-recursive + uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + installcheck: installcheck-recursive + install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: *************** *** 322,363 **** distclean-generic: ! -rm -f Makefile $(CONFIG_CLEAN_FILES) ! -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: ! mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic ! mostlyclean: mostlyclean-recursive ! clean-am: clean-hdr clean-tags clean-generic mostlyclean-am ! clean: clean-recursive ! distclean-am: distclean-hdr distclean-tags distclean-generic clean-am ! distclean: distclean-recursive ! -rm -f config.status ! maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ ! maintainer-clean-generic distclean-am ! @echo "This command is intended for maintainers to use;" ! @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive - -rm -f config.status ! .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ ! install-data-recursive uninstall-data-recursive install-exec-recursive \ ! uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ ! all-recursive check-recursive installcheck-recursive info-recursive \ ! dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ ! maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ ! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ ! dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ ! install-exec install-data-am install-data install-am install \ ! uninstall-am uninstall all-redirect all-am all installdirs-am \ ! installdirs mostlyclean-generic distclean-generic clean-generic \ ! maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. --- 366,428 ---- distclean-generic: ! -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* maintainer-clean-generic: ! @echo "This command is intended for maintainers to use" ! @echo "it deletes files that may require special tools to rebuild." ! clean: clean-recursive ! clean-am: clean-generic clean-libtool mostlyclean-am ! distclean: distclean-recursive ! -rm -f config.status config.cache config.log ! distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \ ! distclean-tags ! dvi: dvi-recursive ! dvi-am: ! info: info-recursive ! info-am: ! ! install-data-am: ! ! install-exec-am: ! ! install-info: install-info-recursive ! ! install-man: ! ! installcheck-am: maintainer-clean: maintainer-clean-recursive ! maintainer-clean-am: distclean-am maintainer-clean-generic ! ! mostlyclean: mostlyclean-recursive ! ! mostlyclean-am: mostlyclean-generic mostlyclean-libtool + uninstall-am: uninstall-info-am + + uninstall-info: uninstall-info-recursive + + .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ + clean-generic clean-libtool clean-recursive dist dist-all \ + dist-gzip distcheck distclean distclean-generic distclean-hdr \ + distclean-libtool distclean-recursive distclean-tags \ + distcleancheck distdir dvi dvi-am dvi-recursive info info-am \ + info-recursive install install-am install-data install-data-am \ + install-data-recursive install-exec install-exec-am \ + install-exec-recursive install-info install-info-am \ + install-info-recursive install-man install-recursive \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am installdirs-recursive maintainer-clean \ + maintainer-clean-generic maintainer-clean-recursive mostlyclean \ + mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ + tags tags-recursive uninstall uninstall-am uninstall-info-am \ + uninstall-info-recursive uninstall-recursive # Tell versions [3.59,3.63) of GNU make to not export all variables. Index: aclocal.m4 =================================================================== RCS file: /cvsroot/openaaa/openaaa/aclocal.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** aclocal.m4 8 Oct 2002 22:13:20 -0000 1.2 --- aclocal.m4 22 Oct 2002 21:05:48 -0000 1.3 *************** *** 1,46 **** ! dnl aclocal.m4 generated automatically by aclocal 1.4 ! dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. ! dnl This file is free software; the Free Software Foundation ! dnl gives unlimited permission to copy and/or distribute it, ! dnl with or without modifications, as long as this notice is preserved. ! dnl This program is distributed in the hope that it will be useful, ! dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without ! dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A [...1638 lines suppressed...] ! changequote([, ])dnl ! AC_MSG_CHECKING(size of $1) ! AC_CACHE_VAL(AC_CV_NAME, ! [for ac_size in 4 8 1 2 16 $2 ; do # List sizes in rough order of prevalence. ! AC_TRY_COMPILE([#include "confdefs.h" ! #include <sys/types.h> ! $2 ! ], [switch (0) case 0: case (sizeof ($1) == $ac_size):;], AC_CV_NAME=$ac_size) ! if test x$AC_CV_NAME != x ; then break; fi ! done ! ]) ! if test x$AC_CV_NAME = x ; then ! AC_MSG_ERROR([cannot determine a size for $1]) ! fi ! AC_MSG_RESULT($AC_CV_NAME) ! AC_DEFINE_UNQUOTED(AC_TYPE_NAME, $AC_CV_NAME, [The number of bytes in type $1]) ! undefine([AC_TYPE_NAME])dnl ! undefine([AC_CV_NAME])dnl ! ]) Index: config.cache =================================================================== RCS file: /cvsroot/openaaa/openaaa/config.cache,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.cache 8 Oct 2002 22:13:20 -0000 1.3 --- config.cache 22 Oct 2002 21:05:48 -0000 1.4 *************** *** 16,31 **** ac_cv_exeext=${ac_cv_exeext='no'} ac_cv_func_alloca_works=${ac_cv_func_alloca_works='yes'} ac_cv_header_alloca_h=${ac_cv_header_alloca_h='yes'} ac_cv_header_db_h=${ac_cv_header_db_h='yes'} ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h='yes'} ac_cv_header_errno_h=${ac_cv_header_errno_h='yes'} ac_cv_header_pthread_h=${ac_cv_header_pthread_h='yes'} ac_cv_header_setjmp_h=${ac_cv_header_setjmp_h='yes'} ! ac_cv_header_sigjmp_h=${ac_cv_header_sigjmp_h='no'} ac_cv_header_signal_h=${ac_cv_header_signal_h='yes'} ac_cv_header_stdc=${ac_cv_header_stdc='yes'} ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h='yes'} ac_cv_header_time_h=${ac_cv_header_time_h='yes'} ac_cv_header_ucontext_h=${ac_cv_header_ucontext_h='yes'} ac_cv_mingw32=${ac_cv_mingw32='no'} ac_cv_objext=${ac_cv_objext='o'} --- 16,52 ---- ac_cv_exeext=${ac_cv_exeext='no'} ac_cv_func_alloca_works=${ac_cv_func_alloca_works='yes'} + ac_cv_func_closedir_void=${ac_cv_func_closedir_void='no'} + ac_cv_func_memcmp_clean=${ac_cv_func_memcmp_clean='yes'} + ac_cv_func_snprintf=${ac_cv_func_snprintf='yes'} + ac_cv_func_strftime=${ac_cv_func_strftime='yes'} + ac_cv_func_vprintf=${ac_cv_func_vprintf='yes'} + ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf='yes'} ac_cv_header_alloca_h=${ac_cv_header_alloca_h='yes'} ac_cv_header_db_h=${ac_cv_header_db_h='yes'} + ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h='yes'} ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h='yes'} ac_cv_header_errno_h=${ac_cv_header_errno_h='yes'} + ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h='yes'} + ac_cv_header_malloc_h=${ac_cv_header_malloc_h='yes'} + ac_cv_header_memory_h=${ac_cv_header_memory_h='yes'} ac_cv_header_pthread_h=${ac_cv_header_pthread_h='yes'} ac_cv_header_setjmp_h=${ac_cv_header_setjmp_h='yes'} ! ac_cv_header_sfio_h=${ac_cv_header_sfio_h='no'} ac_cv_header_signal_h=${ac_cv_header_signal_h='yes'} ac_cv_header_stdc=${ac_cv_header_stdc='yes'} + ac_cv_header_stddef_h=${ac_cv_header_stddef_h='yes'} + ac_cv_header_stdio_h=${ac_cv_header_stdio_h='yes'} + ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h='yes'} + ac_cv_header_string_h=${ac_cv_header_string_h='yes'} + ac_cv_header_strings_h=${ac_cv_header_strings_h='yes'} + ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h='yes'} + ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h='yes'} + ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h='yes'} ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h='yes'} + ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h='yes'} ac_cv_header_time_h=${ac_cv_header_time_h='yes'} ac_cv_header_ucontext_h=${ac_cv_header_ucontext_h='yes'} + ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'} + ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir='no'} ac_cv_mingw32=${ac_cv_mingw32='no'} ac_cv_objext=${ac_cv_objext='o'} *************** *** 41,44 **** --- 62,67 ---- ac_cv_prog_gcc=${ac_cv_prog_gcc='yes'} ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'} + ac_cv_type_pid_t=${ac_cv_type_pid_t='yes'} + acx_cv_func_fork_works=${acx_cv_func_fork_works='yes'} lt_cv_compiler_c_o=${lt_cv_compiler_c_o='yes'} lt_cv_compiler_o_lo=${lt_cv_compiler_o_lo='yes'} *************** *** 53,57 **** lt_cv_prog_cc_can_build_shared=${lt_cv_prog_cc_can_build_shared='yes'} lt_cv_prog_cc_no_builtin=${lt_cv_prog_cc_no_builtin=''} ! lt_cv_prog_cc_pic=${lt_cv_prog_cc_pic=' -fPIC'} lt_cv_prog_cc_pic_works=${lt_cv_prog_cc_pic_works='yes'} lt_cv_prog_cc_shlib=${lt_cv_prog_cc_shlib=''} --- 76,80 ---- lt_cv_prog_cc_can_build_shared=${lt_cv_prog_cc_can_build_shared='yes'} lt_cv_prog_cc_no_builtin=${lt_cv_prog_cc_no_builtin=''} ! lt_cv_prog_cc_pic=${lt_cv_prog_cc_pic=' -fPIC'} lt_cv_prog_cc_pic_works=${lt_cv_prog_cc_pic_works='yes'} lt_cv_prog_cc_shlib=${lt_cv_prog_cc_shlib=''} Index: config.log =================================================================== RCS file: /cvsroot/openaaa/openaaa/config.log,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.log 8 Oct 2002 22:13:20 -0000 1.3 --- config.log 22 Oct 2002 21:05:49 -0000 1.4 *************** *** 2,65 **** running configure, to aid debugging if configure makes a mistake. ! configure:732: checking for a BSD compatible install ! configure:785: checking whether build environment is sane ! configure:842: checking whether make sets ${MAKE} ! configure:888: checking for working aclocal ! configure:901: checking for working autoconf ! configure:914: checking for working automake ! configure:927: checking for working autoheader ! configure:940: checking for working makeinfo [...1179 lines suppressed...] ! #define HAVE_SYS_TYPES_H 1 ! #define HAVE_SYS_TYPES_H 1 ! #define HAVE_SYS_WAIT_H 1 ! #define HAVE_TIME_H 1 ! #define HAVE_UCONTEXT_H 1 ! #define HAVE_UNISTD_H 1 ! #define HAVE_UNISTD_H 1 ! #define HAVE_VPRINTF 1 ! #define HAVE_WORKING_VSNPRINTF 1 ! #define PACKAGE "OpenAAA" ! #define PACKAGE_BUGREPORT "" ! #define PACKAGE_NAME "" ! #define PACKAGE_STRING "" ! #define PACKAGE_TARNAME "" ! #define PACKAGE_VERSION "" ! #define STDC_HEADERS 1 ! #define VERSION "0.0.0" ! #define WORDS_BIGENDIAN 1 ! ! configure: exit 0 Index: config.status =================================================================== RCS file: /cvsroot/openaaa/openaaa/config.status,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.status 8 Oct 2002 22:13:20 -0000 1.3 --- config.status 22 Oct 2002 21:05:49 -0000 1.4 *************** *** 1,187 **** ! #! /bin/sh ! # Generated automatically by configure. # Run this file to recreate the current configuration. - # This directory was configured as follows, - # on host segfault: - # - # ./configure - # # Compiler output produced by configure, useful for debugging ! # configure, is in ./config.log if it exists. [...1420 lines suppressed...] ! sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } ! /^X\(\/\/\)[^/].*/{ s//\1/; q; } ! /^X\(\/\/\)$/{ s//\1/; q; } ! /^X\(\/\).*/{ s//\1/; q; } ! s/.*/./; q'` ! done ! test ! -n "$as_dirs" || mkdir $as_dirs ! fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 ! echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} ! { (exit 1); exit 1; }; }; } ! ! # echo "creating $dirpart/$file" ! echo '# dummy' > "$dirpart/$file" ! done ! done ! ;; ! esac ! done ! ! { (exit 0); exit 0; } Index: configure =================================================================== RCS file: /cvsroot/openaaa/openaaa/configure,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure 8 Oct 2002 22:13:20 -0000 1.3 --- configure 22 Oct 2002 21:05:49 -0000 1.4 *************** *** 1,23 **** #! /bin/sh - # Guess values for system-dependent variables and create Makefiles. ! # Generated automatically using autoconf version 2.13 ! # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. - # Defaults: [...14709 lines suppressed...] + # configure is writing to config.log, and then calls config.status. + # config.status does its own redirection, appending to config.log. + # Unfortunately, on DOS this fails, as config.log is still kept open + # by configure, so config.status won't be able to write to it; its + # output is simply discarded. So we exec the FD to /dev/null, + # effectively closing config.log, so it can be properly (re)opened and + # appended to by config.status. When coming back to configure, we + # need to make the FD available again. + if test "$no_create" != yes; then + ac_cs_success=: + exec 5>/dev/null + $SHELL $CONFIG_STATUS || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } + fi LIBTOOL="\$(SHELL) ./libtool" Index: configure.in =================================================================== RCS file: /cvsroot/openaaa/openaaa/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.in 8 Oct 2002 22:13:20 -0000 1.2 --- configure.in 22 Oct 2002 21:05:50 -0000 1.3 *************** *** 15,19 **** AC_PROG_INSTALL AC_PROG_LIBTOOL - AC_FUNC_ALLOCA AM_CONFIG_HEADER(include/config.h) AC_CHECK_HEADERS(ucontext.h) --- 15,18 ---- *************** *** 24,30 **** AC_CHECK_HEADERS(db.h) AC_CHECK_HEADERS(time.h) AC_CHECK_HEADERS(sys/types.h) AC_OUTPUT(Makefile oa_io/Makefile oa_main/Makefile base/Makefile) - LIBTOOL="\$(SHELL) ./libtool" --- 23,58 ---- AC_CHECK_HEADERS(db.h) AC_CHECK_HEADERS(time.h) + AC_CHECK_HEADERS(sys/time.h) + AC_CHECK_HEADERS(dlfcn.h) + AC_CHECK_HEADERS(string.h) + AC_CHECK_HEADERS(strings.h) AC_CHECK_HEADERS(sys/types.h) + AC_CHECK_HEADERS(sys/socket.h) + AC_CHECK_HEADERS(sys/stat.h) + AC_CHECK_HEADERS(fcntl.h) + AC_CHECK_HEADERS(unistd.h) + AC_CHECK_HEADERS(malloc.h) + AC_CHECK_HEADERS(stdlib.h) + AC_CHECK_HEADERS(stdio.h) + AC_CHECK_HEADERS(stddef.h) + AC_CHECK_HEADERS(sfio.h) + AC_CHECK_HEADERS(memory.h) + AC_CHECK_HEADERS(alloc.h) + AC_CHECK_LIB(pthread,pthread_create) + AC_FUNC_ALLOCA + AC_FUNC_CLOSEDIR_VOID + ACX_FUNC_FORK + AC_FUNC_MEMCMP + AC_FUNC_STRFTIME + AC_FUNC_VPRINTF + AC_FUNC_SNPRINTF + AC_FUNC_VSNPRINTF + AC_C_VOLATILE + AC_C_CONST + AC_C_LONG_DOUBLE + AC_C_BIGENDIAN + AC_C_INLINE + AC_CREATE_STDINT_H(include/_stdint.h) AC_OUTPUT(Makefile oa_io/Makefile oa_main/Makefile base/Makefile) LIBTOOL="\$(SHELL) ./libtool" Index: libtool =================================================================== RCS file: /cvsroot/openaaa/openaaa/libtool,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** libtool 8 Oct 2002 22:13:20 -0000 1.3 --- libtool 22 Oct 2002 21:05:50 -0000 1.4 *************** *** 1,3 **** ! #! /bin/sh # libtool - Provide generalized library-building support services. --- 1,3 ---- ! #! /bin/bash # libtool - Provide generalized library-building support services. *************** *** 39,43 **** # Shell to use when invoking shell scripts. ! SHELL="/bin/sh" # Whether or not to build shared libraries. --- 39,43 ---- # Shell to use when invoking shell scripts. ! SHELL="/bin/bash" # Whether or not to build shared libraries. *************** *** 54,62 **** # The host system. ! host_alias=sparc-sun-solaris2.8 host=sparc-sun-solaris2.8 # An echo program that does not interpret backslashes. ! echo="/usr/ucb/echo" # The archiver. --- 54,62 ---- # The host system. ! host_alias= host=sparc-sun-solaris2.8 # An echo program that does not interpret backslashes. ! echo="echo" # The archiver. *************** *** 114,118 **** # Additional compiler flags for building library objects. ! pic_flag=" -fPIC" pic_mode=default --- 114,118 ---- # Additional compiler flags for building library objects. ! pic_flag=" -fPIC" pic_mode=default |
From: <dm...@us...> - 2002-10-22 21:05:55
|
Update of /cvsroot/openaaa/openaaa/include In directory usw-pr-cvs1:/tmp/cvs-serv14685/include Modified Files: config.h config.h.in Log Message: Many config changes Index: config.h =================================================================== RCS file: /cvsroot/openaaa/openaaa/include/config.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.h 8 Oct 2002 22:13:21 -0000 1.1 --- config.h 22 Oct 2002 21:05:50 -0000 1.2 *************** *** 1,3 **** ! /* include/config.h. Generated automatically by configure. */ /* include/config.h.in. Generated automatically from configure.in by autoheader. */ --- 1,3 ---- ! /* include/config.h. Generated by configure. */ /* include/config.h.in. Generated automatically from configure.in by autoheader. */ *************** *** 36,39 **** --- 36,45 ---- #define HAVE_ERRNO_H 1 + /* Define if you have the <fcntl.h> header file. */ + #define HAVE_FCNTL_H 1 + + /* Define if you have the <malloc.h> header file. */ + #define HAVE_MALLOC_H 1 + /* Define if you have the <pthread.h> header file. */ #define HAVE_PTHREAD_H 1 *************** *** 42,48 **** --- 48,75 ---- #define HAVE_SETJMP_H 1 + /* Define if you have the <sfio.h> header file. */ + /* #undef HAVE_SFIO_H */ + /* Define if you have the <signal.h> header file. */ #define HAVE_SIGNAL_H 1 + /* Define if you have the <stdio.h> header file. */ + #define HAVE_STDIO_H 1 + + /* Define if you have the <stdlib.h> header file. */ + #define HAVE_STDLIB_H 1 + + /* Define if you have the <string.h> header file. */ + #define HAVE_STRING_H 1 + + /* Define if you have the <strings.h> header file. */ + #define HAVE_STRINGS_H 1 + + /* Define if you have the <sys/socket.h> header file. */ + #define HAVE_SYS_SOCKET_H 1 + + /* Define if you have the <sys/stat.h> header file. */ + #define HAVE_SYS_STAT_H 1 + /* Define if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 *************** *** 53,56 **** --- 80,86 ---- /* Define if you have the <ucontext.h> header file. */ #define HAVE_UCONTEXT_H 1 + + /* Define if you have the <unistd.h> header file. */ + #define HAVE_UNISTD_H 1 /* Name of package */ Index: config.h.in =================================================================== RCS file: /cvsroot/openaaa/openaaa/include/config.h.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.h.in 8 Oct 2002 22:13:21 -0000 1.1 --- config.h.in 22 Oct 2002 21:05:50 -0000 1.2 *************** *** 35,38 **** --- 35,44 ---- #undef HAVE_ERRNO_H + /* Define if you have the <fcntl.h> header file. */ + #undef HAVE_FCNTL_H + + /* Define if you have the <malloc.h> header file. */ + #undef HAVE_MALLOC_H + /* Define if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H *************** *** 41,47 **** --- 47,74 ---- #undef HAVE_SETJMP_H + /* Define if you have the <sfio.h> header file. */ + #undef HAVE_SFIO_H + /* Define if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H + /* Define if you have the <stdio.h> header file. */ + #undef HAVE_STDIO_H + + /* Define if you have the <stdlib.h> header file. */ + #undef HAVE_STDLIB_H + + /* Define if you have the <string.h> header file. */ + #undef HAVE_STRING_H + + /* Define if you have the <strings.h> header file. */ + #undef HAVE_STRINGS_H + + /* Define if you have the <sys/socket.h> header file. */ + #undef HAVE_SYS_SOCKET_H + + /* Define if you have the <sys/stat.h> header file. */ + #undef HAVE_SYS_STAT_H + /* Define if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H *************** *** 52,55 **** --- 79,85 ---- /* Define if you have the <ucontext.h> header file. */ #undef HAVE_UCONTEXT_H + + /* Define if you have the <unistd.h> header file. */ + #undef HAVE_UNISTD_H /* Name of package */ |