diff options
| author | Glenn Morris | 2008-06-16 02:31:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-16 02:31:20 +0000 |
| commit | bebcd7f7ef7724d0dbf1b1372218938383218dea (patch) | |
| tree | 03e55277217075e04e3e05bbd0ef58151ad3d46d | |
| parent | 646692e98deaf37c2f2fd5fd98a8a72477a0a15e (diff) | |
| download | emacs-bebcd7f7ef7724d0dbf1b1372218938383218dea.tar.gz emacs-bebcd7f7ef7724d0dbf1b1372218938383218dea.zip | |
Remove obsolete files
| -rw-r--r-- | doc/lispintro/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispintro/Makefile.am | 7 | ||||
| -rw-r--r-- | doc/lispintro/Makefile.old | 344 | ||||
| -rw-r--r-- | doc/lispintro/aclocal.m4 | 105 | ||||
| -rwxr-xr-x | doc/lispintro/configure | 1044 | ||||
| -rw-r--r-- | doc/lispintro/configure.in | 9 | ||||
| -rwxr-xr-x | doc/lispintro/install-sh | 250 | ||||
| -rwxr-xr-x | doc/lispintro/missing | 135 | ||||
| -rwxr-xr-x | doc/lispintro/mkinstalldirs | 38 |
9 files changed, 5 insertions, 1932 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index efec0dbe881..ad1389f64b4 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-06-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.am, Makefile.old, aclocal.m4, configure, configure.in: | ||
| 4 | * install-sh, missing, mkinstalldirs: Remove obsolete files. | ||
| 5 | |||
| 1 | 2008-05-13 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-05-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to | 8 | * emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to |
diff --git a/doc/lispintro/Makefile.am b/doc/lispintro/Makefile.am deleted file mode 100644 index 1b89c55528b..00000000000 --- a/doc/lispintro/Makefile.am +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign 1.2 | ||
| 2 | info_TEXINFOS = emacs-lisp-intro.texi | ||
| 3 | EXTRA_DIST = INSTALL MANIFEST README drawers.eps \ | ||
| 4 | cons-1.eps cons-2.eps cons-2a.eps cons-3.eps \ | ||
| 5 | cons-4.eps cons-5.eps lambda-1.eps lambda-2.eps lambda-3.eps | ||
| 6 | |||
| 7 | # arch-tag: 6a3e6d99-7aa2-479f-939c-5531165c5747 | ||
diff --git a/doc/lispintro/Makefile.old b/doc/lispintro/Makefile.old deleted file mode 100644 index a0a5cd99832..00000000000 --- a/doc/lispintro/Makefile.old +++ /dev/null | |||
| @@ -1,344 +0,0 @@ | |||
| 1 | # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am | ||
| 2 | |||
| 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, | ||
| 4 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 5 | # This Makefile.in is free software; the Free Software Foundation | ||
| 6 | # gives unlimited permission to copy and/or distribute it, | ||
| 7 | # with or without modifications, as long as this notice is preserved. | ||
| 8 | |||
| 9 | # This program is distributed in the hope that it will be useful, | ||
| 10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
| 11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
| 12 | # PARTICULAR PURPOSE. | ||
| 13 | |||
| 14 | |||
| 15 | SHELL = @SHELL@ | ||
| 16 | |||
| 17 | srcdir = @srcdir@ | ||
| 18 | top_srcdir = @top_srcdir@ | ||
| 19 | VPATH = @srcdir@ | ||
| 20 | prefix = @prefix@ | ||
| 21 | exec_prefix = @exec_prefix@ | ||
| 22 | |||
| 23 | bindir = @bindir@ | ||
| 24 | sbindir = @sbindir@ | ||
| 25 | libexecdir = @libexecdir@ | ||
| 26 | datadir = @datadir@ | ||
| 27 | sysconfdir = @sysconfdir@ | ||
| 28 | sharedstatedir = @sharedstatedir@ | ||
| 29 | localstatedir = @localstatedir@ | ||
| 30 | libdir = @libdir@ | ||
| 31 | infodir = @infodir@ | ||
| 32 | mandir = @mandir@ | ||
| 33 | includedir = @includedir@ | ||
| 34 | oldincludedir = /usr/include | ||
| 35 | |||
| 36 | DESTDIR = | ||
| 37 | |||
| 38 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
| 39 | pkglibdir = $(libdir)/@PACKAGE@ | ||
| 40 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
| 41 | |||
| 42 | top_builddir = . | ||
| 43 | |||
| 44 | ACLOCAL = @ACLOCAL@ | ||
| 45 | AUTOCONF = @AUTOCONF@ | ||
| 46 | AUTOMAKE = @AUTOMAKE@ | ||
| 47 | AUTOHEADER = @AUTOHEADER@ | ||
| 48 | |||
| 49 | INSTALL = @INSTALL@ | ||
| 50 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | ||
| 51 | INSTALL_DATA = @INSTALL_DATA@ | ||
| 52 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
| 53 | transform = @program_transform_name@ | ||
| 54 | |||
| 55 | NORMAL_INSTALL = : | ||
| 56 | PRE_INSTALL = : | ||
| 57 | POST_INSTALL = : | ||
| 58 | NORMAL_UNINSTALL = : | ||
| 59 | PRE_UNINSTALL = : | ||
| 60 | POST_UNINSTALL = : | ||
| 61 | MAKEINFO = @MAKEINFO@ | ||
| 62 | PACKAGE = @PACKAGE@ | ||
| 63 | VERSION = @VERSION@ | ||
| 64 | |||
| 65 | AUTOMAKE_OPTIONS = foreign 1.2 | ||
| 66 | info_TEXINFOS = emacs-lisp-intro.texi | ||
| 67 | EXTRA_DIST = INSTALL MANIFEST README chest-of-drawers-diagram.eps cons-cell-diagram1.eps cons-cell-diagram2.eps cons-cell-diagram2a.eps cons-cell-diagram3.eps cons-cell-diagram4.eps cons-cell-diagram5.eps lambda-diagram1.eps lambda-diagram2.eps lambda-diagram3.eps | ||
| 68 | |||
| 69 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
| 70 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
| 71 | CONFIG_CLEAN_FILES = | ||
| 72 | TEXI2DVI = texi2dvi | ||
| 73 | INFO_DEPS = emacs-lisp-intro.info | ||
| 74 | DVIS = emacs-lisp-intro.dvi | ||
| 75 | TEXINFOS = emacs-lisp-intro.texi | ||
| 76 | DIST_COMMON = README INSTALL Makefile.am Makefile.in aclocal.m4 \ | ||
| 77 | configure configure.in install-sh missing mkinstalldirs texinfo.tex | ||
| 78 | |||
| 79 | |||
| 80 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||
| 81 | |||
| 82 | TAR = tar | ||
| 83 | GZIP_ENV = --best | ||
| 84 | all: all-redirect | ||
| 85 | .SUFFIXES: | ||
| 86 | .SUFFIXES: .dvi .info .ps .texi .texinfo .txi | ||
| 87 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | ||
| 88 | cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile | ||
| 89 | |||
| 90 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
| 91 | cd $(top_builddir) \ | ||
| 92 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
| 93 | |||
| 94 | $(ACLOCAL_M4): configure.in | ||
| 95 | cd $(srcdir) && $(ACLOCAL) | ||
| 96 | |||
| 97 | config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) | ||
| 98 | $(SHELL) ./config.status --recheck | ||
| 99 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | ||
| 100 | cd $(srcdir) && $(AUTOCONF) | ||
| 101 | |||
| 102 | emacs-lisp-intro.info: emacs-lisp-intro.texi | ||
| 103 | emacs-lisp-intro.dvi: emacs-lisp-intro.texi | ||
| 104 | |||
| 105 | |||
| 106 | DVIPS = dvips | ||
| 107 | |||
| 108 | .texi.info: | ||
| 109 | @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] | ||
| 110 | cd $(srcdir) \ | ||
| 111 | && $(MAKEINFO) `echo $< | sed 's,.*/,,'` | ||
| 112 | |||
| 113 | .texi.dvi: | ||
| 114 | TEXINPUTS=.:$$TEXINPUTS \ | ||
| 115 | MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< | ||
| 116 | |||
| 117 | .texi: | ||
| 118 | @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] | ||
| 119 | cd $(srcdir) \ | ||
| 120 | && $(MAKEINFO) `echo $< | sed 's,.*/,,'` | ||
| 121 | |||
| 122 | .texinfo.info: | ||
| 123 | @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] | ||
| 124 | cd $(srcdir) \ | ||
| 125 | && $(MAKEINFO) `echo $< | sed 's,.*/,,'` | ||
| 126 | |||
| 127 | .texinfo: | ||
| 128 | @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] | ||
| 129 | cd $(srcdir) \ | ||
| 130 | && $(MAKEINFO) `echo $< | sed 's,.*/,,'` | ||
| 131 | |||
| 132 | .texinfo.dvi: | ||
| 133 | TEXINPUTS=.:$$TEXINPUTS \ | ||
| 134 | MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< | ||
| 135 | |||
| 136 | .txi.info: | ||
| 137 | @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] | ||
| 138 | cd $(srcdir) \ | ||
| 139 | && $(MAKEINFO) `echo $< | sed 's,.*/,,'` | ||
| 140 | |||
| 141 | .txi.dvi: | ||
| 142 | TEXINPUTS=.:$$TEXINPUTS \ | ||
| 143 | MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< | ||
| 144 | |||
| 145 | .txi: | ||
| 146 | @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] | ||
| 147 | cd $(srcdir) \ | ||
| 148 | && $(MAKEINFO) `echo $< | sed 's,.*/,,'` | ||
| 149 | .dvi.ps: | ||
| 150 | $(DVIPS) $< -o $@ | ||
| 151 | |||
| 152 | install-info-am: $(INFO_DEPS) | ||
| 153 | @$(NORMAL_INSTALL) | ||
| 154 | $(mkinstalldirs) $(DESTDIR)$(infodir) | ||
| 155 | @list='$(INFO_DEPS)'; \ | ||
| 156 | for file in $$list; do \ | ||
| 157 | d=$(srcdir); \ | ||
| 158 | for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ | ||
| 159 | if test -f $$d/$$ifile; then \ | ||
| 160 | echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \ | ||
| 161 | $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \ | ||
| 162 | else : ; fi; \ | ||
| 163 | done; \ | ||
| 164 | done | ||
| 165 | @$(POST_INSTALL) | ||
| 166 | @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ | ||
| 167 | list='$(INFO_DEPS)'; \ | ||
| 168 | for file in $$list; do \ | ||
| 169 | echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ | ||
| 170 | install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ | ||
| 171 | done; \ | ||
| 172 | else : ; fi | ||
| 173 | |||
| 174 | uninstall-info: | ||
| 175 | $(PRE_UNINSTALL) | ||
| 176 | @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ | ||
| 177 | ii=yes; \ | ||
| 178 | else ii=; fi; \ | ||
| 179 | list='$(INFO_DEPS)'; \ | ||
| 180 | for file in $$list; do \ | ||
| 181 | test -z "$$ii" \ | ||
| 182 | || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \ | ||
| 183 | done | ||
| 184 | @$(NORMAL_UNINSTALL) | ||
| 185 | list='$(INFO_DEPS)'; \ | ||
| 186 | for file in $$list; do \ | ||
| 187 | (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \ | ||
| 188 | done | ||
| 189 | |||
| 190 | dist-info: $(INFO_DEPS) | ||
| 191 | list='$(INFO_DEPS)'; \ | ||
| 192 | for base in $$list; do \ | ||
| 193 | d=$(srcdir); \ | ||
| 194 | for file in `cd $$d && eval echo $$base*`; do \ | ||
| 195 | test -f $(distdir)/$$file \ | ||
| 196 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
| 197 | || cp -p $$d/$$file $(distdir)/$$file; \ | ||
| 198 | done; \ | ||
| 199 | done | ||
| 200 | |||
| 201 | mostlyclean-aminfo: | ||
| 202 | -rm -f emacs-lisp-intro.aux emacs-lisp-intro.cp emacs-lisp-intro.cps \ | ||
| 203 | emacs-lisp-intro.dvi emacs-lisp-intro.fn emacs-lisp-intro.fns \ | ||
| 204 | emacs-lisp-intro.ky emacs-lisp-intro.kys emacs-lisp-intro.ps \ | ||
| 205 | emacs-lisp-intro.log emacs-lisp-intro.pg emacs-lisp-intro.toc \ | ||
| 206 | emacs-lisp-intro.tp emacs-lisp-intro.tps emacs-lisp-intro.vr \ | ||
| 207 | emacs-lisp-intro.vrs emacs-lisp-intro.op emacs-lisp-intro.tr \ | ||
| 208 | emacs-lisp-intro.cv emacs-lisp-intro.cn | ||
| 209 | |||
| 210 | clean-aminfo: | ||
| 211 | |||
| 212 | distclean-aminfo: | ||
| 213 | |||
| 214 | maintainer-clean-aminfo: | ||
| 215 | cd $(srcdir) && for i in $(INFO_DEPS); do \ | ||
| 216 | rm -f $$i; \ | ||
| 217 | if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \ | ||
| 218 | rm -f $$i-[0-9]*; \ | ||
| 219 | fi; \ | ||
| 220 | done | ||
| 221 | tags: TAGS | ||
| 222 | TAGS: | ||
| 223 | |||
| 224 | |||
| 225 | distdir = $(PACKAGE)-$(VERSION) | ||
| 226 | top_distdir = $(distdir) | ||
| 227 | |||
| 228 | # This target untars the dist file and tries a VPATH configuration. Then | ||
| 229 | # it guarantees that the distribution is self-contained by making another | ||
| 230 | # tarfile. | ||
| 231 | distcheck: dist | ||
| 232 | -rm -rf $(distdir) | ||
| 233 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz | ||
| 234 | mkdir $(distdir)/=build | ||
| 235 | mkdir $(distdir)/=inst | ||
| 236 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ | ||
| 237 | cd $(distdir)/=build \ | ||
| 238 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ | ||
| 239 | && $(MAKE) $(AM_MAKEFLAGS) \ | ||
| 240 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | ||
| 241 | && $(MAKE) $(AM_MAKEFLAGS) check \ | ||
| 242 | && $(MAKE) $(AM_MAKEFLAGS) install \ | ||
| 243 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | ||
| 244 | && $(MAKE) $(AM_MAKEFLAGS) dist | ||
| 245 | -rm -rf $(distdir) | ||
| 246 | @banner="$(distdir).tar.gz is ready for distribution"; \ | ||
| 247 | dashes=`echo "$$banner" | sed s/./=/g`; \ | ||
| 248 | echo "$$dashes"; \ | ||
| 249 | echo "$$banner"; \ | ||
| 250 | echo "$$dashes" | ||
| 251 | dist: distdir | ||
| 252 | -chmod -R a+r $(distdir) | ||
| 253 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | ||
| 254 | -rm -rf $(distdir) | ||
| 255 | dist-all: distdir | ||
| 256 | -chmod -R a+r $(distdir) | ||
| 257 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | ||
| 258 | -rm -rf $(distdir) | ||
| 259 | distdir: $(DISTFILES) | ||
| 260 | -rm -rf $(distdir) | ||
| 261 | mkdir $(distdir) | ||
| 262 | -chmod 777 $(distdir) | ||
| 263 | @for file in $(DISTFILES); do \ | ||
| 264 | d=$(srcdir); \ | ||
| 265 | if test -d $$d/$$file; then \ | ||
| 266 | cp -pr $$d/$$file $(distdir)/$$file; \ | ||
| 267 | else \ | ||
| 268 | test -f $(distdir)/$$file \ | ||
| 269 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
| 270 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | ||
| 271 | fi; \ | ||
| 272 | done | ||
| 273 | $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info | ||
| 274 | info-am: $(INFO_DEPS) | ||
| 275 | info: info-am | ||
| 276 | dvi-am: $(DVIS) | ||
| 277 | dvi: dvi-am | ||
| 278 | check-am: all-am | ||
| 279 | check: check-am | ||
| 280 | installcheck-am: | ||
| 281 | installcheck: installcheck-am | ||
| 282 | install-exec-am: | ||
| 283 | install-exec: install-exec-am | ||
| 284 | |||
| 285 | install-data-am: install-info-am | ||
| 286 | install-data: install-data-am | ||
| 287 | |||
| 288 | install-am: all-am | ||
| 289 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
| 290 | install: install-am | ||
| 291 | uninstall-am: uninstall-info | ||
| 292 | uninstall: uninstall-am | ||
| 293 | all-am: Makefile $(INFO_DEPS) | ||
| 294 | all-redirect: all-am | ||
| 295 | install-strip: | ||
| 296 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
| 297 | installdirs: | ||
| 298 | $(mkinstalldirs) $(DESTDIR)$(infodir) | ||
| 299 | |||
| 300 | |||
| 301 | mostlyclean-generic: | ||
| 302 | |||
| 303 | clean-generic: | ||
| 304 | |||
| 305 | distclean-generic: | ||
| 306 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
| 307 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
| 308 | |||
| 309 | maintainer-clean-generic: | ||
| 310 | mostlyclean-am: mostlyclean-aminfo mostlyclean-generic | ||
| 311 | |||
| 312 | mostlyclean: mostlyclean-am | ||
| 313 | |||
| 314 | clean-am: clean-aminfo clean-generic mostlyclean-am | ||
| 315 | |||
| 316 | clean: clean-am | ||
| 317 | |||
| 318 | distclean-am: distclean-aminfo distclean-generic clean-am | ||
| 319 | |||
| 320 | distclean: distclean-am | ||
| 321 | -rm -f config.status | ||
| 322 | |||
| 323 | maintainer-clean-am: maintainer-clean-aminfo maintainer-clean-generic \ | ||
| 324 | distclean-am | ||
| 325 | @echo "This command is intended for maintainers to use;" | ||
| 326 | @echo "it deletes files that may require special tools to rebuild." | ||
| 327 | |||
| 328 | maintainer-clean: maintainer-clean-am | ||
| 329 | -rm -f config.status | ||
| 330 | |||
| 331 | .PHONY: install-info-am uninstall-info mostlyclean-aminfo \ | ||
| 332 | distclean-aminfo clean-aminfo maintainer-clean-aminfo tags distdir \ | ||
| 333 | info-am info dvi-am dvi check check-am installcheck-am installcheck \ | ||
| 334 | install-exec-am install-exec install-data-am install-data install-am \ | ||
| 335 | install uninstall-am uninstall all-redirect all-am all installdirs \ | ||
| 336 | mostlyclean-generic distclean-generic clean-generic \ | ||
| 337 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean | ||
| 338 | |||
| 339 | |||
| 340 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
| 341 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
| 342 | .NOEXPORT: | ||
| 343 | |||
| 344 | # arch-tag: f1a44ea0-b792-4ac7-be28-9626b972c216 | ||
diff --git a/doc/lispintro/aclocal.m4 b/doc/lispintro/aclocal.m4 deleted file mode 100644 index fdc191af0d1..00000000000 --- a/doc/lispintro/aclocal.m4 +++ /dev/null | |||
| @@ -1,105 +0,0 @@ | |||
| 1 | dnl aclocal.m4 generated automatically by aclocal 1.4-p4 | ||
| 2 | |||
| 3 | dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, | ||
| 4 | dnl 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | ||
| 5 | dnl This file is free software; the Free Software Foundation | ||
| 6 | dnl gives unlimited permission to copy and/or distribute it, | ||
| 7 | dnl with or without modifications, as long as this notice is preserved. | ||
| 8 | |||
| 9 | dnl This program is distributed in the hope that it will be useful, | ||
| 10 | dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
| 11 | dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
| 12 | dnl PARTICULAR PURPOSE. | ||
| 13 | |||
| 14 | # Do all the work for Automake. This macro actually does too much -- | ||
| 15 | # some checks are only needed if your package does certain things. | ||
| 16 | # But this isn't really a big deal. | ||
| 17 | |||
| 18 | # serial 1 | ||
| 19 | |||
| 20 | dnl Usage: | ||
| 21 | dnl AM_INIT_AUTOMAKE(package,version, [no-define]) | ||
| 22 | |||
| 23 | AC_DEFUN(AM_INIT_AUTOMAKE, | ||
| 24 | [AC_REQUIRE([AC_PROG_INSTALL]) | ||
| 25 | PACKAGE=[$1] | ||
| 26 | AC_SUBST(PACKAGE) | ||
| 27 | VERSION=[$2] | ||
| 28 | AC_SUBST(VERSION) | ||
| 29 | dnl test to see if srcdir already configured | ||
| 30 | if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then | ||
| 31 | AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) | ||
| 32 | fi | ||
| 33 | ifelse([$3],, | ||
| 34 | AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) | ||
| 35 | AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])) | ||
| 36 | AC_REQUIRE([AM_SANITY_CHECK]) | ||
| 37 | AC_REQUIRE([AC_ARG_PROGRAM]) | ||
| 38 | dnl FIXME This is truly gross. | ||
| 39 | missing_dir=`cd $ac_aux_dir && pwd` | ||
| 40 | AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) | ||
| 41 | AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) | ||
| 42 | AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) | ||
| 43 | AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) | ||
| 44 | AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) | ||
| 45 | AC_REQUIRE([AC_PROG_MAKE_SET])]) | ||
| 46 | |||
| 47 | # | ||
| 48 | # Check to make sure that the build environment is sane. | ||
| 49 | # | ||
| 50 | |||
| 51 | AC_DEFUN(AM_SANITY_CHECK, | ||
| 52 | [AC_MSG_CHECKING([whether build environment is sane]) | ||
| 53 | # Just in case | ||
| 54 | sleep 1 | ||
| 55 | echo timestamp > conftestfile | ||
| 56 | # Do `set' in a subshell so we don't clobber the current shell's | ||
| 57 | # arguments. Must try -L first in case configure is actually a | ||
| 58 | # symlink; some systems play weird games with the mod time of symlinks | ||
| 59 | # (eg FreeBSD returns the mod time of the symlink's containing | ||
| 60 | # directory). | ||
| 61 | if ( | ||
| 62 | set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` | ||
| 63 | if test "[$]*" = "X"; then | ||
| 64 | # -L didn't work. | ||
| 65 | set X `ls -t $srcdir/configure conftestfile` | ||
| 66 | fi | ||
| 67 | if test "[$]*" != "X $srcdir/configure conftestfile" \ | ||
| 68 | && test "[$]*" != "X conftestfile $srcdir/configure"; then | ||
| 69 | |||
| 70 | # If neither matched, then we have a broken ls. This can happen | ||
| 71 | # if, for instance, CONFIG_SHELL is bash and it inherits a | ||
| 72 | # broken ls alias from the environment. This has actually | ||
| 73 | # happened. Such a system could not be considered "sane". | ||
| 74 | AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken | ||
| 75 | alias in your environment]) | ||
| 76 | fi | ||
| 77 | |||
| 78 | test "[$]2" = conftestfile | ||
| 79 | ) | ||
| 80 | then | ||
| 81 | # Ok. | ||
| 82 | : | ||
| 83 | else | ||
| 84 | AC_MSG_ERROR([newly created file is older than distributed files! | ||
| 85 | Check your system clock]) | ||
| 86 | fi | ||
| 87 | rm -f conftest* | ||
| 88 | AC_MSG_RESULT(yes)]) | ||
| 89 | |||
| 90 | dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) | ||
| 91 | dnl The program must properly implement --version. | ||
| 92 | AC_DEFUN(AM_MISSING_PROG, | ||
| 93 | [AC_MSG_CHECKING(for working $2) | ||
| 94 | # Run test in a subshell; some versions of sh will print an error if | ||
| 95 | # an executable is not found, even if stderr is redirected. | ||
| 96 | # Redirect stdin to placate older versions of autoconf. Sigh. | ||
| 97 | if ($2 --version) < /dev/null > /dev/null 2>&1; then | ||
| 98 | $1=$2 | ||
| 99 | AC_MSG_RESULT(found) | ||
| 100 | else | ||
| 101 | $1="$3/missing $2" | ||
| 102 | AC_MSG_RESULT(missing) | ||
| 103 | fi | ||
| 104 | AC_SUBST($1)]) | ||
| 105 | |||
diff --git a/doc/lispintro/configure b/doc/lispintro/configure deleted file mode 100755 index 626083be946..00000000000 --- a/doc/lispintro/configure +++ /dev/null | |||
| @@ -1,1044 +0,0 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | |||
| 3 | # Guess values for system-dependent variables and create Makefiles. | ||
| 4 | # Generated automatically using autoconf version 2.13 | ||
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, | ||
| 6 | # 2005, 2006, 2007 Free Software Foundation, Inc. | ||
| 7 | # | ||
| 8 | # This configure script is free software; the Free Software Foundation | ||
| 9 | # gives unlimited permission to copy, distribute and modify it. | ||
| 10 | |||
| 11 | # Defaults: | ||
| 12 | ac_help= | ||
| 13 | ac_default_prefix=/usr/local | ||
| 14 | # Any additions from configure.in: | ||
| 15 | |||
| 16 | # Initialize some variables set by options. | ||
| 17 | # The variables have the same names as the options, with | ||
| 18 | # dashes changed to underlines. | ||
| 19 | build=NONE | ||
| 20 | cache_file=./config.cache | ||
| 21 | exec_prefix=NONE | ||
| 22 | host=NONE | ||
| 23 | no_create= | ||
| 24 | nonopt=NONE | ||
| 25 | no_recursion= | ||
| 26 | prefix=NONE | ||
| 27 | program_prefix=NONE | ||
| 28 | program_suffix=NONE | ||
| 29 | program_transform_name=s,x,x, | ||
| 30 | silent= | ||
| 31 | site= | ||
| 32 | srcdir= | ||
| 33 | target=NONE | ||
| 34 | verbose= | ||
| 35 | x_includes=NONE | ||
| 36 | x_libraries=NONE | ||
| 37 | bindir='${exec_prefix}/bin' | ||
| 38 | sbindir='${exec_prefix}/sbin' | ||
| 39 | libexecdir='${exec_prefix}/libexec' | ||
| 40 | datadir='${prefix}/share' | ||
| 41 | sysconfdir='${prefix}/etc' | ||
| 42 | sharedstatedir='${prefix}/com' | ||
| 43 | localstatedir='${prefix}/var' | ||
| 44 | libdir='${exec_prefix}/lib' | ||
| 45 | includedir='${prefix}/include' | ||
| 46 | oldincludedir='/usr/include' | ||
| 47 | infodir='${prefix}/info' | ||
| 48 | mandir='${prefix}/man' | ||
| 49 | |||
| 50 | # Initialize some other variables. | ||
| 51 | subdirs= | ||
| 52 | MFLAGS= MAKEFLAGS= | ||
| 53 | SHELL=${CONFIG_SHELL-/bin/sh} | ||
| 54 | # Maximum number of lines to put in a shell here document. | ||
| 55 | ac_max_here_lines=12 | ||
| 56 | |||
| 57 | ac_prev= | ||
| 58 | for ac_option | ||
| 59 | do | ||
| 60 | |||
| 61 | # If the previous option needs an argument, assign it. | ||
| 62 | if test -n "$ac_prev"; then | ||
| 63 | eval "$ac_prev=\$ac_option" | ||
| 64 | ac_prev= | ||
| 65 | continue | ||
| 66 | fi | ||
| 67 | |||
| 68 | case "$ac_option" in | ||
| 69 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | ||
| 70 | *) ac_optarg= ;; | ||
| 71 | esac | ||
| 72 | |||
| 73 | # Accept the important Cygnus configure options, so we can diagnose typos. | ||
| 74 | |||
| 75 | case "$ac_option" in | ||
| 76 | |||
| 77 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | ||
| 78 | ac_prev=bindir ;; | ||
| 79 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | ||
| 80 | bindir="$ac_optarg" ;; | ||
| 81 | |||
| 82 | -build | --build | --buil | --bui | --bu) | ||
| 83 | ac_prev=build ;; | ||
| 84 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) | ||
| 85 | build="$ac_optarg" ;; | ||
| 86 | |||
| 87 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | ||
| 88 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | ||
| 89 | ac_prev=cache_file ;; | ||
| 90 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | ||
| 91 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | ||
| 92 | cache_file="$ac_optarg" ;; | ||
| 93 | |||
| 94 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | ||
| 95 | ac_prev=datadir ;; | ||
| 96 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | ||
| 97 | | --da=*) | ||
| 98 | datadir="$ac_optarg" ;; | ||
| 99 | |||
| 100 | -disable-* | --disable-*) | ||
| 101 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` | ||
| 102 | # Reject names that are not valid shell variable names. | ||
| 103 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then | ||
| 104 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | ||
| 105 | fi | ||
| 106 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | ||
| 107 | eval "enable_${ac_feature}=no" ;; | ||
| 108 | |||
| 109 | -enable-* | --enable-*) | ||
| 110 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` | ||
| 111 | # Reject names that are not valid shell variable names. | ||
| 112 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then | ||
| 113 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | ||
| 114 | fi | ||
| 115 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | ||
| 116 | case "$ac_option" in | ||
| 117 | *=*) ;; | ||
| 118 | *) ac_optarg=yes ;; | ||
| 119 | esac | ||
| 120 | eval "enable_${ac_feature}='$ac_optarg'" ;; | ||
| 121 | |||
| 122 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | ||
| 123 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | ||
| 124 | | --exec | --exe | --ex) | ||
| 125 | ac_prev=exec_prefix ;; | ||
| 126 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | ||
| 127 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | ||
| 128 | | --exec=* | --exe=* | --ex=*) | ||
| 129 | exec_prefix="$ac_optarg" ;; | ||
| 130 | |||
| 131 | -gas | --gas | --ga | --g) | ||
| 132 | # Obsolete; use --with-gas. | ||
| 133 | with_gas=yes ;; | ||
| 134 | |||
| 135 | -help | --help | --hel | --he) | ||
| 136 | # Omit some internal or obsolete options to make the list less imposing. | ||
| 137 | # This message is too long to be a string in the A/UX 3.1 sh. | ||
| 138 | cat << EOF | ||
| 139 | Usage: configure [options] [host] | ||
| 140 | Options: [defaults in brackets after descriptions] | ||
| 141 | Configuration: | ||
| 142 | --cache-file=FILE cache test results in FILE | ||
| 143 | --help print this message | ||
| 144 | --no-create do not create output files | ||
| 145 | --quiet, --silent do not print \`checking...' messages | ||
| 146 | --version print the version of autoconf that created configure | ||
| 147 | Directory and file names: | ||
| 148 | --prefix=PREFIX install architecture-independent files in PREFIX | ||
| 149 | [$ac_default_prefix] | ||
| 150 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | ||
| 151 | [same as prefix] | ||
| 152 | --bindir=DIR user executables in DIR [EPREFIX/bin] | ||
| 153 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | ||
| 154 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | ||
| 155 | --datadir=DIR read-only architecture-independent data in DIR | ||
| 156 | [PREFIX/share] | ||
| 157 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | ||
| 158 | --sharedstatedir=DIR modifiable architecture-independent data in DIR | ||
| 159 | [PREFIX/com] | ||
| 160 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | ||
| 161 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] | ||
| 162 | --includedir=DIR C header files in DIR [PREFIX/include] | ||
| 163 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | ||
| 164 | --infodir=DIR info documentation in DIR [PREFIX/info] | ||
| 165 | --mandir=DIR man documentation in DIR [PREFIX/man] | ||
| 166 | --srcdir=DIR find the sources in DIR [configure dir or ..] | ||
| 167 | --program-prefix=PREFIX prepend PREFIX to installed program names | ||
| 168 | --program-suffix=SUFFIX append SUFFIX to installed program names | ||
| 169 | --program-transform-name=PROGRAM | ||
| 170 | run sed PROGRAM on installed program names | ||
| 171 | EOF | ||
| 172 | cat << EOF | ||
| 173 | Host type: | ||
| 174 | --build=BUILD configure for building on BUILD [BUILD=HOST] | ||
| 175 | --host=HOST configure for HOST [guessed] | ||
| 176 | --target=TARGET configure for TARGET [TARGET=HOST] | ||
| 177 | Features and packages: | ||
| 178 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | ||
| 179 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | ||
| 180 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | ||
| 181 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | ||
| 182 | --x-includes=DIR X include files are in DIR | ||
| 183 | --x-libraries=DIR X library files are in DIR | ||
| 184 | EOF | ||
| 185 | if test -n "$ac_help"; then | ||
| 186 | echo "--enable and --with options recognized:$ac_help" | ||
| 187 | fi | ||
| 188 | exit 0 ;; | ||
| 189 | |||
| 190 | -host | --host | --hos | --ho) | ||
| 191 | ac_prev=host ;; | ||
| 192 | -host=* | --host=* | --hos=* | --ho=*) | ||
| 193 | host="$ac_optarg" ;; | ||
| 194 | |||
| 195 | -includedir | --includedir | --includedi | --included | --include \ | ||
| 196 | | --includ | --inclu | --incl | --inc) | ||
| 197 | ac_prev=includedir ;; | ||
| 198 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | ||
| 199 | | --includ=* | --inclu=* | --incl=* | --inc=*) | ||
| 200 | includedir="$ac_optarg" ;; | ||
| 201 | |||
| 202 | -infodir | --infodir | --infodi | --infod | --info | --inf) | ||
| 203 | ac_prev=infodir ;; | ||
| 204 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | ||
| 205 | infodir="$ac_optarg" ;; | ||
| 206 | |||
| 207 | -libdir | --libdir | --libdi | --libd) | ||
| 208 | ac_prev=libdir ;; | ||
| 209 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | ||
| 210 | libdir="$ac_optarg" ;; | ||
| 211 | |||
| 212 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | ||
| 213 | | --libexe | --libex | --libe) | ||
| 214 | ac_prev=libexecdir ;; | ||
| 215 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | ||
| 216 | | --libexe=* | --libex=* | --libe=*) | ||
| 217 | libexecdir="$ac_optarg" ;; | ||
| 218 | |||
| 219 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | ||
| 220 | | --localstate | --localstat | --localsta | --localst \ | ||
| 221 | | --locals | --local | --loca | --loc | --lo) | ||
| 222 | ac_prev=localstatedir ;; | ||
| 223 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | ||
| 224 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | ||
| 225 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | ||
| 226 | localstatedir="$ac_optarg" ;; | ||
| 227 | |||
| 228 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | ||
| 229 | ac_prev=mandir ;; | ||
| 230 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | ||
| 231 | mandir="$ac_optarg" ;; | ||
| 232 | |||
| 233 | -nfp | --nfp | --nf) | ||
| 234 | # Obsolete; use --without-fp. | ||
| 235 | with_fp=no ;; | ||
| 236 | |||
| 237 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | ||
| 238 | | --no-cr | --no-c) | ||
| 239 | no_create=yes ;; | ||
| 240 | |||
| 241 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | ||
| 242 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | ||
| 243 | no_recursion=yes ;; | ||
| 244 | |||
| 245 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | ||
| 246 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | ||
| 247 | | --oldin | --oldi | --old | --ol | --o) | ||
| 248 | ac_prev=oldincludedir ;; | ||
| 249 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | ||
| 250 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | ||
| 251 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | ||
| 252 | oldincludedir="$ac_optarg" ;; | ||
| 253 | |||
| 254 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | ||
| 255 | ac_prev=prefix ;; | ||
| 256 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | ||
| 257 | prefix="$ac_optarg" ;; | ||
| 258 | |||
| 259 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | ||
| 260 | | --program-pre | --program-pr | --program-p) | ||
| 261 | ac_prev=program_prefix ;; | ||
| 262 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | ||
| 263 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | ||
| 264 | program_prefix="$ac_optarg" ;; | ||
| 265 | |||
| 266 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | ||
| 267 | | --program-suf | --program-su | --program-s) | ||
| 268 | ac_prev=program_suffix ;; | ||
| 269 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | ||
| 270 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | ||
| 271 | program_suffix="$ac_optarg" ;; | ||
| 272 | |||
| 273 | -program-transform-name | --program-transform-name \ | ||
| 274 | | --program-transform-nam | --program-transform-na \ | ||
| 275 | | --program-transform-n | --program-transform- \ | ||
| 276 | | --program-transform | --program-transfor \ | ||
| 277 | | --program-transfo | --program-transf \ | ||
| 278 | | --program-trans | --program-tran \ | ||
| 279 | | --progr-tra | --program-tr | --program-t) | ||
| 280 | ac_prev=program_transform_name ;; | ||
| 281 | -program-transform-name=* | --program-transform-name=* \ | ||
| 282 | | --program-transform-nam=* | --program-transform-na=* \ | ||
| 283 | | --program-transform-n=* | --program-transform-=* \ | ||
| 284 | | --program-transform=* | --program-transfor=* \ | ||
| 285 | | --program-transfo=* | --program-transf=* \ | ||
| 286 | | --program-trans=* | --program-tran=* \ | ||
| 287 | | --progr-tra=* | --program-tr=* | --program-t=*) | ||
| 288 | program_transform_name="$ac_optarg" ;; | ||
| 289 | |||
| 290 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | ||
| 291 | | -silent | --silent | --silen | --sile | --sil) | ||
| 292 | silent=yes ;; | ||
| 293 | |||
| 294 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | ||
| 295 | ac_prev=sbindir ;; | ||
| 296 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | ||
| 297 | | --sbi=* | --sb=*) | ||
| 298 | sbindir="$ac_optarg" ;; | ||
| 299 | |||
| 300 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | ||
| 301 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | ||
| 302 | | --sharedst | --shareds | --shared | --share | --shar \ | ||
| 303 | | --sha | --sh) | ||
| 304 | ac_prev=sharedstatedir ;; | ||
| 305 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | ||
| 306 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | ||
| 307 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | ||
| 308 | | --sha=* | --sh=*) | ||
| 309 | sharedstatedir="$ac_optarg" ;; | ||
| 310 | |||
| 311 | -site | --site | --sit) | ||
| 312 | ac_prev=site ;; | ||
| 313 | -site=* | --site=* | --sit=*) | ||
| 314 | site="$ac_optarg" ;; | ||
| 315 | |||
| 316 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | ||
| 317 | ac_prev=srcdir ;; | ||
| 318 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | ||
| 319 | srcdir="$ac_optarg" ;; | ||
| 320 | |||
| 321 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | ||
| 322 | | --syscon | --sysco | --sysc | --sys | --sy) | ||
| 323 | ac_prev=sysconfdir ;; | ||
| 324 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | ||
| 325 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | ||
| 326 | sysconfdir="$ac_optarg" ;; | ||
| 327 | |||
| 328 | -target | --target | --targe | --targ | --tar | --ta | --t) | ||
| 329 | ac_prev=target ;; | ||
| 330 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | ||
| 331 | target="$ac_optarg" ;; | ||
| 332 | |||
| 333 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | ||
| 334 | verbose=yes ;; | ||
| 335 | |||
| 336 | -version | --version | --versio | --versi | --vers) | ||
| 337 | echo "configure generated by autoconf version 2.13" | ||
| 338 | exit 0 ;; | ||
| 339 | |||
| 340 | -with-* | --with-*) | ||
| 341 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` | ||
| 342 | # Reject names that are not valid shell variable names. | ||
| 343 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then | ||
| 344 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | ||
| 345 | fi | ||
| 346 | ac_package=`echo $ac_package| sed 's/-/_/g'` | ||
| 347 | case "$ac_option" in | ||
| 348 | *=*) ;; | ||
| 349 | *) ac_optarg=yes ;; | ||
| 350 | esac | ||
| 351 | eval "with_${ac_package}='$ac_optarg'" ;; | ||
| 352 | |||
| 353 | -without-* | --without-*) | ||
| 354 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` | ||
| 355 | # Reject names that are not valid shell variable names. | ||
| 356 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then | ||
| 357 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | ||
| 358 | fi | ||
| 359 | ac_package=`echo $ac_package| sed 's/-/_/g'` | ||
| 360 | eval "with_${ac_package}=no" ;; | ||
| 361 | |||
| 362 | --x) | ||
| 363 | # Obsolete; use --with-x. | ||
| 364 | with_x=yes ;; | ||
| 365 | |||
| 366 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | ||
| 367 | | --x-incl | --x-inc | --x-in | --x-i) | ||
| 368 | ac_prev=x_includes ;; | ||
| 369 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | ||
| 370 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | ||
| 371 | x_includes="$ac_optarg" ;; | ||
| 372 | |||
| 373 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | ||
| 374 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | ||
| 375 | ac_prev=x_libraries ;; | ||
| 376 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | ||
| 377 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | ||
| 378 | x_libraries="$ac_optarg" ;; | ||
| 379 | |||
| 380 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } | ||
| 381 | ;; | ||
| 382 | |||
| 383 | *) | ||
| 384 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then | ||
| 385 | echo "configure: warning: $ac_option: invalid host type" 1>&2 | ||
| 386 | fi | ||
| 387 | if test "x$nonopt" != xNONE; then | ||
| 388 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | ||
| 389 | fi | ||
| 390 | nonopt="$ac_option" | ||
| 391 | ;; | ||
| 392 | |||
| 393 | esac | ||
| 394 | done | ||
| 395 | |||
| 396 | if test -n "$ac_prev"; then | ||
| 397 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } | ||
| 398 | fi | ||
| 399 | |||
| 400 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | ||
| 401 | |||
| 402 | # File descriptor usage: | ||
| 403 | # 0 standard input | ||
| 404 | # 1 file creation | ||
| 405 | # 2 errors and warnings | ||
| 406 | # 3 some systems may open it to /dev/tty | ||
| 407 | # 4 used on the Kubota Titan | ||
| 408 | # 6 checking for... messages and results | ||
| 409 | # 5 compiler messages saved in config.log | ||
| 410 | if test "$silent" = yes; then | ||
| 411 | exec 6>/dev/null | ||
| 412 | else | ||
| 413 | exec 6>&1 | ||
| 414 | fi | ||
| 415 | exec 5>./config.log | ||
| 416 | |||
| 417 | echo "\ | ||
| 418 | This file contains any messages produced by compilers while | ||
| 419 | running configure, to aid debugging if configure makes a mistake. | ||
| 420 | " 1>&5 | ||
| 421 | |||
| 422 | # Strip out --no-create and --no-recursion so they do not pile up. | ||
| 423 | # Also quote any args containing shell metacharacters. | ||
| 424 | ac_configure_args= | ||
| 425 | for ac_arg | ||
| 426 | do | ||
| 427 | case "$ac_arg" in | ||
| 428 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | ||
| 429 | | --no-cr | --no-c) ;; | ||
| 430 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | ||
| 431 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | ||
| 432 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | ||
| 433 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; | ||
| 434 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; | ||
| 435 | esac | ||
| 436 | done | ||
| 437 | |||
| 438 | # NLS nuisances. | ||
| 439 | # Only set these to C if already set. These must not be set unconditionally | ||
| 440 | # because not all systems understand e.g. LANG=C (notably SCO). | ||
| 441 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | ||
| 442 | # Non-C LC_CTYPE values break the ctype check. | ||
| 443 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi | ||
| 444 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | ||
| 445 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | ||
| 446 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | ||
| 447 | |||
| 448 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | ||
| 449 | rm -rf conftest* confdefs.h | ||
| 450 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | ||
| 451 | echo > confdefs.h | ||
| 452 | |||
| 453 | # A filename unique to this package, relative to the directory that | ||
| 454 | # configure is in, which we can look for to find out if srcdir is correct. | ||
| 455 | ac_unique_file=emacs-lisp-intro.texi | ||
| 456 | |||
| 457 | # Find the source files, if location was not specified. | ||
| 458 | if test -z "$srcdir"; then | ||
| 459 | ac_srcdir_defaulted=yes | ||
| 460 | # Try the directory containing this script, then its parent. | ||
| 461 | ac_prog=$0 | ||
| 462 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` | ||
| 463 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. | ||
| 464 | srcdir=$ac_confdir | ||
| 465 | if test ! -r $srcdir/$ac_unique_file; then | ||
| 466 | srcdir=.. | ||
| 467 | fi | ||
| 468 | else | ||
| 469 | ac_srcdir_defaulted=no | ||
| 470 | fi | ||
| 471 | if test ! -r $srcdir/$ac_unique_file; then | ||
| 472 | if test "$ac_srcdir_defaulted" = yes; then | ||
| 473 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } | ||
| 474 | else | ||
| 475 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } | ||
| 476 | fi | ||
| 477 | fi | ||
| 478 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` | ||
| 479 | |||
| 480 | # Prefer explicitly selected file to automatically selected ones. | ||
| 481 | if test -z "$CONFIG_SITE"; then | ||
| 482 | if test "x$prefix" != xNONE; then | ||
| 483 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | ||
| 484 | else | ||
| 485 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | ||
| 486 | fi | ||
| 487 | fi | ||
| 488 | for ac_site_file in $CONFIG_SITE; do | ||
| 489 | if test -r "$ac_site_file"; then | ||
| 490 | echo "loading site script $ac_site_file" | ||
| 491 | . "$ac_site_file" | ||
| 492 | fi | ||
| 493 | done | ||
| 494 | |||
| 495 | if test -r "$cache_file"; then | ||
| 496 | echo "loading cache $cache_file" | ||
| 497 | . $cache_file | ||
| 498 | else | ||
| 499 | echo "creating cache $cache_file" | ||
| 500 | > $cache_file | ||
| 501 | fi | ||
| 502 | |||
| 503 | ac_ext=c | ||
| 504 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | ||
| 505 | ac_cpp='$CPP $CPPFLAGS' | ||
| 506 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | ||
| 507 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | ||
| 508 | cross_compiling=$ac_cv_prog_cc_cross | ||
| 509 | |||
| 510 | ac_exeext= | ||
| 511 | ac_objext=o | ||
| 512 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then | ||
| 513 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | ||
| 514 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | ||
| 515 | ac_n= ac_c=' | ||
| 516 | ' ac_t=' ' | ||
| 517 | else | ||
| 518 | ac_n=-n ac_c= ac_t= | ||
| 519 | fi | ||
| 520 | else | ||
| 521 | ac_n= ac_c='\c' ac_t= | ||
| 522 | fi | ||
| 523 | |||
| 524 | |||
| 525 | ac_aux_dir= | ||
| 526 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | ||
| 527 | if test -f $ac_dir/install-sh; then | ||
| 528 | ac_aux_dir=$ac_dir | ||
| 529 | ac_install_sh="$ac_aux_dir/install-sh -c" | ||
| 530 | break | ||
| 531 | elif test -f $ac_dir/install.sh; then | ||
| 532 | ac_aux_dir=$ac_dir | ||
| 533 | ac_install_sh="$ac_aux_dir/install.sh -c" | ||
| 534 | break | ||
| 535 | fi | ||
| 536 | done | ||
| 537 | if test -z "$ac_aux_dir"; then | ||
| 538 | { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } | ||
| 539 | fi | ||
| 540 | ac_config_guess=$ac_aux_dir/config.guess | ||
| 541 | ac_config_sub=$ac_aux_dir/config.sub | ||
| 542 | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | ||
| 543 | |||
| 544 | # Find a good install program. We prefer a C program (faster), | ||
| 545 | # so one script is as good as another. But avoid the broken or | ||
| 546 | # incompatible versions: | ||
| 547 | # SysV /etc/install, /usr/sbin/install | ||
| 548 | # SunOS /usr/etc/install | ||
| 549 | # IRIX /sbin/install | ||
| 550 | # AIX /bin/install | ||
| 551 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | ||
| 552 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | ||
| 553 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | ||
| 554 | # ./install, which can be erroneously created by make from ./install.sh. | ||
| 555 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 | ||
| 556 | echo "configure:556: checking for a BSD compatible install" >&5 | ||
| 557 | if test -z "$INSTALL"; then | ||
| 558 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then | ||
| 559 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 560 | else | ||
| 561 | IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" | ||
| 562 | for ac_dir in $PATH; do | ||
| 563 | # Account for people who put trailing slashes in PATH elements. | ||
| 564 | case "$ac_dir/" in | ||
| 565 | /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | ||
| 566 | *) | ||
| 567 | # OSF1 and SCO ODT 3.0 have their own names for install. | ||
| 568 | # Don't use installbsd from OSF since it installs stuff as root | ||
| 569 | # by default. | ||
| 570 | for ac_prog in ginstall scoinst install; do | ||
| 571 | if test -f $ac_dir/$ac_prog; then | ||
| 572 | if test $ac_prog = install && | ||
| 573 | grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then | ||
| 574 | # AIX install. It has an incompatible calling convention. | ||
| 575 | : | ||
| 576 | else | ||
| 577 | ac_cv_path_install="$ac_dir/$ac_prog -c" | ||
| 578 | break 2 | ||
| 579 | fi | ||
| 580 | fi | ||
| 581 | done | ||
| 582 | ;; | ||
| 583 | esac | ||
| 584 | done | ||
| 585 | IFS="$ac_save_IFS" | ||
| 586 | |||
| 587 | fi | ||
| 588 | if test "${ac_cv_path_install+set}" = set; then | ||
| 589 | INSTALL="$ac_cv_path_install" | ||
| 590 | else | ||
| 591 | # As a last resort, use the slow shell script. We don't cache a | ||
| 592 | # path for INSTALL within a source directory, because that will | ||
| 593 | # break other packages using the cache if that directory is | ||
| 594 | # removed, or if the path is relative. | ||
| 595 | INSTALL="$ac_install_sh" | ||
| 596 | fi | ||
| 597 | fi | ||
| 598 | echo "$ac_t""$INSTALL" 1>&6 | ||
| 599 | |||
| 600 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | ||
| 601 | # It thinks the first close brace ends the variable substitution. | ||
| 602 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | ||
| 603 | |||
| 604 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' | ||
| 605 | |||
| 606 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | ||
| 607 | |||
| 608 | echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 | ||
| 609 | echo "configure:609: checking whether build environment is sane" >&5 | ||
| 610 | # Just in case | ||
| 611 | sleep 1 | ||
| 612 | echo timestamp > conftestfile | ||
| 613 | # Do `set' in a subshell so we don't clobber the current shell's | ||
| 614 | # arguments. Must try -L first in case configure is actually a | ||
| 615 | # symlink; some systems play weird games with the mod time of symlinks | ||
| 616 | # (eg FreeBSD returns the mod time of the symlink's containing | ||
| 617 | # directory). | ||
| 618 | if ( | ||
| 619 | set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` | ||
| 620 | if test "$*" = "X"; then | ||
| 621 | # -L didn't work. | ||
| 622 | set X `ls -t $srcdir/configure conftestfile` | ||
| 623 | fi | ||
| 624 | if test "$*" != "X $srcdir/configure conftestfile" \ | ||
| 625 | && test "$*" != "X conftestfile $srcdir/configure"; then | ||
| 626 | |||
| 627 | # If neither matched, then we have a broken ls. This can happen | ||
| 628 | # if, for instance, CONFIG_SHELL is bash and it inherits a | ||
| 629 | # broken ls alias from the environment. This has actually | ||
| 630 | # happened. Such a system could not be considered "sane". | ||
| 631 | { echo "configure: error: ls -t appears to fail. Make sure there is not a broken | ||
| 632 | alias in your environment" 1>&2; exit 1; } | ||
| 633 | fi | ||
| 634 | |||
| 635 | test "$2" = conftestfile | ||
| 636 | ) | ||
| 637 | then | ||
| 638 | # Ok. | ||
| 639 | : | ||
| 640 | else | ||
| 641 | { echo "configure: error: newly created file is older than distributed files! | ||
| 642 | Check your system clock" 1>&2; exit 1; } | ||
| 643 | fi | ||
| 644 | rm -f conftest* | ||
| 645 | echo "$ac_t""yes" 1>&6 | ||
| 646 | if test "$program_transform_name" = s,x,x,; then | ||
| 647 | program_transform_name= | ||
| 648 | else | ||
| 649 | # Double any \ or $. echo might interpret backslashes. | ||
| 650 | cat <<\EOF_SED > conftestsed | ||
| 651 | s,\\,\\\\,g; s,\$,$$,g | ||
| 652 | EOF_SED | ||
| 653 | program_transform_name="`echo $program_transform_name|sed -f conftestsed`" | ||
| 654 | rm -f conftestsed | ||
| 655 | fi | ||
| 656 | test "$program_prefix" != NONE && | ||
| 657 | program_transform_name="s,^,${program_prefix},; $program_transform_name" | ||
| 658 | # Use a double $ so make ignores it. | ||
| 659 | test "$program_suffix" != NONE && | ||
| 660 | program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" | ||
| 661 | |||
| 662 | # sed with no file args requires a program. | ||
| 663 | test "$program_transform_name" = "" && program_transform_name="s,x,x," | ||
| 664 | |||
| 665 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | ||
| 666 | echo "configure:666: checking whether ${MAKE-make} sets \${MAKE}" >&5 | ||
| 667 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` | ||
| 668 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | ||
| 669 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 670 | else | ||
| 671 | cat > conftestmake <<\EOF | ||
| 672 | all: | ||
| 673 | @echo 'ac_maketemp="${MAKE}"' | ||
| 674 | EOF | ||
| 675 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | ||
| 676 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` | ||
| 677 | if test -n "$ac_maketemp"; then | ||
| 678 | eval ac_cv_prog_make_${ac_make}_set=yes | ||
| 679 | else | ||
| 680 | eval ac_cv_prog_make_${ac_make}_set=no | ||
| 681 | fi | ||
| 682 | rm -f conftestmake | ||
| 683 | fi | ||
| 684 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | ||
| 685 | echo "$ac_t""yes" 1>&6 | ||
| 686 | SET_MAKE= | ||
| 687 | else | ||
| 688 | echo "$ac_t""no" 1>&6 | ||
| 689 | SET_MAKE="MAKE=${MAKE-make}" | ||
| 690 | fi | ||
| 691 | |||
| 692 | |||
| 693 | PACKAGE=emacs-lisp-intro | ||
| 694 | |||
| 695 | VERSION=2.00 | ||
| 696 | |||
| 697 | if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then | ||
| 698 | { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } | ||
| 699 | fi | ||
| 700 | cat >> confdefs.h <<EOF | ||
| 701 | #define PACKAGE "$PACKAGE" | ||
| 702 | EOF | ||
| 703 | |||
| 704 | cat >> confdefs.h <<EOF | ||
| 705 | #define VERSION "$VERSION" | ||
| 706 | EOF | ||
| 707 | |||
| 708 | |||
| 709 | |||
| 710 | missing_dir=`cd $ac_aux_dir && pwd` | ||
| 711 | echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 | ||
| 712 | echo "configure:712: checking for working aclocal" >&5 | ||
| 713 | # Run test in a subshell; some versions of sh will print an error if | ||
| 714 | # an executable is not found, even if stderr is redirected. | ||
| 715 | # Redirect stdin to placate older versions of autoconf. Sigh. | ||
| 716 | if (aclocal --version) < /dev/null > /dev/null 2>&1; then | ||
| 717 | ACLOCAL=aclocal | ||
| 718 | echo "$ac_t""found" 1>&6 | ||
| 719 | else | ||
| 720 | ACLOCAL="$missing_dir/missing aclocal" | ||
| 721 | echo "$ac_t""missing" 1>&6 | ||
| 722 | fi | ||
| 723 | |||
| 724 | echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 | ||
| 725 | echo "configure:725: checking for working autoconf" >&5 | ||
| 726 | # Run test in a subshell; some versions of sh will print an error if | ||
| 727 | # an executable is not found, even if stderr is redirected. | ||
| 728 | # Redirect stdin to placate older versions of autoconf. Sigh. | ||
| 729 | if (autoconf --version) < /dev/null > /dev/null 2>&1; then | ||
| 730 | AUTOCONF=autoconf | ||
| 731 | echo "$ac_t""found" 1>&6 | ||
| 732 | else | ||
| 733 | AUTOCONF="$missing_dir/missing autoconf" | ||
| 734 | echo "$ac_t""missing" 1>&6 | ||
| 735 | fi | ||
| 736 | |||
| 737 | echo $ac_n "checking for working automake""... $ac_c" 1>&6 | ||
| 738 | echo "configure:738: checking for working automake" >&5 | ||
| 739 | # Run test in a subshell; some versions of sh will print an error if | ||
| 740 | # an executable is not found, even if stderr is redirected. | ||
| 741 | # Redirect stdin to placate older versions of autoconf. Sigh. | ||
| 742 | if (automake --version) < /dev/null > /dev/null 2>&1; then | ||
| 743 | AUTOMAKE=automake | ||
| 744 | echo "$ac_t""found" 1>&6 | ||
| 745 | else | ||
| 746 | AUTOMAKE="$missing_dir/missing automake" | ||
| 747 | echo "$ac_t""missing" 1>&6 | ||
| 748 | fi | ||
| 749 | |||
| 750 | echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 | ||
| 751 | echo "configure:751: checking for working autoheader" >&5 | ||
| 752 | # Run test in a subshell; some versions of sh will print an error if | ||
| 753 | # an executable is not found, even if stderr is redirected. | ||
| 754 | # Redirect stdin to placate older versions of autoconf. Sigh. | ||
| 755 | if (autoheader --version) < /dev/null > /dev/null 2>&1; then | ||
| 756 | AUTOHEADER=autoheader | ||
| 757 | echo "$ac_t""found" 1>&6 | ||
| 758 | else | ||
| 759 | AUTOHEADER="$missing_dir/missing autoheader" | ||
| 760 | echo "$ac_t""missing" 1>&6 | ||
| 761 | fi | ||
| 762 | |||
| 763 | echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 | ||
| 764 | echo "configure:764: checking for working makeinfo" >&5 | ||
| 765 | # Run test in a subshell; some versions of sh will print an error if | ||
| 766 | # an executable is not found, even if stderr is redirected. | ||
| 767 | # Redirect stdin to placate older versions of autoconf. Sigh. | ||
| 768 | if (makeinfo --version) < /dev/null > /dev/null 2>&1; then | ||
| 769 | MAKEINFO=makeinfo | ||
| 770 | echo "$ac_t""found" 1>&6 | ||
| 771 | else | ||
| 772 | MAKEINFO="$missing_dir/missing makeinfo" | ||
| 773 | echo "$ac_t""missing" 1>&6 | ||
| 774 | fi | ||
| 775 | |||
| 776 | |||
| 777 | trap '' 1 2 15 | ||
| 778 | cat > confcache <<\EOF | ||
| 779 | # This file is a shell script that caches the results of configure | ||
| 780 | # tests run on this system so they can be shared between configure | ||
| 781 | # scripts and configure runs. It is not useful on other systems. | ||
| 782 | # If it contains results you don't want to keep, you may remove or edit it. | ||
| 783 | # | ||
| 784 | # By default, configure uses ./config.cache as the cache file, | ||
| 785 | # creating it if it does not exist already. You can give configure | ||
| 786 | # the --cache-file=FILE option to use a different cache file; that is | ||
| 787 | # what configure does when it calls configure scripts in | ||
| 788 | # subdirectories, so they share the cache. | ||
| 789 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | ||
| 790 | # config.status only pays attention to the cache file if you give it the | ||
| 791 | # --recheck option to rerun configure. | ||
| 792 | # | ||
| 793 | EOF | ||
| 794 | # The following way of writing the cache mishandles newlines in values, | ||
| 795 | # but we know of no workaround that is simple, portable, and efficient. | ||
| 796 | # So, don't put newlines in cache variables' values. | ||
| 797 | # Ultrix sh set writes to stderr and can't be redirected directly, | ||
| 798 | # and sets the high bit in the cache file unless we assign to the vars. | ||
| 799 | (set) 2>&1 | | ||
| 800 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | ||
| 801 | *ac_space=\ *) | ||
| 802 | # `set' does not quote correctly, so add quotes (double-quote substitution | ||
| 803 | # turns \\\\ into \\, and sed turns \\ into \). | ||
| 804 | sed -n \ | ||
| 805 | -e "s/'/'\\\\''/g" \ | ||
| 806 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | ||
| 807 | ;; | ||
| 808 | *) | ||
| 809 | # `set' quotes correctly as required by POSIX, so do not add quotes. | ||
| 810 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | ||
| 811 | ;; | ||
| 812 | esac >> confcache | ||
| 813 | if cmp -s $cache_file confcache; then | ||
| 814 | : | ||
| 815 | else | ||
| 816 | if test -w $cache_file; then | ||
| 817 | echo "updating cache $cache_file" | ||
| 818 | cat confcache > $cache_file | ||
| 819 | else | ||
| 820 | echo "not updating unwritable cache $cache_file" | ||
| 821 | fi | ||
| 822 | fi | ||
| 823 | rm -f confcache | ||
| 824 | |||
| 825 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | ||
| 826 | |||
| 827 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | ||
| 828 | # Let make expand exec_prefix. | ||
| 829 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | ||
| 830 | |||
| 831 | # Any assignment to VPATH causes Sun make to only execute | ||
| 832 | # the first set of double-colon rules, so remove it if not needed. | ||
| 833 | # If there is a colon in the path, we need to keep it. | ||
| 834 | if test "x$srcdir" = x.; then | ||
| 835 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' | ||
| 836 | fi | ||
| 837 | |||
| 838 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 | ||
| 839 | |||
| 840 | # Transform confdefs.h into DEFS. | ||
| 841 | # Protect against shell expansion while executing Makefile rules. | ||
| 842 | # Protect against Makefile macro expansion. | ||
| 843 | cat > conftest.defs <<\EOF | ||
| 844 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g | ||
| 845 | s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g | ||
| 846 | s%\[%\\&%g | ||
| 847 | s%\]%\\&%g | ||
| 848 | s%\$%$$%g | ||
| 849 | EOF | ||
| 850 | DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` | ||
| 851 | rm -f conftest.defs | ||
| 852 | |||
| 853 | |||
| 854 | # Without the "./", some shells look in PATH for config.status. | ||
| 855 | : ${CONFIG_STATUS=./config.status} | ||
| 856 | |||
| 857 | echo creating $CONFIG_STATUS | ||
| 858 | rm -f $CONFIG_STATUS | ||
| 859 | cat > $CONFIG_STATUS <<EOF | ||
| 860 | #! /bin/sh | ||
| 861 | # Generated automatically by configure. | ||
| 862 | # Run this file to recreate the current configuration. | ||
| 863 | # This directory was configured as follows, | ||
| 864 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | ||
| 865 | # | ||
| 866 | # $0 $ac_configure_args | ||
| 867 | # | ||
| 868 | # Compiler output produced by configure, useful for debugging | ||
| 869 | # configure, is in ./config.log if it exists. | ||
| 870 | |||
| 871 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" | ||
| 872 | for ac_option | ||
| 873 | do | ||
| 874 | case "\$ac_option" in | ||
| 875 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | ||
| 876 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | ||
| 877 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | ||
| 878 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | ||
| 879 | echo "$CONFIG_STATUS generated by autoconf version 2.13" | ||
| 880 | exit 0 ;; | ||
| 881 | -help | --help | --hel | --he | --h) | ||
| 882 | echo "\$ac_cs_usage"; exit 0 ;; | ||
| 883 | *) echo "\$ac_cs_usage"; exit 1 ;; | ||
| 884 | esac | ||
| 885 | done | ||
| 886 | |||
| 887 | ac_given_srcdir=$srcdir | ||
| 888 | ac_given_INSTALL="$INSTALL" | ||
| 889 | |||
| 890 | trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 | ||
| 891 | EOF | ||
| 892 | cat >> $CONFIG_STATUS <<EOF | ||
| 893 | |||
| 894 | # Protect against being on the right side of a sed subst in config.status. | ||
| 895 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | ||
| 896 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | ||
| 897 | $ac_vpsub | ||
| 898 | $extrasub | ||
| 899 | s%@SHELL@%$SHELL%g | ||
| 900 | s%@CFLAGS@%$CFLAGS%g | ||
| 901 | s%@CPPFLAGS@%$CPPFLAGS%g | ||
| 902 | s%@CXXFLAGS@%$CXXFLAGS%g | ||
| 903 | s%@FFLAGS@%$FFLAGS%g | ||
| 904 | s%@DEFS@%$DEFS%g | ||
| 905 | s%@LDFLAGS@%$LDFLAGS%g | ||
| 906 | s%@LIBS@%$LIBS%g | ||
| 907 | s%@exec_prefix@%$exec_prefix%g | ||
| 908 | s%@prefix@%$prefix%g | ||
| 909 | s%@program_transform_name@%$program_transform_name%g | ||
| 910 | s%@bindir@%$bindir%g | ||
| 911 | s%@sbindir@%$sbindir%g | ||
| 912 | s%@libexecdir@%$libexecdir%g | ||
| 913 | s%@datadir@%$datadir%g | ||
| 914 | s%@sysconfdir@%$sysconfdir%g | ||
| 915 | s%@sharedstatedir@%$sharedstatedir%g | ||
| 916 | s%@localstatedir@%$localstatedir%g | ||
| 917 | s%@libdir@%$libdir%g | ||
| 918 | s%@includedir@%$includedir%g | ||
| 919 | s%@oldincludedir@%$oldincludedir%g | ||
| 920 | s%@infodir@%$infodir%g | ||
| 921 | s%@mandir@%$mandir%g | ||
| 922 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | ||
| 923 | s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g | ||
| 924 | s%@INSTALL_DATA@%$INSTALL_DATA%g | ||
| 925 | s%@PACKAGE@%$PACKAGE%g | ||
| 926 | s%@VERSION@%$VERSION%g | ||
| 927 | s%@ACLOCAL@%$ACLOCAL%g | ||
| 928 | s%@AUTOCONF@%$AUTOCONF%g | ||
| 929 | s%@AUTOMAKE@%$AUTOMAKE%g | ||
| 930 | s%@AUTOHEADER@%$AUTOHEADER%g | ||
| 931 | s%@MAKEINFO@%$MAKEINFO%g | ||
| 932 | s%@SET_MAKE@%$SET_MAKE%g | ||
| 933 | |||
| 934 | CEOF | ||
| 935 | EOF | ||
| 936 | |||
| 937 | cat >> $CONFIG_STATUS <<\EOF | ||
| 938 | |||
| 939 | # Split the substitutions into bite-sized pieces for seds with | ||
| 940 | # small command number limits, like on Digital OSF/1 and HP-UX. | ||
| 941 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | ||
| 942 | ac_file=1 # Number of current file. | ||
| 943 | ac_beg=1 # First line for current file. | ||
| 944 | ac_end=$ac_max_sed_cmds # Line after last line for current file. | ||
| 945 | ac_more_lines=: | ||
| 946 | ac_sed_cmds="" | ||
| 947 | while $ac_more_lines; do | ||
| 948 | if test $ac_beg -gt 1; then | ||
| 949 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | ||
| 950 | else | ||
| 951 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file | ||
| 952 | fi | ||
| 953 | if test ! -s conftest.s$ac_file; then | ||
| 954 | ac_more_lines=false | ||
| 955 | rm -f conftest.s$ac_file | ||
| 956 | else | ||
| 957 | if test -z "$ac_sed_cmds"; then | ||
| 958 | ac_sed_cmds="sed -f conftest.s$ac_file" | ||
| 959 | else | ||
| 960 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" | ||
| 961 | fi | ||
| 962 | ac_file=`expr $ac_file + 1` | ||
| 963 | ac_beg=$ac_end | ||
| 964 | ac_end=`expr $ac_end + $ac_max_sed_cmds` | ||
| 965 | fi | ||
| 966 | done | ||
| 967 | if test -z "$ac_sed_cmds"; then | ||
| 968 | ac_sed_cmds=cat | ||
| 969 | fi | ||
| 970 | EOF | ||
| 971 | |||
| 972 | cat >> $CONFIG_STATUS <<EOF | ||
| 973 | |||
| 974 | CONFIG_FILES=\${CONFIG_FILES-"Makefile"} | ||
| 975 | EOF | ||
| 976 | cat >> $CONFIG_STATUS <<\EOF | ||
| 977 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | ||
| 978 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | ||
| 979 | case "$ac_file" in | ||
| 980 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | ||
| 981 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | ||
| 982 | *) ac_file_in="${ac_file}.in" ;; | ||
| 983 | esac | ||
| 984 | |||
| 985 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. | ||
| 986 | |||
| 987 | # Remove last slash and all that follows it. Not all systems have dirname. | ||
| 988 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | ||
| 989 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | ||
| 990 | # The file is in a subdirectory. | ||
| 991 | test ! -d "$ac_dir" && mkdir "$ac_dir" | ||
| 992 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | ||
| 993 | # A "../" for each directory in $ac_dir_suffix. | ||
| 994 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` | ||
| 995 | else | ||
| 996 | ac_dir_suffix= ac_dots= | ||
| 997 | fi | ||
| 998 | |||
| 999 | case "$ac_given_srcdir" in | ||
| 1000 | .) srcdir=. | ||
| 1001 | if test -z "$ac_dots"; then top_srcdir=. | ||
| 1002 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | ||
| 1003 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | ||
| 1004 | *) # Relative path. | ||
| 1005 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" | ||
| 1006 | top_srcdir="$ac_dots$ac_given_srcdir" ;; | ||
| 1007 | esac | ||
| 1008 | |||
| 1009 | case "$ac_given_INSTALL" in | ||
| 1010 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | ||
| 1011 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | ||
| 1012 | esac | ||
| 1013 | |||
| 1014 | echo creating "$ac_file" | ||
| 1015 | rm -f "$ac_file" | ||
| 1016 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | ||
| 1017 | case "$ac_file" in | ||
| 1018 | *Makefile*) ac_comsub="1i\\ | ||
| 1019 | # $configure_input" ;; | ||
| 1020 | *) ac_comsub= ;; | ||
| 1021 | esac | ||
| 1022 | |||
| 1023 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | ||
| 1024 | sed -e "$ac_comsub | ||
| 1025 | s%@configure_input@%$configure_input%g | ||
| 1026 | s%@srcdir@%$srcdir%g | ||
| 1027 | s%@top_srcdir@%$top_srcdir%g | ||
| 1028 | s%@INSTALL@%$INSTALL%g | ||
| 1029 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | ||
| 1030 | fi; done | ||
| 1031 | rm -f conftest.s* | ||
| 1032 | |||
| 1033 | EOF | ||
| 1034 | cat >> $CONFIG_STATUS <<EOF | ||
| 1035 | |||
| 1036 | EOF | ||
| 1037 | cat >> $CONFIG_STATUS <<\EOF | ||
| 1038 | |||
| 1039 | exit 0 | ||
| 1040 | EOF | ||
| 1041 | chmod +x $CONFIG_STATUS | ||
| 1042 | rm -fr confdefs* $ac_clean_files | ||
| 1043 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | ||
| 1044 | |||
diff --git a/doc/lispintro/configure.in b/doc/lispintro/configure.in deleted file mode 100644 index 7d60c898d01..00000000000 --- a/doc/lispintro/configure.in +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | dnl autoconf input file for the emacs lisp intro | ||
| 2 | |||
| 3 | AC_INIT(emacs-lisp-intro.texi) | ||
| 4 | AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.00) | ||
| 5 | AC_OUTPUT(Makefile) | ||
| 6 | |||
| 7 | m4_if(dnl Do not change this comment | ||
| 8 | arch-tag: 8d676bd8-8677-4ae0-8aa0-99bfd595b373 | ||
| 9 | )dnl | ||
diff --git a/doc/lispintro/install-sh b/doc/lispintro/install-sh deleted file mode 100755 index 2df3e3b423d..00000000000 --- a/doc/lispintro/install-sh +++ /dev/null | |||
| @@ -1,250 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | # | ||
| 3 | # install - install a program, script, or datafile | ||
| 4 | # This comes from X11R5 (mit/util/scripts/install.sh). | ||
| 5 | # | ||
| 6 | # Copyright 1991 by the Massachusetts Institute of Technology | ||
| 7 | # | ||
| 8 | # Permission to use, copy, modify, distribute, and sell this software and its | ||
| 9 | # documentation for any purpose is hereby granted without fee, provided that | ||
| 10 | # the above copyright notice appear in all copies and that both that | ||
| 11 | # copyright notice and this permission notice appear in supporting | ||
| 12 | # documentation, and that the name of M.I.T. not be used in advertising or | ||
| 13 | # publicity pertaining to distribution of the software without specific, | ||
| 14 | # written prior permission. M.I.T. makes no representations about the | ||
| 15 | # suitability of this software for any purpose. It is provided "as is" | ||
| 16 | # without express or implied warranty. | ||
| 17 | # | ||
| 18 | # Calling this script install-sh is preferred over install.sh, to prevent | ||
| 19 | # `make' implicit rules from creating a file called install from it | ||
| 20 | # when there is no Makefile. | ||
| 21 | # | ||
| 22 | # This script is compatible with the BSD install script, but was written | ||
| 23 | # from scratch. It can only install one file at a time, a restriction | ||
| 24 | # shared with many OS's install programs. | ||
| 25 | |||
| 26 | |||
| 27 | # set DOITPROG to echo to test this script | ||
| 28 | |||
| 29 | # Don't use :- since 4.3BSD and earlier shells don't like it. | ||
| 30 | doit="${DOITPROG-}" | ||
| 31 | |||
| 32 | |||
| 33 | # put in absolute paths if you don't have them in your path; or use env. vars. | ||
| 34 | |||
| 35 | mvprog="${MVPROG-mv}" | ||
| 36 | cpprog="${CPPROG-cp}" | ||
| 37 | chmodprog="${CHMODPROG-chmod}" | ||
| 38 | chownprog="${CHOWNPROG-chown}" | ||
| 39 | chgrpprog="${CHGRPPROG-chgrp}" | ||
| 40 | stripprog="${STRIPPROG-strip}" | ||
| 41 | rmprog="${RMPROG-rm}" | ||
| 42 | mkdirprog="${MKDIRPROG-mkdir}" | ||
| 43 | |||
| 44 | transformbasename="" | ||
| 45 | transform_arg="" | ||
| 46 | instcmd="$mvprog" | ||
| 47 | chmodcmd="$chmodprog 0755" | ||
| 48 | chowncmd="" | ||
| 49 | chgrpcmd="" | ||
| 50 | stripcmd="" | ||
| 51 | rmcmd="$rmprog -f" | ||
| 52 | mvcmd="$mvprog" | ||
| 53 | src="" | ||
| 54 | dst="" | ||
| 55 | dir_arg="" | ||
| 56 | |||
| 57 | while [ x"$1" != x ]; do | ||
| 58 | case $1 in | ||
| 59 | -c) instcmd="$cpprog" | ||
| 60 | shift | ||
| 61 | continue;; | ||
| 62 | |||
| 63 | -d) dir_arg=true | ||
| 64 | shift | ||
| 65 | continue;; | ||
| 66 | |||
| 67 | -m) chmodcmd="$chmodprog $2" | ||
| 68 | shift | ||
| 69 | shift | ||
| 70 | continue;; | ||
| 71 | |||
| 72 | -o) chowncmd="$chownprog $2" | ||
| 73 | shift | ||
| 74 | shift | ||
| 75 | continue;; | ||
| 76 | |||
| 77 | -g) chgrpcmd="$chgrpprog $2" | ||
| 78 | shift | ||
| 79 | shift | ||
| 80 | continue;; | ||
| 81 | |||
| 82 | -s) stripcmd="$stripprog" | ||
| 83 | shift | ||
| 84 | continue;; | ||
| 85 | |||
| 86 | -t=*) transformarg=`echo $1 | sed 's/-t=//'` | ||
| 87 | shift | ||
| 88 | continue;; | ||
| 89 | |||
| 90 | -b=*) transformbasename=`echo $1 | sed 's/-b=//'` | ||
| 91 | shift | ||
| 92 | continue;; | ||
| 93 | |||
| 94 | *) if [ x"$src" = x ] | ||
| 95 | then | ||
| 96 | src=$1 | ||
| 97 | else | ||
| 98 | # this colon is to work around a 386BSD /bin/sh bug | ||
| 99 | : | ||
| 100 | dst=$1 | ||
| 101 | fi | ||
| 102 | shift | ||
| 103 | continue;; | ||
| 104 | esac | ||
| 105 | done | ||
| 106 | |||
| 107 | if [ x"$src" = x ] | ||
| 108 | then | ||
| 109 | echo "install: no input file specified" | ||
| 110 | exit 1 | ||
| 111 | else | ||
| 112 | true | ||
| 113 | fi | ||
| 114 | |||
| 115 | if [ x"$dir_arg" != x ]; then | ||
| 116 | dst=$src | ||
| 117 | src="" | ||
| 118 | |||
| 119 | if [ -d $dst ]; then | ||
| 120 | instcmd=: | ||
| 121 | else | ||
| 122 | instcmd=mkdir | ||
| 123 | fi | ||
| 124 | else | ||
| 125 | |||
| 126 | # Waiting for this to be detected by the "$instcmd $src $dsttmp" command | ||
| 127 | # might cause directories to be created, which would be especially bad | ||
| 128 | # if $src (and thus $dsttmp) contains '*'. | ||
| 129 | |||
| 130 | if [ -f $src -o -d $src ] | ||
| 131 | then | ||
| 132 | true | ||
| 133 | else | ||
| 134 | echo "install: $src does not exist" | ||
| 135 | exit 1 | ||
| 136 | fi | ||
| 137 | |||
| 138 | if [ x"$dst" = x ] | ||
| 139 | then | ||
| 140 | echo "install: no destination specified" | ||
| 141 | exit 1 | ||
| 142 | else | ||
| 143 | true | ||
| 144 | fi | ||
| 145 | |||
| 146 | # If destination is a directory, append the input filename; if your system | ||
| 147 | # does not like double slashes in filenames, you may need to add some logic | ||
| 148 | |||
| 149 | if [ -d $dst ] | ||
| 150 | then | ||
| 151 | dst="$dst"/`basename $src` | ||
| 152 | else | ||
| 153 | true | ||
| 154 | fi | ||
| 155 | fi | ||
| 156 | |||
| 157 | ## this sed command emulates the dirname command | ||
| 158 | dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` | ||
| 159 | |||
| 160 | # Make sure that the destination directory exists. | ||
| 161 | # this part is taken from Noah Friedman's mkinstalldirs script | ||
| 162 | |||
| 163 | # Skip lots of stat calls in the usual case. | ||
| 164 | if [ ! -d "$dstdir" ]; then | ||
| 165 | defaultIFS=' | ||
| 166 | ' | ||
| 167 | IFS="${IFS-${defaultIFS}}" | ||
| 168 | |||
| 169 | oIFS="${IFS}" | ||
| 170 | # Some sh's can't handle IFS=/ for some reason. | ||
| 171 | IFS='%' | ||
| 172 | set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` | ||
| 173 | IFS="${oIFS}" | ||
| 174 | |||
| 175 | pathcomp='' | ||
| 176 | |||
| 177 | while [ $# -ne 0 ] ; do | ||
| 178 | pathcomp="${pathcomp}${1}" | ||
| 179 | shift | ||
| 180 | |||
| 181 | if [ ! -d "${pathcomp}" ] ; | ||
| 182 | then | ||
| 183 | $mkdirprog "${pathcomp}" | ||
| 184 | else | ||
| 185 | true | ||
| 186 | fi | ||
| 187 | |||
| 188 | pathcomp="${pathcomp}/" | ||
| 189 | done | ||
| 190 | fi | ||
| 191 | |||
| 192 | if [ x"$dir_arg" != x ] | ||
| 193 | then | ||
| 194 | $doit $instcmd $dst && | ||
| 195 | |||
| 196 | if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && | ||
| 197 | if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && | ||
| 198 | if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && | ||
| 199 | if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi | ||
| 200 | else | ||
| 201 | |||
| 202 | # If we're going to rename the final executable, determine the name now. | ||
| 203 | |||
| 204 | if [ x"$transformarg" = x ] | ||
| 205 | then | ||
| 206 | dstfile=`basename $dst` | ||
| 207 | else | ||
| 208 | dstfile=`basename $dst $transformbasename | | ||
| 209 | sed $transformarg`$transformbasename | ||
| 210 | fi | ||
| 211 | |||
| 212 | # don't allow the sed command to completely eliminate the filename | ||
| 213 | |||
| 214 | if [ x"$dstfile" = x ] | ||
| 215 | then | ||
| 216 | dstfile=`basename $dst` | ||
| 217 | else | ||
| 218 | true | ||
| 219 | fi | ||
| 220 | |||
| 221 | # Make a temp file name in the proper directory. | ||
| 222 | |||
| 223 | dsttmp=$dstdir/#inst.$$# | ||
| 224 | |||
| 225 | # Move or copy the file name to the temp name | ||
| 226 | |||
| 227 | $doit $instcmd $src $dsttmp && | ||
| 228 | |||
| 229 | trap "rm -f ${dsttmp}" 0 && | ||
| 230 | |||
| 231 | # and set any options; do chmod last to preserve setuid bits | ||
| 232 | |||
| 233 | # If any of these fail, we abort the whole thing. If we want to | ||
| 234 | # ignore errors from any of these, just make sure not to ignore | ||
| 235 | # errors from the above "$doit $instcmd $src $dsttmp" command. | ||
| 236 | |||
| 237 | if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && | ||
| 238 | if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && | ||
| 239 | if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && | ||
| 240 | if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && | ||
| 241 | |||
| 242 | # Now rename the file to the real destination. | ||
| 243 | |||
| 244 | $doit $rmcmd -f $dstdir/$dstfile && | ||
| 245 | $doit $mvcmd $dsttmp $dstdir/$dstfile | ||
| 246 | |||
| 247 | fi && | ||
| 248 | |||
| 249 | |||
| 250 | exit 0 | ||
diff --git a/doc/lispintro/missing b/doc/lispintro/missing deleted file mode 100755 index 5b73d25789b..00000000000 --- a/doc/lispintro/missing +++ /dev/null | |||
| @@ -1,135 +0,0 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | # Common stub for a few missing GNU programs while installing. | ||
| 3 | # Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | ||
| 4 | # Free Software Foundation, Inc. | ||
| 5 | # Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996. | ||
| 6 | |||
| 7 | # This program is free software; you can redistribute it and/or modify | ||
| 8 | # it under the terms of the GNU General Public License as published by | ||
| 9 | # the Free Software Foundation; either version 2, or (at your option) | ||
| 10 | # any later version. | ||
| 11 | |||
| 12 | # This program is distributed in the hope that it will be useful, | ||
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | # GNU General Public License for more details. | ||
| 16 | |||
| 17 | # You should have received a copy of the GNU General Public License | ||
| 18 | # along with this program; if not, write to the Free Software | ||
| 19 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
| 20 | # MA 02110-1301, USA. | ||
| 21 | |||
| 22 | if test $# -eq 0; then | ||
| 23 | echo 1>&2 "Try \`$0 --help' for more information" | ||
| 24 | exit 1 | ||
| 25 | fi | ||
| 26 | |||
| 27 | case "$1" in | ||
| 28 | |||
| 29 | -h|--h|--he|--hel|--help) | ||
| 30 | echo "\ | ||
| 31 | $0 [OPTION]... PROGRAM [ARGUMENT]... | ||
| 32 | |||
| 33 | Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an | ||
| 34 | error status if there is no known handling for PROGRAM. | ||
| 35 | |||
| 36 | Options: | ||
| 37 | -h, --help display this help and exit | ||
| 38 | -v, --version output version information and exit | ||
| 39 | |||
| 40 | Supported PROGRAM values: | ||
| 41 | aclocal touch file \`aclocal.m4' | ||
| 42 | autoconf touch file \`configure' | ||
| 43 | autoheader touch file \`config.h.in' | ||
| 44 | automake touch all \`Makefile.in' files | ||
| 45 | bison touch file \`y.tab.c' | ||
| 46 | makeinfo touch the output file | ||
| 47 | yacc touch file \`y.tab.c'" | ||
| 48 | ;; | ||
| 49 | |||
| 50 | -v|--v|--ve|--ver|--vers|--versi|--versio|--version) | ||
| 51 | echo "missing - GNU libit 0.0" | ||
| 52 | ;; | ||
| 53 | |||
| 54 | -*) | ||
| 55 | echo 1>&2 "$0: Unknown \`$1' option" | ||
| 56 | echo 1>&2 "Try \`$0 --help' for more information" | ||
| 57 | exit 1 | ||
| 58 | ;; | ||
| 59 | |||
| 60 | aclocal) | ||
| 61 | echo 1>&2 "\ | ||
| 62 | WARNING: \`$1' is missing on your system. You should only need it if | ||
| 63 | you modified \`acinclude.m4' or \`configure.in'. You might want | ||
| 64 | to install the \`Automake' and \`Perl' packages. Grab them from | ||
| 65 | any GNU archive site." | ||
| 66 | touch aclocal.m4 | ||
| 67 | ;; | ||
| 68 | |||
| 69 | autoconf) | ||
| 70 | echo 1>&2 "\ | ||
| 71 | WARNING: \`$1' is missing on your system. You should only need it if | ||
| 72 | you modified \`configure.in'. You might want to install the | ||
| 73 | \`Autoconf' and \`GNU m4' packages. Grab them from any GNU | ||
| 74 | archive site." | ||
| 75 | touch configure | ||
| 76 | ;; | ||
| 77 | |||
| 78 | autoheader) | ||
| 79 | echo 1>&2 "\ | ||
| 80 | WARNING: \`$1' is missing on your system. You should only need it if | ||
| 81 | you modified \`acconfig.h' or \`configure.in'. You might want | ||
| 82 | to install the \`Autoconf' and \`GNU m4' packages. Grab them | ||
| 83 | from any GNU archive site." | ||
| 84 | touch config.h.in | ||
| 85 | ;; | ||
| 86 | |||
| 87 | automake) | ||
| 88 | echo 1>&2 "\ | ||
| 89 | WARNING: \`$1' is missing on your system. You should only need it if | ||
| 90 | you modified \`Makefile.am', \`acinclude.m4' or \`configure.in'. | ||
| 91 | You might want to install the \`Automake' and \`Perl' packages. | ||
| 92 | Grab them from any GNU archive site." | ||
| 93 | find . -type f -name Makefile.am -print \ | ||
| 94 | | sed 's/^\(.*\).am$/touch \1.in/' \ | ||
| 95 | | sh | ||
| 96 | ;; | ||
| 97 | |||
| 98 | bison|yacc) | ||
| 99 | echo 1>&2 "\ | ||
| 100 | WARNING: \`$1' is missing on your system. You should only need it if | ||
| 101 | you modified a \`.y' file. You may need the \`Bison' package | ||
| 102 | in order for those modifications to take effect. You can get | ||
| 103 | \`Bison' from any GNU archive site." | ||
| 104 | touch y.tab.c | ||
| 105 | ;; | ||
| 106 | |||
| 107 | makeinfo) | ||
| 108 | echo 1>&2 "\ | ||
| 109 | WARNING: \`$1' is missing on your system. You should only need it if | ||
| 110 | you modified a \`.texi' or \`.texinfo' file, or any other file | ||
| 111 | indirectly affecting the aspect of the manual. The spurious | ||
| 112 | call might also be the consequence of using a buggy \`make' (AIX, | ||
| 113 | DU, IRIX). You might want to install the \`Texinfo' package or | ||
| 114 | the \`GNU make' package. Grab either from any GNU archive site." | ||
| 115 | file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` | ||
| 116 | if test -z "$file"; then | ||
| 117 | file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` | ||
| 118 | file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` | ||
| 119 | fi | ||
| 120 | touch $file | ||
| 121 | ;; | ||
| 122 | |||
| 123 | *) | ||
| 124 | echo 1>&2 "\ | ||
| 125 | WARNING: \`$1' is needed, and you do not seem to have it handy on your | ||
| 126 | system. You might have modified some files without having the | ||
| 127 | proper tools for further handling them. Check the \`README' file, | ||
| 128 | it often tells you about the needed prerequirements for installing | ||
| 129 | this package. You may also peek at any GNU archive site, in case | ||
| 130 | some other package would contain this missing \`$1' program." | ||
| 131 | exit 1 | ||
| 132 | ;; | ||
| 133 | esac | ||
| 134 | |||
| 135 | exit 0 | ||
diff --git a/doc/lispintro/mkinstalldirs b/doc/lispintro/mkinstalldirs deleted file mode 100755 index f945dbf2bce..00000000000 --- a/doc/lispintro/mkinstalldirs +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | # mkinstalldirs --- make directory hierarchy | ||
| 3 | # Author: Noah Friedman <friedman@prep.ai.mit.edu> | ||
| 4 | # Created: 1993-05-16 | ||
| 5 | # Public domain | ||
| 6 | |||
| 7 | errstatus=0 | ||
| 8 | |||
| 9 | for file | ||
| 10 | do | ||
| 11 | set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` | ||
| 12 | shift | ||
| 13 | |||
| 14 | pathcomp= | ||
| 15 | for d | ||
| 16 | do | ||
| 17 | pathcomp="$pathcomp$d" | ||
| 18 | case "$pathcomp" in | ||
| 19 | -* ) pathcomp=./$pathcomp ;; | ||
| 20 | esac | ||
| 21 | |||
| 22 | if test ! -d "$pathcomp"; then | ||
| 23 | echo "mkdir $pathcomp" 1>&2 | ||
| 24 | |||
| 25 | mkdir "$pathcomp" || lasterr=$? | ||
| 26 | |||
| 27 | if test ! -d "$pathcomp"; then | ||
| 28 | errstatus=$lasterr | ||
| 29 | fi | ||
| 30 | fi | ||
| 31 | |||
| 32 | pathcomp="$pathcomp/" | ||
| 33 | done | ||
| 34 | done | ||
| 35 | |||
| 36 | exit $errstatus | ||
| 37 | |||
| 38 | # mkinstalldirs ends here | ||