pkg://bindconf-1.6.1-1.src.rpm:200604/bindconf-1.6.1.tar.gz
info downloads
bindconf-1.6.1/ 0000777 0005325 0005331 00000000000 07343546675 007072 5 bindconf-1.6.1/Makefile.in 0000664 0005325 0005331 00000035710 07343546673 011061 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
DESTDIR =
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
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 = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
MAKEINFO = @MAKEINFO@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = po doc
EXTRA_DIST := bindconf.py dnsdata.py FwdZone.py dns.switchboard.adl local.adl \
Makefile.dist bindconf.spec named.conf.xsl zone.conf.xsl bindconf.glade \
bindconf.console bindconf.pam $(notdir $(wildcard $(srcdir)/*.png)) dns.idl \
genClass.py BUGS bindconf.png bindconf.desktop bindconf-konfig.desktop
BUILT_SOURCES = bindconf.spec dnsdata_base.py dnsdata.pyc dnsdata_base.pyc FwdZone.pyc \
bindconf-gui
pkgdata_DATA := named.conf.xsl zone.conf.xsl bindconf.glade $(notdir $(wildcard $(srcdir)/*.png)) dnsdata.pyc dnsdata_base.pyc FwdZone.pyc dnsdata.py dnsdata_base.py FwdZone.py
exec_SCRIPTS = bindconf-gui
execdir = $(sbindir)
localdir = $(sysconfdir)/alchemist/namespace/dns
local_DATA = local.adl
switchboarddir = $(sysconfdir)/alchemist/switchboard
switchboard_DATA = dns.switchboard.adl
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = bindconf.spec
SCRIPTS = $(exec_SCRIPTS)
DATA = $(local_DATA) $(pkgdata_DATA) $(switchboard_DATA)
DIST_COMMON = COPYING ChangeLog INSTALL Makefile.am Makefile.in \
aclocal.m4 bindconf.spec.in configure configure.in install-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) --foreign --include-deps Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
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)
bindconf.spec: $(top_builddir)/config.status bindconf.spec.in
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
install-execSCRIPTS: $(exec_SCRIPTS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(execdir)
@list='$(exec_SCRIPTS)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(execdir)/`echo $$p|sed '$(transform)'`"; \
$(INSTALL_SCRIPT) $$p $(DESTDIR)$(execdir)/`echo $$p|sed '$(transform)'`; \
else if test -f $(srcdir)/$$p; then \
echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(execdir)/`echo $$p|sed '$(transform)'`"; \
$(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(execdir)/`echo $$p|sed '$(transform)'`; \
else :; fi; fi; \
done
uninstall-execSCRIPTS:
@$(NORMAL_UNINSTALL)
list='$(exec_SCRIPTS)'; for p in $$list; do \
rm -f $(DESTDIR)$(execdir)/`echo $$p|sed '$(transform)'`; \
done
install-localDATA: $(local_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(localdir)
@list='$(local_DATA)'; for p in $$list; do \
if test -f $(srcdir)/$$p; then \
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(localdir)/$$p"; \
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(localdir)/$$p; \
else if test -f $$p; then \
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(localdir)/$$p"; \
$(INSTALL_DATA) $$p $(DESTDIR)$(localdir)/$$p; \
fi; fi; \
done
uninstall-localDATA:
@$(NORMAL_UNINSTALL)
list='$(local_DATA)'; for p in $$list; do \
rm -f $(DESTDIR)$(localdir)/$$p; \
done
install-pkgdataDATA: $(pkgdata_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
@list='$(pkgdata_DATA)'; for p in $$list; do \
if test -f $(srcdir)/$$p; then \
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
else if test -f $$p; then \
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
$(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
fi; fi; \
done
uninstall-pkgdataDATA:
@$(NORMAL_UNINSTALL)
list='$(pkgdata_DATA)'; for p in $$list; do \
rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
done
install-switchboardDATA: $(switchboard_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(switchboarddir)
@list='$(switchboard_DATA)'; for p in $$list; do \
if test -f $(srcdir)/$$p; then \
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(switchboarddir)/$$p"; \
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(switchboarddir)/$$p; \
else if test -f $$p; then \
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(switchboarddir)/$$p"; \
$(INSTALL_DATA) $$p $(DESTDIR)$(switchboarddir)/$$p; \
fi; fi; \
done
uninstall-switchboardDATA:
@$(NORMAL_UNINSTALL)
list='$(switchboard_DATA)'; for p in $$list; do \
rm -f $(DESTDIR)$(switchboarddir)/$$p; \
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (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; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@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 \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
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)
$(mkinstalldirs) $(distdir)/$(srcdir)
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
cp -pr $$d/$$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
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
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-execSCRIPTS
install-exec: install-exec-recursive
install-data-am: install-localDATA install-pkgdataDATA \
install-switchboardDATA install-data-local
install-data: install-data-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-recursive
uninstall-am: uninstall-execSCRIPTS uninstall-localDATA \
uninstall-pkgdataDATA uninstall-switchboardDATA
uninstall: uninstall-recursive
all-am: Makefile $(SCRIPTS) $(DATA)
all-redirect: all-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs: installdirs-recursive
installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(execdir) $(DESTDIR)$(localdir) \
$(DESTDIR)$(pkgdatadir) $(DESTDIR)$(switchboarddir)
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
maintainer-clean-generic:
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean-am: mostlyclean-tags mostlyclean-generic
mostlyclean: mostlyclean-recursive
clean-am: clean-tags clean-generic mostlyclean-am
clean: clean-recursive
distclean-am: distclean-tags distclean-generic clean-am
distclean: distclean-recursive
-rm -f config.status
maintainer-clean-am: 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: uninstall-execSCRIPTS install-execSCRIPTS uninstall-localDATA \
install-localDATA uninstall-pkgdataDATA install-pkgdataDATA \
uninstall-switchboardDATA install-switchboardDATA \
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-local 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
dnsdata.pyc dnsdata_base.pyc FwdZone.pyc:
python /usr/lib/python1.5/compileall.pyc $(srcdir)
bindconf-gui: bindconf.py
cp $(srcdir)/bindconf.py bindconf-gui
install-data-local:
chmod 600 $(sysconfdir)/alchemist/namespace/dns/local.adl
chmod 600 $(sysconfdir)/alchemist/switchboard/dns.switchboard.adl
$(mkinstalldirs) $(localstatedir)/cache/alchemist/dns
$(mkinstalldirs) $(sysconfdir)/X11/applnk/serverconfig
$(mkinstalldirs) $(sysconfdir)/X11/applnk/System
install -m 0644 $(srcdir)/bindconf.desktop $(sysconfdir)/X11/applnk/serverconfig
install -m 0644 $(srcdir)/bindconf.desktop $(sysconfdir)/X11/applnk/System
clean:
rm -f *.pyo *.pyc
dnsdata_base.py: dns.idl genClass.py
python $(srcdir)/genClass.py -l $(srcdir)/dns.idl dnsdata_base.py dnsdata.py
dist-hook: bindconf.spec
rm -f $(distdir)/bindconf.spec
cp -f $(top_builddir)/bindconf.spec $(distdir)/bindconf.spec
sed -e 's/\@VERSION\@/@VERSION@/g' $(distdir)/bindconf.py > $(distdir)/bindconf.py.new && mv $(distdir)/bindconf.py.new $(distdir)/bindconf.py
srpm: distcheck
rpmbuild --define "_sourcedir `pwd`" --define "_srcrpmdir `pwd`" --define "_specdir `pwd`" -ts @PACKAGE@-@VERSION@.tar.gz
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
bindconf-1.6.1/COPYING 0000664 0005325 0005331 00000043110 07243210345 010017 GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.
bindconf-1.6.1/ChangeLog 0000664 0005325 0005331 00000061107 07342727703 010557 2001-03-18 Yukihiro Nakai <ynakai@redhat.com>
* po/ja.po: Update Japanese translation.
* *.desktop: Add Japanese translation.
2001-02-19 dcm <dcm@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.pot:
remove stale pot file - it now lives in the po dir
Dave Mason
dcm@redhat.com
2001-02-19 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/bindconf.pot, /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/ChangeLog:
Mon Feb 19 15:55:45 2001 Jonathan Blandford <jrb@redhat.com>
* bindconf.py: fix string that confused gettext
* po/bindconf.pot: updated
2001-02-19 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/Makefile.am: readded first char :)
* /mnt/devel/CVS/bindconf/dnsdata_base.py, /mnt/devel/CVS/bindconf/dnsdata.py:
removed test form set methods
2001-02-19 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/bindconf.py:
Do the revPNS blah blah.
2001-02-19 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/Makefile.am: working dist-hook
2001-02-19 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/Makefile.am, /mnt/devel/CVS/bindconf/po/bindconf.pot:
Sync
* /mnt/devel/CVS/bindconf/Makefile.am:
sync
* /mnt/devel/CVS/bindconf/autogen.sh, /mnt/devel/CVS/bindconf/dnsdata_base.py, /mnt/devel/CVS/bindconf/Makefile.am:
More autogenerate stuff.
2001-02-19 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/genClass.py: changed tests
* /mnt/devel/CVS/bindconf/Makefile.am: added genClass
2001-02-15 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/Makefile.am: distcheck tweaks
shell ls -> wildcard
* /mnt/devel/CVS/bindconf/bindconf.spec: added %build section
* /mnt/devel/CVS/bindconf/dnsdata.py: reactivated testHost
* /mnt/devel/CVS/bindconf/po/Makefile.am: integrated distcheck tweaks
changed shell ls -> wildcard
2001-02-15 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/FwdZone.py:
Fix evil cut & paste errors.
2001-02-14 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/FwdZone.py:
more work
2001-02-14 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/zone.conf.xsl:
Write out "ENDFILEHERE" after each entry, not after every category
2001-02-14 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py:
Fix checking on the masters list.
* /mnt/devel/CVS/bindconf/bindconf.py:
SuperBadHack revzone dirty mark into working.
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/FwdZone.py:
Fix(?) dirty flag for forward zones.
2001-02-14 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.glade: fix ns record
* /mnt/devel/CVS/bindconf/bindconf.glade: add ns record
2001-02-14 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py: more NS checks
* /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/ChangeLog:
swapped appliesto and host for NS
* /mnt/devel/CVS/bindconf/zone.conf.xsl: applies_to -> appliesto
2001-02-14 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/ru.po: Auto-update by eugene@ultra.net
2001-02-14 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/FwdZone.py:
minor cleanup
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/FwdZone.py:
more work
2001-02-13 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/FwdZone.py:
more work
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/FwdZone.py:
more UI work
2001-02-13 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/.cvsignore:
quiet CVS.
2001-02-13 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py: more checks added
* /mnt/devel/CVS/bindconf/dnsdata.py: added duplicate checks
* /mnt/devel/CVS/bindconf/bindconf.py: fixed label for reverse zones
* /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/ChangeLog, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/FwdZone.py, /mnt/devel/CVS/bindconf/Makefile:
Fixed NS confusion
* /mnt/devel/CVS/bindconf/FwdZone.py: removed debug print's
* /mnt/devel/CVS/bindconf/bindconf.spec:
added %{_localstatedir}/cache/alchemist/dns
* /mnt/devel/CVS/bindconf/Makefile.am: fixed typo
* /mnt/devel/CVS/bindconf/FwdZone.py:
write back the copies of entries to the Gizmo ... (ugly) but who cares..
* /mnt/devel/CVS/bindconf/bindconf.py:
appended zone entries to the corresponding lists
* /mnt/devel/CVS/bindconf/dnsdata.py: fixed typos
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/Makefile, /mnt/devel/CVS/bindconf/Makefile.am, /mnt/devel/CVS/bindconf/po/bindconf.pot:
moved all .py in pkgdatadir
* /mnt/devel/CVS/bindconf/bindconf.py: removed DNS.zones
* /mnt/devel/CVS/bindconf/COPYING, /mnt/devel/CVS/bindconf/INSTALL:
New file.
* /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/configure.in, /mnt/devel/CVS/bindconf/COPYING, /mnt/devel/CVS/bindconf/INSTALL, /mnt/devel/CVS/bindconf/Makefile, /mnt/devel/CVS/bindconf/po/Makefile, /mnt/devel/CVS/bindconf/po/Makefile.am:
switched to automake
* /mnt/devel/CVS/bindconf/Makefile.am: *** empty log message ***
2001-02-13 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/tr.po:
Auto-update by nilgun@technologist.com
2001-02-13 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py: typo in PTR.setIp()
2001-02-13 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml, /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/FwdZone.py:
sync
* /mnt/devel/CVS/bindconf/address.png, /mnt/devel/CVS/bindconf/cname.png, /mnt/devel/CVS/bindconf/domain.png, /mnt/devel/CVS/bindconf/mail.png, /mnt/devel/CVS/bindconf/reverse.png, /mnt/devel/CVS/bindconf/slave.png:
add png files
* /mnt/devel/CVS/bindconf/address.png, /mnt/devel/CVS/bindconf/cname.png, /mnt/devel/CVS/bindconf/domain.png, /mnt/devel/CVS/bindconf/mail.png, /mnt/devel/CVS/bindconf/reverse.png, /mnt/devel/CVS/bindconf/slave.png:
New file.
2001-02-12 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/ChangeLog, /mnt/devel/CVS/bindconf/dnsdata.py:
Changes!
2001-02-12 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/tr.po: Auto-update by e077245@metu.edu.tr
2001-02-12 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/FwdZone.py:
Try to fix fwd/reverse zone dirty settings.
* /mnt/devel/CVS/bindconf/bindconf.glade: sync
2001-02-12 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py: Added more checks
* /mnt/devel/CVS/bindconf/bindconf.py:
on_save_activate(), on_apply_activate(), on_apply_and_save_activate() added
TODO: add GTK parameters
* /mnt/devel/CVS/bindconf/dnsdata.py: hostname checks
2001-02-12 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py: oops
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/FwdZone.py:
more cleanup
* /mnt/devel/CVS/bindconf/dns-test.xml, /mnt/devel/CVS/bindconf/FwdZone.py:
change testing
2001-02-12 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/FwdZone.py: renamed testData to test
* /mnt/devel/CVS/bindconf/FwdZone.py: fixed AProxy class
* /mnt/devel/CVS/bindconf/dnsdata.py: fixed some forgotten self.
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/bindconf.glade:
snapshot
* /mnt/devel/CVS/bindconf/bindconf.py:
bindconf2.glade -> bindconf.glade
* /mnt/devel/CVS/bindconf/dnsdata_base.py: *** empty log message ***
* /mnt/devel/CVS/bindconf/FwdZone.py: proposed change to FwdZone
* /mnt/devel/CVS/bindconf/dnsdata.py: hostname and ip checks
* /mnt/devel/CVS/bindconf/dnsdata_base.py: corrected getChildByIndex
* /mnt/devel/CVS/bindconf/bindconf.spec: switch to jrb's GUI
added glade and FwdZone
* /mnt/devel/CVS/bindconf/dnsdata.py:
default PTR value now 1 instead of 0.0.0.0
* /mnt/devel/CVS/bindconf/bindconf.py:
fixed set_value of PTR to cast to int (HACK)
* /mnt/devel/CVS/bindconf/bindconf.py:
fixed setIp in ip_changed to provide a str()
* /mnt/devel/CVS/bindconf/FwdZone.py, /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/bindconf.py:
*** empty log message ***
2001-02-12 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/tr.po:
Auto-update by nilgun@technologist.com
2001-02-11 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/sv.po: Auto-update by menthos@menthos.com
* /mnt/devel/CVS/bindconf/po/da.po: Auto-update by claus_h@image.dk
2001-02-10 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf2.py, /mnt/devel/CVS/bindconf/bindconf.glade:
more alias work
* /mnt/devel/CVS/bindconf/bindconf2.py, /mnt/devel/CVS/bindconf/bindconf.glade:
alias clist now works
2001-02-10 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py: removed default values
* /mnt/devel/CVS/bindconf/dns-test.xml, /mnt/devel/CVS/bindconf/dns.idl:
PTR/ip is a string now
* /mnt/devel/CVS/bindconf/dnsdata_base.py: PTR/Ip is a string now
* /mnt/devel/CVS/bindconf/dnsdata.py:
added default values and testData things
2001-02-09 havill <havill@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/ja.po:
Added two untranslated, fixed one fuzzy.
2001-02-09 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py: fixed stupid things
2001-02-09 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf2.py, /mnt/devel/CVS/bindconf/bindconf.glade, /mnt/devel/CVS/bindconf/bindconf.py:
work
2001-02-09 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py:
createSOA in the master zone constructors
2001-02-09 jrb <jrb@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.glade: first draft
2001-02-09 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/dns.idl:
added nslist for reverse zones
* /mnt/devel/CVS/bindconf/bindconf.py: fixed preselection
* /mnt/devel/CVS/bindconf/bindconf.py:
added preselection of top item, if local.adl is empty
* /mnt/devel/CVS/bindconf/dnsdata_base.py: nslist added to reversezone
* /mnt/devel/CVS/bindconf/dns-test.xml:
added ns section to reverse zones
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/zone.conf.xsl:
added default contact
* /mnt/devel/CVS/bindconf/zone.conf.xsl: added $TTL
added NS list to reversezone
* /mnt/devel/CVS/bindconf/dnsdata.py: changed default SOA values
* /mnt/devel/CVS/bindconf/named.conf.xsl: fixed options
removed empty sections
* /mnt/devel/CVS/bindconf/zone.conf.xsl: fixed filename for CUTFILE
* /mnt/devel/CVS/bindconf/bindconf.spec: updated spec file
* /mnt/devel/CVS/bindconf/bindconf.py: fixed typo named_box -> zone_box
* /mnt/devel/CVS/bindconf/dns.switchboard.adl: fixed mode
fixed SPLITFILE -> SPLITFILES tag
* /mnt/devel/CVS/bindconf/zone.conf.xsl: changed to new syntax
fixed --ENDFILE tag
2001-02-09 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/sv.po: Auto-update by menthos@menthos.com
2001-02-08 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/cs.po:
Auto-update by milan.kerslager@spsselib.hiedu.cz
2001-02-08 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.spec: *** empty log message ***
2001-02-08 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/da.po: Auto-update by claus_h@image.dk
2001-02-08 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/dnsdata_base.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/local.adl:
fixed some errors :)
* /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/local.adl:
fixed permissions and default values
2001-02-08 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/is.po: Auto-update by ra@xo.hp.is
2001-02-08 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.pot, /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/bindconf.spec.in, /mnt/devel/CVS/bindconf/configure.in, /mnt/devel/CVS/bindconf/Makefile.am, /mnt/devel/CVS/bindconf/Makefile.dist, /mnt/devel/CVS/bindconf/po/Makefile.am:
*** empty log message ***
2001-02-08 i18n <i18n@faro.redhat.de>
* /mnt/devel/CVS/bindconf/po/no.po: Auto-update by kmaraas@online.no
* /mnt/devel/CVS/bindconf/po/ru.po: Auto-update by leon@geon.donetsk.ua
* /mnt/devel/CVS/bindconf/po/is.po: Auto-update by ra@xo.hp.is
* /mnt/devel/CVS/bindconf/po/zh.po, /mnt/devel/CVS/bindconf/po/zh_CN.GB2312.po, /mnt/devel/CVS/bindconf/po/wa.po, /mnt/devel/CVS/bindconf/po/uk.po, /mnt/devel/CVS/bindconf/po/tr.po, /mnt/devel/CVS/bindconf/po/sv.po, /mnt/devel/CVS/bindconf/po/sr.po, /mnt/devel/CVS/bindconf/po/sl.po, /mnt/devel/CVS/bindconf/po/sk.po, /mnt/devel/CVS/bindconf/po/ru.po, /mnt/devel/CVS/bindconf/po/ro.po, /mnt/devel/CVS/bindconf/po/pt.po, /mnt/devel/CVS/bindconf/po/pt_BR.po, /mnt/devel/CVS/bindconf/po/pl.po, /mnt/devel/CVS/bindconf/po/ko.po, /mnt/devel/CVS/bindconf/po/it.po, /mnt/devel/CVS/bindconf/po/is.po, /mnt/devel/CVS/bindconf/po/id.po, /mnt/devel/CVS/bindconf/po/hu.po, /mnt/devel/CVS/bindconf/po/gl.po, /mnt/devel/CVS/bindconf/po/fr.po, /mnt/devel/CVS/bindconf/po/fi.po, /mnt/devel/CVS/bindconf/po/eu_ES.po, /mnt/devel/CVS/bindconf/po/es.po, /mnt/devel/CVS/bindconf/po/de.po, /mnt/devel/CVS/bindconf/po/da.po, /mnt/devel/CVS/bindconf/po/cs.po, /mnt/devel/CVS/bindconf/po/bindconf.pot:
New file
* /mnt/devel/CVS/bindconf/po/no.po: Auto-update by teg@redhat.com
* /mnt/devel/CVS/bindconf/po/no.po:
Created new translation file at the request from teg@redhat.com
2001-02-08 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.pot, /mnt/devel/CVS/bindconf/ja.po, /mnt/devel/CVS/bindconf/po/bindconf.pot, /mnt/devel/CVS/bindconf/po/ja.po, /mnt/devel/CVS/bindconf/po/Makefile:
Move po files to a separate directory
2001-02-07 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dns.switchboard.adl: fixed errors
* /mnt/devel/CVS/bindconf/bindconf.spec: added dnsdata_base.py
2001-02-07 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/zone.conf.xsl: Really, really fix it.
* /mnt/devel/CVS/bindconf/zone.conf.xsl:
bugfix - for was in wrong location
2001-02-07 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/ChangeLog: *** empty log message ***
* /mnt/devel/CVS/bindconf/dns.switchboard.adl: added output_set
* /mnt/devel/CVS/bindconf/bindconf.spec: added xslt files
* /mnt/devel/CVS/bindconf/bindconf.py:
added xslt output through the ForgeBlackBox
2001-02-07 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/zone.conf.xsl: Add an EOF marker
* /mnt/devel/CVS/bindconf/zone.conf.xsl:
Use "--------" instead of "--**--**" (cleaner regexp)
2001-02-07 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata_base.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns.idl, /mnt/devel/CVS/bindconf/dns-test.xml, /mnt/devel/CVS/bindconf/named.conf.xsl:
merged in changes in the main tree
2001-02-06 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/zone.conf.xsl:
Add cutting marker w/filename for each zone file
2001-01-25 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/named.conf.xsl, /mnt/devel/CVS/bindconf/zone.conf.xsl:
Modified to work with the new XML syntax
2001-01-25 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dns.idl, /mnt/devel/CVS/bindconf/dns-test.xml, /mnt/devel/CVS/bindconf/local.adl:
removed type
* /mnt/devel/CVS/bindconf/local.adl: new style
* /mnt/devel/CVS/bindconf/local.adl: new xml style
2001-01-24 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata_base.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/bindconf.py:
fixed some bugs
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata_base.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns.idl:
first converted version
* /mnt/devel/CVS/bindconf/dnsdata_base.py, /mnt/devel/CVS/bindconf/dns.idl:
New file.
2001-01-24 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.pot: sync
* /mnt/devel/CVS/bindconf/bindconf.py: prompt on exit
* /mnt/devel/CVS/bindconf/bindconf.spec:
New spec file.
* /mnt/devel/CVS/bindconf/bindconf.pot, /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py:
bindconf.py:
. Remove manual filename setting from the UI - we can generate
zone filenames automatically
. applies_to should be @ not . for auto-MX and auto-NS items.
dnsdata.py:
. add a trailing dot if needed to the SOA-contact & PTR-hostname.
. MX priority should be an INT, not a string.
. Fix bug of zone creation.
. Set sane values when creating an SOA.
2001-01-24 Harald Hoyer <harald@redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
reverted to old version
* /mnt/devel/CVS/bindconf/dns-test.xml: - made everything lowercase
* /mnt/devel/CVS/bindconf/dns-test.xml: Better version cleaned up
* /mnt/devel/CVS/bindconf/dns-test.xml: Better version
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
Name change, cleanup up a bit
2001-01-24 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py: sync
2001-01-23 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.spec: sync
* /mnt/devel/CVS/bindconf/bindconf.spec:
sync
* /mnt/devel/CVS/bindconf/bindconf.console, /mnt/devel/CVS/bindconf/bindconf.pam, /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/local.adl:
sync
* /mnt/devel/CVS/bindconf/dnsdata.py: sync
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py:
write the config files
2001-01-23 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/named.conf.xsl: Typo
* /mnt/devel/CVS/bindconf/zone.conf.xsl: Added zone.conf.xsl
* /mnt/devel/CVS/bindconf/named.conf.xsl:
Add for the socalled "master_forward" (probably standard master)
2001-01-23 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.pot: pot file changed
2001-01-23 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/named.conf.xsl:
Should now create zone entries as well.
2001-01-23 ynakai <ynakai@faro.redhat.de>
* /mnt/devel/CVS/bindconf/ja.po: ja.po: Update Japanese translation.
2001-01-22 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dns-test-orig.xml, /mnt/devel/CVS/bindconf/dns-test.xml, /mnt/devel/CVS/bindconf/write-bindconf.py:
fixes
* /mnt/devel/CVS/bindconf/dns.switchboard.adl: fixme
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py:
Fix more bugs
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/local.adl, /mnt/devel/CVS/bindconf/write-bindconf.py:
Tool to write config files
2001-01-22 teg <teg@faro.redhat.de>
* /mnt/devel/CVS/bindconf/named.conf.xsl: Added named.conf stylesheet
* /mnt/devel/CVS/bindconf/dns-test.xml:
Close dns, don't open another one.
2001-01-22 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.spec:
shut up prospector
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/local.adl:
Bouge-feexes.
2001-01-19 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/.cvsignore: hush cvs
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/bindconf.spec:
fix
2001-01-19 havill <havill@faro.redhat.de>
* /mnt/devel/CVS/bindconf/ja.po:
First stab at Japanese translation (not tested with widgets)
2001-01-19 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.pot, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/Makefile:
More i18n stuff
* /mnt/devel/CVS/bindconf/bindconf.py: i18n
* /mnt/devel/CVS/bindconf/dns.switchboard.adl, /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/dns-test-orig.xml, /mnt/devel/CVS/bindconf/dns-test.xml:
sync
* /mnt/devel/CVS/bindconf/bindconf.spec: 0.2
* /mnt/devel/CVS/bindconf/dns-test-orig.xml, /mnt/devel/CVS/bindconf/dns-test.xml, /mnt/devel/CVS/bindconf/local.adl:
Fixup ANONYMOUS attributes.
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/bindconf.spec, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns.switchboard.adl, /mnt/devel/CVS/bindconf/local.adl:
Try to make something presentable.
2001-01-18 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py:
notes
* /mnt/devel/CVS/bindconf/bindconf.spec:
Bindconf, the movie
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test-orig.xml, /mnt/devel/CVS/bindconf/dns-test.xml:
Make it easier for a Certain Someone Else to add the proper-writing support.
2001-01-16 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
Make it work!
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns.switchboard.adl, /mnt/devel/CVS/bindconf/dns-test.xml:
Fix gizmo abstraction.
2001-01-15 hp <hp@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py:
Deuglification, no functional changes.
2001-01-09 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
Misc fixes.
2001-01-08 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml, /mnt/devel/CVS/bindconf/dns-test-orig.xml:
It's here.
2001-01-05 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dns-test-orig.xml:
mowork. not as far as desired :(
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test-orig.xml, /mnt/devel/CVS/bindconf/dns-test.xml:
The new GUI is functionally complete - just needs tweaking and error checking.
2001-01-04 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
A basically-working version, woohoo.
* /mnt/devel/CVS/bindconf/bindconf.py, /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test-orig.xml, /mnt/devel/CVS/bindconf/dns-test.xml:
mo' hacking
2001-01-02 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
sync so it works.
* /mnt/devel/CVS/bindconf/dns-test.xml:
Just a few more ideas & tweaks.
2000-12-27 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test-orig.xml, /mnt/devel/CVS/bindconf/dns-test.xml:
Can add CNAMEs and As, add zones.
2000-12-26 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test-orig.xml, /mnt/devel/CVS/bindconf/dns-test.xml:
Mo work.
2000-12-22 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
src/Alchemist:
Alchemist.py: Add hasChildNamed() to ListData class
alchemistmodule.c: Likewise
alchemist.c: Case-insensitive tag recognition. Better than the awefully
mixed case enforcement that was currently in use.
src/interfaces/dns: Hack on things to start pulling in from the context.
2000-12-19 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dns-test.xml:
sync
2000-12-11 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
dns-objects.dia for Dave.
2000-12-08 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py, /mnt/devel/CVS/bindconf/dns-test.xml:
New build system. Ask Elliot if you have any questions.
2000-12-07 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py:
gizmo is becoming a real gadget.
2000-11-28 sopwith <sopwith@faro.redhat.de>
* /mnt/devel/CVS/bindconf/dnsdata.py:
A little more doodling.
* /mnt/devel/CVS/bindconf/dnsdata.py:
Sync to harald.
bindconf-1.6.1/INSTALL 0000664 0005325 0005331 00000017227 07243210345 010027 Basic Installation
==================
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, a file
`config.cache' that saves the results of its tests to speed up
reconfiguring, and a file `config.log' containing compiler output
(useful mainly for debugging `configure').
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If at some point `config.cache'
contains results you don't want to keep, you may remove or edit it.
The file `configure.in' is used to create `configure' by a program
called `autoconf'. You only need `configure.in' if you want to change
it or regenerate `configure' using a newer version of `autoconf'.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that
the `configure' script does not know about. You can give `configure'
initial values for variables by setting them in the environment. Using
a Bourne-compatible shell, you can do that on the command line like
this:
CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
Or on systems that have the `env' program, you can do it like this:
env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
Compiling For Multiple Architectures
====================================
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.
If you have to use a `make' that does not supports the `VPATH'
variable, you have to compile the package for one architecture at a time
in the source code directory. After you have installed the package for
one architecture, use `make distclean' before reconfiguring for another
architecture.
Installation Names
==================
By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc. You can specify an
installation prefix other than `/usr/local' by giving `configure' the
option `--prefix=PATH'.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
give `configure' the option `--exec-prefix=PATH', the package will use
PATH as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=PATH' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features
=================
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Specifying the System Type
==========================
There may be some features `configure' can not figure out
automatically, but needs to determine by the type of host the package
will run on. Usually `configure' can figure that out, but if it prints
a message saying it can not guess the host type, give it the
`--host=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name with three fields:
CPU-COMPANY-SYSTEM
See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the host type.
If you are building compiler tools for cross-compiling, you can also
use the `--target=TYPE' option to select the type of system they will
produce code for and the `--build=TYPE' option to select the type of
system on which you are compiling the package.
Sharing Defaults
================
If you want to set default values for `configure' scripts to share,
you can create a site shell script called `config.site' that gives
default values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.
Operation Controls
==================
`configure' recognizes the following options to control how it
operates.
`--cache-file=FILE'
Use and save the results of the tests in FILE instead of
`./config.cache'. Set FILE to `/dev/null' to disable caching, for
debugging `configure'.
`--help'
Print a summary of the options to `configure', and exit.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`--version'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`configure' also accepts some other, not widely useful, options.
bindconf-1.6.1/Makefile.am 0000664 0005325 0005331 00000003745 07343544147 011045 AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS=po doc
EXTRA_DIST := bindconf.py dnsdata.py FwdZone.py dns.switchboard.adl local.adl \
Makefile.dist bindconf.spec named.conf.xsl zone.conf.xsl bindconf.glade \
bindconf.console bindconf.pam $(notdir $(wildcard $(srcdir)/*.png)) dns.idl \
genClass.py BUGS bindconf.png bindconf.desktop bindconf-konfig.desktop
BUILT_SOURCES=bindconf.spec dnsdata_base.py dnsdata.pyc dnsdata_base.pyc FwdZone.pyc \
bindconf-gui
pkgdata_DATA := named.conf.xsl zone.conf.xsl bindconf.glade $(notdir $(wildcard $(srcdir)/*.png)) dnsdata.pyc dnsdata_base.pyc FwdZone.pyc dnsdata.py dnsdata_base.py FwdZone.py
exec_SCRIPTS = bindconf-gui
execdir = $(sbindir)
localdir = $(sysconfdir)/alchemist/namespace/dns
local_DATA = local.adl
switchboarddir = $(sysconfdir)/alchemist/switchboard
switchboard_DATA = dns.switchboard.adl
dnsdata.pyc dnsdata_base.pyc FwdZone.pyc:
python /usr/lib/python1.5/compileall.pyc $(srcdir)
bindconf-gui: bindconf.py
cp $(srcdir)/bindconf.py bindconf-gui
install-data-local:
chmod 600 $(sysconfdir)/alchemist/namespace/dns/local.adl
chmod 600 $(sysconfdir)/alchemist/switchboard/dns.switchboard.adl
$(mkinstalldirs) $(localstatedir)/cache/alchemist/dns
$(mkinstalldirs) $(sysconfdir)/X11/applnk/serverconfig
$(mkinstalldirs) $(sysconfdir)/X11/applnk/System
install -m 0644 $(srcdir)/bindconf.desktop $(sysconfdir)/X11/applnk/serverconfig
install -m 0644 $(srcdir)/bindconf.desktop $(sysconfdir)/X11/applnk/System
clean:
rm -f *.pyo *.pyc
dnsdata_base.py: dns.idl genClass.py
python $(srcdir)/genClass.py -l $(srcdir)/dns.idl dnsdata_base.py dnsdata.py
dist-hook: bindconf.spec
rm -f $(distdir)/bindconf.spec
cp -f $(top_builddir)/bindconf.spec $(distdir)/bindconf.spec
sed -e 's/\@VERSION\@/@VERSION@/g' $(distdir)/bindconf.py > $(distdir)/bindconf.py.new && mv $(distdir)/bindconf.py.new $(distdir)/bindconf.py
srpm: distcheck
rpmbuild --define "_sourcedir `pwd`" --define "_srcrpmdir `pwd`" --define "_specdir `pwd`" -ts @PACKAGE@-@VERSION@.tar.gz
bindconf-1.6.1/aclocal.m4 0000664 0005325 0005331 00000006742 07343546504 010650 dnl aclocal.m4 generated automatically by aclocal 1.4-p5
dnl Copyright (C) 1994, 1995-8, 1999, 2001 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
dnl PARTICULAR PURPOSE.
# Do all the work for Automake. This macro actually does too much --
# some checks are only needed if your package does certain things.
# But this isn't really a big deal.
# serial 1
dnl Usage:
dnl AM_INIT_AUTOMAKE(package,version, [no-define])
AC_DEFUN([AM_INIT_AUTOMAKE],
[AC_REQUIRE([AC_PROG_INSTALL])
PACKAGE=[$1]
AC_SUBST(PACKAGE)
VERSION=[$2]
AC_SUBST(VERSION)
dnl test to see if srcdir already configured
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
fi
ifelse([$3],,
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
AC_REQUIRE([AM_SANITY_CHECK])
AC_REQUIRE([AC_ARG_PROGRAM])
dnl FIXME This is truly gross.
missing_dir=`cd $ac_aux_dir && pwd`
AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
AC_REQUIRE([AC_PROG_MAKE_SET])])
#
# Check to make sure that the build environment is sane.
#
AC_DEFUN([AM_SANITY_CHECK],
[AC_MSG_CHECKING([whether build environment is sane])
# Just in case
sleep 1
echo timestamp > conftestfile
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
if test "[$]*" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftestfile`
fi
if test "[$]*" != "X $srcdir/configure conftestfile" \
&& test "[$]*" != "X conftestfile $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
alias in your environment])
fi
test "[$]2" = conftestfile
)
then
# Ok.
:
else
AC_MSG_ERROR([newly created file is older than distributed files!
Check your system clock])
fi
rm -f conftest*
AC_MSG_RESULT(yes)])
dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
dnl The program must properly implement --version.
AC_DEFUN([AM_MISSING_PROG],
[AC_MSG_CHECKING(for working $2)
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if ($2 --version) < /dev/null > /dev/null 2>&1; then
$1=$2
AC_MSG_RESULT(found)
else
$1="$3/missing $2"
AC_MSG_RESULT(missing)
fi
AC_SUBST($1)])
bindconf-1.6.1/bindconf.spec.in 0000664 0005325 0005331 00000012250 07343546471 012045 Summary: A Red Hat DNS configuration tool.
Name: bindconf
Version: @VERSION@
Release: 1
License: GPL
Group: Applications/System
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildPreReq: python >= 1.5.2
BuildPreReq: alchemist >= 0.14
BuildPreReq: libglade-devel
Requires: python >= 1.5.2
Requires: alchemist >= 0.14
Requires: pygtk pygnome
Requires: bind
Requires: 4Suite
Requires: usermode
%description
The bindconf package contains a utility for configuring basic Domain
Name System (DNS) settings.
%prep
%setup -q
%build
%configure
make
%install
rm -fr $RPM_BUILD_ROOT
%makeinstall
install -D bindconf.desktop $RPM_BUILD_ROOT%{_sysconfdir}/X11/serverconfig/bindconf.desktop
%__mkdir_p \
$RPM_BUILD_ROOT/{usr/bin,etc/alchemist/switchboard,etc/alchemist/namespace/dns,usr/sbin,usr/share/bindconf}
%__mkdir_p $RPM_BUILD_ROOT/etc/security/console.apps \
$RPM_BUILD_ROOT/etc/pam.d
%__install -m644 bindconf.console $RPM_BUILD_ROOT/etc/security/console.apps/%{name}
%__ln_s %{name} $RPM_BUILD_ROOT/etc/security/console.apps/redhat-config-bindconf
%__install -m644 bindconf.pam $RPM_BUILD_ROOT/etc/pam.d/%{name}
%__ln_s %{name} $RPM_BUILD_ROOT/etc/pam.d/redhat-config-bindconf
%__ln_s consolehelper $RPM_BUILD_ROOT/usr/bin/%{name}
%__ln_s %{name}-gui $RPM_BUILD_ROOT/usr/sbin/redhat-config-bindconf
%__ln_s consolehelper $RPM_BUILD_ROOT/usr/bin/redhat-config-bindconf
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} $RPM_BUILD_ROOT/%{_docdir}/%{name}
%find_lang %{name}
%clean
rm -fr $RPM_BUILD_ROOT
%preun
if [ -d %{_localstatedir}/cache/alchemist/dns ]; then
rm -f %{_localstatedir}/cache/alchemist/dns/*
fi
%files -f %{name}.lang
%defattr(-,root,root)
%doc BUGS
%doc $RPM_BUILD_ROOT%{_docdir}/%{name}/*
/usr/bin/%{name}
/usr/bin/redhat-config-bindconf
/usr/sbin/%{name}-gui
/usr/sbin/redhat-config-bindconf
/usr/share/%{name}
%{_sysconfdir}/X11/serverconfig/bindconf.desktop
%{_sysconfdir}/X11/applnk/System/%{name}.desktop
%dir %{_localstatedir}/cache/alchemist/dns
%dir /etc/alchemist/namespace/dns
%config(noreplace) /etc/alchemist/namespace/dns/local.adl
%config(noreplace) /etc/alchemist/switchboard/dns.switchboard.adl
%config(noreplace) /etc/pam.d/%{name}
%config(noreplace) /etc/pam.d/redhat-config-bindconf
%config(noreplace) /etc/security/console.apps/%{name}
%config(noreplace) /etc/security/console.apps/redhat-config-bindconf
%changelog
* Thu Aug 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.6.1-1
- remove the duplicate icon from kontrol-panel
- fix po-files (#52668)
- mark various config files as config(noreplace)
* Tue Aug 28 2001 Harald Hoyer <harald@redhat.com> 1.6-5
- changed mode to 0422 for newly created zone files #52678
* Tue Aug 14 2001 Tim Powers <timp@redhat.com> 1.6-4
- rebuilt to hopefully fix rpm verify problem
* Wed Aug 8 2001 Alexander Larsson <alexl@redhat.com> 1.6-3
- Install desktop file in serverconf:
- Install icon in /usr/share/pixmaps
* Tue Jul 31 2001 Harald Hoyer <harald@redhat.de> 1.6-2
- added softlinks to redhat-config-bindconf
* Mon Jul 30 2001 Harald Hoyer <harald@redhat.de> 1.6-1
- added BuildPreReq for libglade-devel (#44727)
* Thu Jul 19 2001 Harald Hoyer <harald@redhat.de> 1.5-1
- better regex for domain names (#43078)
- fixed about dialog
- added control section to named.conf (#44751)
* Tue Mar 20 2001 Harald Hoyer <harald@redhat.de> 1.4-1
- Updated German translation
- Added more len(NULL) exception preventions
* Sun Mar 18 2001 Yukihiro Nakai <ynakai@redhat.com> 1.4-1
- Update Japanese translation
- Add Japanese trasnlation to *.desktop
* Thu Mar 08 2001 Harald Hoyer <harald@redhat.de> 1.3-1
- added documentation
* Mon Mar 05 2001 Harald Hoyer <harald@redhat.de> 1.2-1
- added noreplace for the real user configuration file
- specfile cleanups
* Thu Mar 01 2001 Harald Hoyer <harald@redhat.de> 1.1-1
- fixed PTR list bug
- fixed specfile: BUGS entry in files
* Wed Feb 28 2001 Elliot Lee <sopwith@redhat.com> 1.0-1
- Release
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
- i18n update
* Fri Feb 23 2001 Elliot Lee <sopwith@redhat.com> 0.12-1
- Update to new version
* Thu Feb 22 2001 Harald Hoyer <harald@redhat.de> 0.11
- more fixes and tests
* Wed Feb 21 2001 Elliot Lee <sopwith@redhat.com> 0.10-1
- Update
* Thu Feb 15 2001 Harald Hoyer <harald@redhat.com> 0.8-2
- integrated elliots distcheck changes
* Wed Feb 14 2001 Elliot Lee <sopwith@redhat.com> 0.4-1
- new version
* Tue Feb 13 2001 Harald Hoyer <harald@redhat.com> 0.8
- major GUI changes from <jrb@redhat.com> and <sopwith@redhat.com>
- switched to automake
* Fri Feb 10 2001 Harald Hoyer <harald@redhat.com> 0.7-1/2/3
- fixed zone.conf.xsl
- fixed named.conf.xsl
- fixed bindconf.py typo
- added default Contact
* Wed Feb 08 2001 Harald Hoyer <harald@redhat.com> 0.6-1
- fixed TTLs in newly created zones
- added i18n in spec file
- fixed some unlink errors
* Wed Feb 07 2001 Harald Hoyer <harald@redhat.com> 0.5-1
- switched to xslt and new data layer
* Wed Jan 24 2001 Elliot Lee <sopwith@redhat.com> 0.4-1
- New version
* Mon Jan 22 2001 Elliot Lee <sopwith@redhat.com> 0.2-1
- Make a changelog entry because the build system wants one. Die, build system!
* Thu Jan 18 2001 Elliot Lee <sopwith@redhat.com> 0.1-1
- Initial specfile
bindconf-1.6.1/configure 0000775 0005325 0005331 00000106574 07343546505 010724 #! /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:
ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:
# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
build=NONE
cache_file=./config.cache
exec_prefix=NONE
host=NONE
no_create=
nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
# Initialize some other variables.
subdirs=
MFLAGS= MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
# Maximum number of lines to put in a shell here document.
ac_max_here_lines=12
ac_prev=
for ac_option
do
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval "$ac_prev=\$ac_option"
ac_prev=
continue
fi
case "$ac_option" in
-*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
*) ac_optarg= ;;
esac
# Accept the important Cygnus configure options, so we can diagnose typos.
case "$ac_option" in
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bindir="$ac_optarg" ;;
-build | --build | --buil | --bui | --bu)
ac_prev=build ;;
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
build="$ac_optarg" ;;
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
cache_file="$ac_optarg" ;;
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
| --da=*)
datadir="$ac_optarg" ;;
-disable-* | --disable-*)
ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
# Reject names that are not valid shell variable names.
if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
fi
ac_feature=`echo $ac_feature| sed 's/-/_/g'`
eval "enable_${ac_feature}=no" ;;
-enable-* | --enable-*)
ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
# Reject names that are not valid shell variable names.
if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
fi
ac_feature=`echo $ac_feature| sed 's/-/_/g'`
case "$ac_option" in
*=*) ;;
*) ac_optarg=yes ;;
esac
eval "enable_${ac_feature}='$ac_optarg'" ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
| --exec | --exe | --ex)
ac_prev=exec_prefix ;;
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
exec_prefix="$ac_optarg" ;;
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
-help | --help | --hel | --he)
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat << EOF
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
--cache-file=FILE cache test results in FILE
--help print this message
--no-create do not create output files
--quiet, --silent do not print \`checking...' messages
--version print the version of autoconf that created configure
Directory and file names:
--prefix=PREFIX install architecture-independent files in PREFIX
[$ac_default_prefix]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[same as prefix]
--bindir=DIR user executables in DIR [EPREFIX/bin]
--sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
--libexecdir=DIR program executables in DIR [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data in DIR
[PREFIX/share]
--sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data in DIR
[PREFIX/com]
--localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
--libdir=DIR object code libraries in DIR [EPREFIX/lib]
--includedir=DIR C header files in DIR [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
--infodir=DIR info documentation in DIR [PREFIX/info]
--mandir=DIR man documentation in DIR [PREFIX/man]
--srcdir=DIR find the sources in DIR [configure dir or ..]
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM
run sed PROGRAM on installed program names
EOF
cat << EOF
Host type:
--build=BUILD configure for building on BUILD [BUILD=HOST]
--host=HOST configure for HOST [guessed]
--target=TARGET configure for TARGET [TARGET=HOST]
Features and packages:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
EOF
if test -n "$ac_help"; then
echo "--enable and --with options recognized:$ac_help"
fi
exit 0 ;;
-host | --host | --hos | --ho)
ac_prev=host ;;
-host=* | --host=* | --hos=* | --ho=*)
host="$ac_optarg" ;;
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
includedir="$ac_optarg" ;;
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
infodir="$ac_optarg" ;;
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
libdir="$ac_optarg" ;;
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
libexecdir="$ac_optarg" ;;
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst \
| --locals | --local | --loca | --loc | --lo)
ac_prev=localstatedir ;;
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
localstatedir="$ac_optarg" ;;
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
mandir="$ac_optarg" ;;
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
with_fp=no ;;
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c)
no_create=yes ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
no_recursion=yes ;;
-oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
| --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
| --oldin | --oldi | --old | --ol | --o)
ac_prev=oldincludedir ;;
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
oldincludedir="$ac_optarg" ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
prefix="$ac_optarg" ;;
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
program_prefix="$ac_optarg" ;;
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
program_suffix="$ac_optarg" ;;
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
| --program-transform-n | --program-transform- \
| --program-transform | --program-transfor \
| --program-transfo | --program-transf \
| --program-trans | --program-tran \
| --progr-tra | --program-tr | --program-t)
ac_prev=program_transform_name ;;
-program-transform-name=* | --program-transform-name=* \
| --program-transform-nam=* | --program-transform-na=* \
| --program-transform-n=* | --program-transform-=* \
| --program-transform=* | --program-transfor=* \
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
program_transform_name="$ac_optarg" ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
sbindir="$ac_optarg" ;;
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
| --sharedst | --shareds | --shared | --share | --shar \
| --sha | --sh)
ac_prev=sharedstatedir ;;
-sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
sharedstatedir="$ac_optarg" ;;
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
site="$ac_optarg" ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
srcdir="$ac_optarg" ;;
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
sysconfdir="$ac_optarg" ;;
-target | --target | --targe | --targ | --tar | --ta | --t)
ac_prev=target ;;
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
target="$ac_optarg" ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
echo "configure generated by autoconf version 2.13"
exit 0 ;;
-with-* | --with-*)
ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
# Reject names that are not valid shell variable names.
if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
fi
ac_package=`echo $ac_package| sed 's/-/_/g'`
case "$ac_option" in
*=*) ;;
*) ac_optarg=yes ;;
esac
eval "with_${ac_package}='$ac_optarg'" ;;
-without-* | --without-*)
ac_package=`echo $ac_option|sed -e 's/-*without-//'`
# Reject names that are not valid shell variable names.
if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
fi
ac_package=`echo $ac_package| sed 's/-/_/g'`
eval "with_${ac_package}=no" ;;
--x)
# Obsolete; use --with-x.
with_x=yes ;;
-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
| --x-incl | --x-inc | --x-in | --x-i)
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
x_includes="$ac_optarg" ;;
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries="$ac_optarg" ;;
-*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
;;
*)
if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
echo "configure: warning: $ac_option: invalid host type" 1>&2
fi
if test "x$nonopt" != xNONE; then
{ echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
fi
nonopt="$ac_option"
;;
esac
done
if test -n "$ac_prev"; then
{ echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
fi
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
# 3 some systems may open it to /dev/tty
# 4 used on the Kubota Titan
# 6 checking for... messages and results
# 5 compiler messages saved in config.log
if test "$silent" = yes; then
exec 6>/dev/null
else
exec 6>&1
fi
exec 5>./config.log
echo "\
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
" 1>&5
# Strip out --no-create and --no-recursion so they do not pile up.
# Also quote any args containing shell metacharacters.
ac_configure_args=
for ac_arg
do
case "$ac_arg" in
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c) ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
ac_configure_args="$ac_configure_args '$ac_arg'" ;;
*) ac_configure_args="$ac_configure_args $ac_arg" ;;
esac
done
# NLS nuisances.
# Only set these to C if already set. These must not be set unconditionally
# because not all systems understand e.g. LANG=C (notably SCO).
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
# Non-C LC_CTYPE values break the ctype check.
if test "${LANG+set}" = set; then LANG=C; export LANG; fi
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
echo > confdefs.h
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
ac_unique_file=bindconf.py
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
srcdir=..
fi
else
ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
{ echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
else
{ echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
fi
fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
if test "x$prefix" != xNONE; then
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
else
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
fi
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
echo "loading site script $ac_site_file"
. "$ac_site_file"
fi
done
if test -r "$cache_file"; then
echo "loading cache $cache_file"
. $cache_file
else
echo "creating cache $cache_file"
> $cache_file
fi
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
ac_exeext=
ac_objext=o
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
# Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
ac_n= ac_c='
' ac_t=' '
else
ac_n=-n ac_c= ac_t=
fi
else
ac_n= ac_c='\c' ac_t=
fi
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
break
elif test -f $ac_dir/install.sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
fi
done
if test -z "$ac_aux_dir"; then
{ echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
fi
ac_config_guess=$ac_aux_dir/config.guess
ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
echo "configure:556: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
for ac_dir in $PATH; do
# Account for people who put trailing slashes in PATH elements.
case "$ac_dir/" in
/|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
if test -f $ac_dir/$ac_prog; then
if test $ac_prog = install &&
grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
fi
fi
done
;;
esac
done
IFS="$ac_save_IFS"
fi
if test "${ac_cv_path_install+set}" = set; then
INSTALL="$ac_cv_path_install"
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
INSTALL="$ac_install_sh"
fi
fi
echo "$ac_t""$INSTALL" 1>&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
echo "configure:609: checking whether build environment is sane" >&5
# Just in case
sleep 1
echo timestamp > conftestfile
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
if test "$*" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftestfile`
fi
if test "$*" != "X $srcdir/configure conftestfile" \
&& test "$*" != "X conftestfile $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
{ echo "configure: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" 1>&2; exit 1; }
fi
test "$2" = conftestfile
)
then
# Ok.
:
else
{ echo "configure: error: newly created file is older than distributed files!
Check your system clock" 1>&2; exit 1; }
fi
rm -f conftest*
echo "$ac_t""yes" 1>&6
if test "$program_transform_name" = s,x,x,; then
program_transform_name=
else
# Double any \ or $. echo might interpret backslashes.
cat <<\EOF_SED > conftestsed
s,\\,\\\\,g; s,\$,$$,g
EOF_SED
program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
rm -f conftestsed
fi
test "$program_prefix" != NONE &&
program_transform_name="s,^,${program_prefix},; $program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
# sed with no file args requires a program.
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
echo "configure:666: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftestmake <<\EOF
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
eval ac_cv_prog_make_${ac_make}_set=no
fi
rm -f conftestmake
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
echo "$ac_t""yes" 1>&6
SET_MAKE=
else
echo "$ac_t""no" 1>&6
SET_MAKE="MAKE=${MAKE-make}"
fi
PACKAGE=bindconf
VERSION=1.6.1
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
fi
cat >> confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
EOF
cat >> confdefs.h <<EOF
#define VERSION "$VERSION"
EOF
missing_dir=`cd $ac_aux_dir && pwd`
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
echo "configure:712: checking for working aclocal" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (aclocal --version) < /dev/null > /dev/null 2>&1; then
ACLOCAL=aclocal
echo "$ac_t""found" 1>&6
else
ACLOCAL="$missing_dir/missing aclocal"
echo "$ac_t""missing" 1>&6
fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
echo "configure:725: checking for working autoconf" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (autoconf --version) < /dev/null > /dev/null 2>&1; then
AUTOCONF=autoconf
echo "$ac_t""found" 1>&6
else
AUTOCONF="$missing_dir/missing autoconf"
echo "$ac_t""missing" 1>&6
fi
echo $ac_n "checking for working automake""... $ac_c" 1>&6
echo "configure:738: checking for working automake" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (automake --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake
echo "$ac_t""found" 1>&6
else
AUTOMAKE="$missing_dir/missing automake"
echo "$ac_t""missing" 1>&6
fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
echo "configure:751: checking for working autoheader" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (autoheader --version) < /dev/null > /dev/null 2>&1; then
AUTOHEADER=autoheader
echo "$ac_t""found" 1>&6
else
AUTOHEADER="$missing_dir/missing autoheader"
echo "$ac_t""missing" 1>&6
fi
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
echo "configure:764: checking for working makeinfo" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
MAKEINFO=makeinfo
echo "$ac_t""found" 1>&6
else
MAKEINFO="$missing_dir/missing makeinfo"
echo "$ac_t""missing" 1>&6
fi
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already. You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
EOF
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(set) 2>&1 |
case `(ac_space=' '; set | grep ac_space) 2>&1` in
*ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote substitution
# turns \\\\ into \\, and sed turns \\ into \).
sed -n \
-e "s/'/'\\\\''/g" \
-e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
;;
*)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
;;
esac >> confcache
if cmp -s $cache_file confcache; then
:
else
if test -w $cache_file; then
echo "updating cache $cache_file"
cat confcache > $cache_file
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
# Any assignment to VPATH causes Sun make to only execute
# the first set of double-colon rules, so remove it if not needed.
# If there is a colon in the path, we need to keep it.
if test "x$srcdir" = x.; then
ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
fi
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
cat > conftest.defs <<\EOF
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
s%\[%\\&%g
s%\]%\\&%g
s%\$%$$%g
EOF
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
rm -f conftest.defs
# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}
echo creating $CONFIG_STATUS
rm -f $CONFIG_STATUS
cat > $CONFIG_STATUS <<EOF
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
#
# $0 $ac_configure_args
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
for ac_option
do
case "\$ac_option" in
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "$CONFIG_STATUS generated by autoconf version 2.13"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
*) echo "\$ac_cs_usage"; exit 1 ;;
esac
done
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "
Makefile
po/Makefile
doc/Makefile
doc/figs/Makefile
doc/stylesheet-images/Makefile
bindconf.spec
" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
$ac_vpsub
$extrasub
s%@SHELL@%$SHELL%g
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
s%@FFLAGS@%$FFLAGS%g
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
s%@exec_prefix@%$exec_prefix%g
s%@prefix@%$prefix%g
s%@program_transform_name@%$program_transform_name%g
s%@bindir@%$bindir%g
s%@sbindir@%$sbindir%g
s%@libexecdir@%$libexecdir%g
s%@datadir@%$datadir%g
s%@sysconfdir@%$sysconfdir%g
s%@sharedstatedir@%$sharedstatedir%g
s%@localstatedir@%$localstatedir%g
s%@libdir@%$libdir%g
s%@includedir@%$includedir%g
s%@oldincludedir@%$oldincludedir%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@PACKAGE@%$PACKAGE%g
s%@VERSION@%$VERSION%g
s%@ACLOCAL@%$ACLOCAL%g
s%@AUTOCONF@%$AUTOCONF%g
s%@AUTOMAKE@%$AUTOMAKE%g
s%@AUTOHEADER@%$AUTOHEADER%g
s%@MAKEINFO@%$MAKEINFO%g
s%@SET_MAKE@%$SET_MAKE%g
CEOF
EOF
cat >> $CONFIG_STATUS <<\EOF
# Split the substitutions into bite-sized pieces for seds with
# small command number lim