]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: prefer 'configure.ac' over 'configure.in'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 18:47:36 +0000 (19:47 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 22 Feb 2012 09:47:51 +0000 (10:47 +0100)
With this change, our testsuite now uses 'configure.ac' as the
name for the typical autoconf input, instead of the obsolescent
'configure.in' (which has been deprecated for several years, at
least since autoconf 2.50).

Most of the test cases changed by this commit have been
automatically modified with this sed command (using GNU
sed):

  sed -i 's/\<configure\(\\\?\)\.in\>/configure\1.ac/g'

* syntax-checks.mk (sc_tests_no_configure_in): New syntax check.
(syntax_check_rules): Add it.
* tests/defs: Create stub for autoconf input in 'configure.ac',
not in 'configure.in'.  Adjust comments.
($AUTOCONF, $AUTOHEADER, $AUTORECONF): Remove workaround for the
infamous debian autoconf wrapper: we don't need such workaround
anymore now that we name our autoconf input as 'configure.ac'.
For more information, see commit v1.11-564-g63da492 "test defs:
hack to support autoconf-wrapper programs" of 16-12-2011.
* tests/README: Use 'configure.ac', not 'configure.in'.
* Many many tests: Likewise.
* tests/backcompat3.test: Adjust to avoid spurious failures.
* tests/backcompat5.test: Likewise.
* tests/missing6.test: Likewise.
* tests/backcompat6.test: Likewise, and extend a bit since we
are at it.

980 files changed:
syntax-checks.mk
tests/README
tests/ac-output-old.tap
tests/acloca10.test
tests/acloca11.test
tests/acloca12.test
tests/acloca13.test
tests/acloca14.test
tests/acloca15.test
tests/acloca16.test
tests/acloca17.test
tests/acloca18.test
tests/acloca19.test
tests/acloca20.test
tests/acloca21.test
tests/acloca22.test
tests/acloca23.test
tests/aclocal-acdir.test
tests/aclocal-install-absdir.test
tests/aclocal-path-install-serial.test
tests/aclocal-path-install.test
tests/aclocal-path-nonexistent.test
tests/aclocal-path-precedence.test
tests/aclocal-path.test
tests/aclocal.test
tests/aclocal3.test
tests/aclocal4.test
tests/aclocal5.test
tests/aclocal6.test
tests/aclocal7.test
tests/aclocal8.test
tests/aclocal9.test
tests/acsilent.test
tests/acsubst.test
tests/acsubst2.test
tests/add-missing.tap
tests/alloca.test
tests/alloca2.test
tests/alpha.test
tests/alpha2.test
tests/am-tests-environment.test
tests/amassign.test
tests/ammissing.test
tests/amopt.test
tests/amopts-location.test
tests/amopts-variable-expansion.test
tests/amsubst.test
tests/ansi2knr-no-more.test
tests/ar-lib2.test
tests/ar-lib3.test
tests/ar-lib4.test
tests/ar-lib5a.test
tests/ar-lib5b.test
tests/ar-lib6a.test
tests/ar-lib6b.test
tests/ar-lib7.test
tests/ar.test
tests/ar2.test
tests/ar3.test
tests/ar4.test
tests/ar5.test
tests/asm.test
tests/asm2.test
tests/asm3.test
tests/autodist-acconfig-no-subdir.test
tests/autodist-acconfig.test
tests/autodist-aclocal-m4.test
tests/autodist-config-headers.test
tests/autodist-configure-no-subdir.test
tests/autodist-stamp-vti.test
tests/autodist-subdir.test
tests/autodist.test
tests/autohdr.test
tests/autohdr2.test
tests/autohdr3.test
tests/autohdr4.test
tests/autohdrdry.test
tests/auxdir-autodetect.test
tests/auxdir-computed.tap
tests/auxdir-misplaced.test
tests/auxdir-nonexistent.test
tests/auxdir-unportable.tap
tests/auxdir.test
tests/auxdir6.test
tests/auxdir7.test
tests/auxdir8.test
tests/backcompat2.test
tests/backcompat3.test
tests/backcompat4.test
tests/backcompat5.test
tests/backcompat6.test
tests/backsl.test
tests/backsl4.test
tests/badline.test
tests/badprog.test
tests/candist.test
tests/canon-name.test
tests/canon.test
tests/canon3.test
tests/canon4.test
tests/canon5.test
tests/canon6.test
tests/canon7.test
tests/canon8.test
tests/ccnoco.test
tests/ccnoco2.test
tests/ccnoco3.test
tests/check-concurrency-bug9245.test
tests/check-exported-srcdir.test
tests/check-fd-redirect.test
tests/check-subst-prog.test
tests/check-subst.test
tests/check-tests-in-builddir.test
tests/check10.test
tests/check11.test
tests/check12.test
tests/check2.test
tests/check3.test
tests/check4.test
tests/check5.test
tests/check6.test
tests/check7.test
tests/check8.test
tests/clean2.test
tests/colneq2.test
tests/colneq3.test
tests/colon.test
tests/colon2.test
tests/colon3.test
tests/colon4.test
tests/colon5.test
tests/colon6.test
tests/colon7.test
tests/color.test
tests/color2.test
tests/comment2.test
tests/comment4.test
tests/comment5.test
tests/comment6.test
tests/comment7.test
tests/comment8.test
tests/comments-in-var-def.test
tests/compile4.test
tests/compile5.test
tests/compile_f90_c_cxx.test
tests/compile_f_c_cxx.test
tests/cond-basic.test
tests/cond.test
tests/cond10.test
tests/cond11.test
tests/cond13.test
tests/cond14.test
tests/cond15.test
tests/cond16.test
tests/cond17.test
tests/cond18.test
tests/cond19.test
tests/cond2.test
tests/cond20.test
tests/cond21.test
tests/cond22.test
tests/cond23.test
tests/cond24.test
tests/cond25.test
tests/cond26.test
tests/cond27.test
tests/cond28.test
tests/cond29.test
tests/cond3.test
tests/cond30.test
tests/cond31.test
tests/cond32.test
tests/cond33.test
tests/cond34.test
tests/cond35.test
tests/cond36.test
tests/cond37.test
tests/cond38.test
tests/cond39.test
tests/cond4.test
tests/cond40.test
tests/cond41.test
tests/cond42.test
tests/cond43.test
tests/cond44.test
tests/cond45.test
tests/cond46.test
tests/cond5.test
tests/cond6.test
tests/cond7.test
tests/cond8.test
tests/cond9.test
tests/condd.test
tests/condhook.test
tests/condhook2.test
tests/condinc.test
tests/condinc2.test
tests/condlib.test
tests/condman3.test
tests/conff.test
tests/conff2.test
tests/conffile-leading-dot.test
tests/confh.test
tests/confh4.test
tests/confh5.test
tests/confh6.test
tests/confh7.test
tests/confh8.test
tests/confincl.test
tests/conflnk.test
tests/conflnk2.test
tests/conflnk3.test
tests/conflnk4.test
tests/confsub.test
tests/confvar.test
tests/confvar2.test
tests/copy.test
tests/cscope.tap
tests/cscope2.test
tests/cscope3.test
tests/cxx.test
tests/cxx2.test
tests/cxxcpp.test
tests/cxxlibobj.test
tests/cxxlink.test
tests/cxxnoc.test
tests/cxxo.test
tests/cygnus-check-without-all.test
tests/cygnus-dependency-tracking.test
tests/cygnus-imply-foreign.test
tests/cygnus-no-dist.test
tests/cygnus-no-installinfo.test
tests/cygnus-requires-maintainer-mode.test
tests/cygwin32.test
tests/defs
tests/defs-static.in
tests/defun.test
tests/defun2.test
tests/dejagnu-absolute-builddir.test
tests/dejagnu-relative-srcdir.test
tests/dejagnu-siteexp-append.test
tests/dejagnu-siteexp-extend.test
tests/dejagnu-siteexp-useredit.test
tests/dejagnu2.test
tests/dejagnu3.test
tests/dejagnu4.test
tests/dejagnu5.test
tests/dejagnu6.test
tests/dejagnu7.test
tests/deleted-am.test
tests/deleted-m4.test
tests/depacl2.test
tests/depcomp.sh
tests/depcomp.test
tests/depcomp2.test
tests/depcomp8a.test
tests/depcomp8b.test
tests/depdist.test
tests/depend.test
tests/depend3.test
tests/depend4.test
tests/depend5.test
tests/depend6.test
tests/deprecated-acinit.test
tests/destdir.test
tests/dirlist-abspath.test
tests/dirlist.test
tests/dirlist2.test
tests/discover.test
tests/dist-auxdir-many-subdirs.test
tests/dist-auxfile-2.test
tests/dist-auxfile.test
tests/dist-formats.tap
tests/dist-included-parent-dir.test
tests/dist-missing-am.test
tests/dist-missing-included-m4.test
tests/dist-missing-m4.test
tests/dist-readonly.test
tests/dist-repeated.test
tests/distcheck-configure-flags-am.test
tests/distcheck-configure-flags-subpkg.test
tests/distcheck-configure-flags.test
tests/distcheck-hook.test
tests/distcheck-hook2.test
tests/distcheck-missing-m4.test
tests/distcheck-outdated-m4.test
tests/distcheck-override-infodir.test
tests/distcheck-pr10470.test
tests/distcheck-pr9579.test
tests/distcleancheck.test
tests/distcom-subdir.test
tests/distcom2.test
tests/distcom4.test
tests/distcom5.test
tests/distdir.test
tests/distlinks.test
tests/distlinksbrk.test
tests/distname.test
tests/dmalloc.test
tests/doc-parsing-buglets-tabs.test
tests/dollar.test
tests/dollarvar.test
tests/dollarvar2.test
tests/double.test
tests/dup2.test
tests/else.test
tests/empty.test
tests/empty2.test
tests/empty3.test
tests/empty4.test
tests/exdir3.test
tests/exeext.test
tests/exeext2.test
tests/exeext3.test
tests/exeext4.test
tests/exsource.test
tests/ext.test
tests/ext2.test
tests/ext3.test
tests/extra-portability.test
tests/extra-portability2.test
tests/extra-portability3.test
tests/extra-programs-empty.test
tests/extra.test
tests/extra10.test
tests/extra11.test
tests/extra12.test
tests/extra2.test
tests/extra3.test
tests/extra4.test
tests/extra5.test
tests/extra6.test
tests/extra7.test
tests/extra8.test
tests/extra9.test
tests/extradep.test
tests/extradep2.test
tests/f90only.test
tests/flavor.test
tests/flibs.test
tests/fn99.test
tests/fn99subdir.test
tests/fnoc.test
tests/fo.test
tests/fonly.test
tests/fort2.test
tests/fort4.test
tests/fort5.test
tests/fortdep.test
tests/gcj.test
tests/gcj2.test
tests/gcj3.test
tests/gcj4.test
tests/gcj5.test
tests/gcj6.test
tests/gettext-macros.test
tests/gettext.test
tests/gettext2.test
tests/gettext3.test
tests/gnits.test
tests/gnits2.test
tests/gnits3.test
tests/gnumake.test
tests/gnuwarn.test
tests/gnuwarn2.test
tests/hdr-vars-defined-once.test
tests/header.test
tests/help-depend.test
tests/help-depend2.test
tests/help-dmalloc.test
tests/help-init.test
tests/help-lispdir.test
tests/help-multilib.test
tests/help-python.test
tests/help-silent.test
tests/help-upc.test
tests/help.test
tests/help2.test
tests/help3.test
tests/hfs.test
tests/implicit.test
tests/init.test
tests/init2.test
tests/insh2.test
tests/install-info-dir.test
tests/install2.test
tests/instdat.test
tests/instdir-java.test
tests/instdir-lisp.test
tests/instdir-ltlib.test
tests/instdir-prog.test
tests/instdir-python.test
tests/instdir-texi.test
tests/instdir.test
tests/instdir2.test
tests/instfail-info.test
tests/instfail-java.test
tests/instfail-libtool.test
tests/instfail.test
tests/insthook.test
tests/instman.test
tests/instmany-mans.test
tests/instmany-python.test
tests/instmany.test
tests/instsh.test
tests/instspc.tap
tests/interp.test
tests/interp2.test
tests/java-check.test
tests/java-clean.test
tests/java-compile-install.test
tests/java-compile-run-flat.test
tests/java-compile-run-nested.test
tests/java-empty-classpath.test
tests/java-extra.test
tests/java-mix.test
tests/java-nobase.test
tests/java-noinst.test
tests/java-rebuild.test
tests/java-sources.test
tests/java-uninstall.test
tests/java.test
tests/java2.test
tests/java3.test
tests/javaflags.test
tests/javaprim.test
tests/javasubst.test
tests/ldadd.test
tests/ldflags.test
tests/lex-clean-cxx.test
tests/lex-clean.test
tests/lex-depend-cxx.test
tests/lex-depend-grep.test
tests/lex-depend.test
tests/lex-lib-external.test
tests/lex-lib.test
tests/lex-libobj.test
tests/lex-line.test
tests/lex-nodist.test
tests/lex-noyywrap.test
tests/lex-pr204.test
tests/lex-subobj-nodep.test
tests/lex.test
tests/lex2.test
tests/lex3.test
tests/lex5.test
tests/lexcpp.test
tests/lexvpath.test
tests/lflags.test
tests/lflags2.test
tests/libexec.test
tests/libobj-basic.test
tests/libobj10.test
tests/libobj12.test
tests/libobj13.test
tests/libobj14.test
tests/libobj15a.test
tests/libobj15b.test
tests/libobj15c.test
tests/libobj16a.test
tests/libobj16b.test
tests/libobj17.test
tests/libobj18.test
tests/libobj19.test
tests/libobj2.test
tests/libobj20a.test
tests/libobj20b.test
tests/libobj20c.test
tests/libobj3.test
tests/libobj4.test
tests/libobj5.test
tests/libobj7.test
tests/library.test
tests/library2.test
tests/library3.test
tests/libtoo10.test
tests/libtoo11.test
tests/libtool-macros.test
tests/libtool.test
tests/libtool2.test
tests/libtool3.test
tests/libtool4.test
tests/libtool5.test
tests/libtool6.test
tests/libtool7.test
tests/libtool8.test
tests/libtool9.test
tests/license.test
tests/link_c_cxx.test
tests/link_dist.test
tests/link_f90_only.test
tests/link_f_only.test
tests/link_fc.test
tests/link_fccxx.test
tests/link_fcxx.test
tests/link_override.test
tests/lisp3.test
tests/lisp4.test
tests/lisp5.test
tests/lisp6.test
tests/lisp7.test
tests/lisp8.test
tests/lispdry.test
tests/listval.test
tests/location.test
tests/ltcond.test
tests/ltcond2.test
tests/ltconv.test
tests/ltdeps.test
tests/ltinit.test
tests/ltinstloc.test
tests/ltlibobjs.test
tests/ltlibsrc.test
tests/ltorder.test
tests/lzma.test
tests/m4-inclusion.test
tests/maintclean-vpath.test
tests/maintclean.test
tests/maintmode-configure-msg.test
tests/make-dryrun.tap
tests/make.test
tests/makej.test
tests/makej2.test
tests/maken.test
tests/maken3.test
tests/man2.test
tests/man3.test
tests/man4.test
tests/man5.test
tests/man6.test
tests/man7.test
tests/man8.test
tests/mdate3.test
tests/mdate4.test
tests/missing-auxfile-stops-makefiles-creation.test
tests/missing.test
tests/missing2.test
tests/missing4.test
tests/missing5.test
tests/missing6.test
tests/mkinst2.test
tests/mmode.test
tests/mmodely.test
tests/multlib.test
tests/no-extra-makefile-code.test
tests/nobase-libtool.test
tests/nobase-nodist.test
tests/nobase-python.test
tests/nobase.test
tests/nodef.test
tests/nodef2.test
tests/nodep.test
tests/nodep2.test
tests/nodist.test
tests/nodist2.test
tests/nodist3.test
tests/noinstdir.test
tests/nostdinc.test
tests/notrans.test
tests/number.test
tests/objc.test
tests/objc2.test
tests/objext-pr10128.test
tests/obsolete.test
tests/order.test
tests/output-order.test
tests/output.test
tests/output10.test
tests/output11.test
tests/output12.test
tests/output13.test
tests/output2.test
tests/output3.test
tests/output4.test
tests/output5.test
tests/output6.test
tests/output7.test
tests/output8.test
tests/output9.test
tests/override-conditional-1.test
tests/override-conditional-2.test
tests/parallel-am.test
tests/parallel-am2.test
tests/parallel-am3.test
tests/parallel-tests-cmdline-override.test
tests/parallel-tests-console-output.test
tests/parallel-tests-driver-install.test
tests/parallel-tests-dry-run-1.test
tests/parallel-tests-dry-run-2.test
tests/parallel-tests-empty-testlogs.test
tests/parallel-tests-exeext.test
tests/parallel-tests-exit-statuses.test
tests/parallel-tests-extra-programs.test
tests/parallel-tests-fd-redirect-exeext.test
tests/parallel-tests-fd-redirect.test
tests/parallel-tests-fork-bomb.test
tests/parallel-tests-harderror.test
tests/parallel-tests-interrupt.tap
tests/parallel-tests-log-compiler-1.test
tests/parallel-tests-log-compiler-2.test
tests/parallel-tests-log-compiler-example.test
tests/parallel-tests-log-override-1.test
tests/parallel-tests-log-override-2.test
tests/parallel-tests-log-override-recheck.test
tests/parallel-tests-many.test
tests/parallel-tests-no-color-in-log.test
tests/parallel-tests-no-spurious-summary.test
tests/parallel-tests-once.test
tests/parallel-tests-reset-term.test
tests/parallel-tests-subdir.test
tests/parallel-tests-suffix-prog.test
tests/parallel-tests-suffix.test
tests/parallel-tests-trailing-bslash.test
tests/parallel-tests-unreadable.test
tests/parallel-tests.test
tests/parallel-tests10.test
tests/parallel-tests2.test
tests/parallel-tests3.test
tests/parallel-tests5.test
tests/parallel-tests6.test
tests/parallel-tests8.test
tests/parallel-tests9.test
tests/parse.test
tests/percent.test
tests/pluseq10.test
tests/pluseq11.test
tests/pluseq2.test
tests/pluseq3.test
tests/pluseq4.test
tests/pluseq5.test
tests/pluseq6.test
tests/pluseq7.test
tests/pluseq9.test
tests/posixsubst-data.test
tests/posixsubst-extradist.test
tests/posixsubst-ldadd.test
tests/posixsubst-libraries.test
tests/posixsubst-ltlibraries.test
tests/posixsubst-programs.test
tests/posixsubst-scripts.test
tests/posixsubst-sources.test
tests/posixsubst-tests.test
tests/postproc.test
tests/ppf77.test
tests/pr2.test
tests/pr211.test
tests/pr220.test
tests/pr224.test
tests/pr229.test
tests/pr243.test
tests/pr266.test
tests/pr279-2.test
tests/pr279.test
tests/pr287.test
tests/pr300-lib.test
tests/pr300-ltlib.test
tests/pr300-prog.test
tests/pr307.test
tests/pr401.test
tests/pr401b.test
tests/pr401c.test
tests/pr72.test
tests/pr8365-remake-timing.test
tests/pr87.test
tests/pr9.test
tests/prefix.test
tests/primary-prefix-couples-documented-valid.test
tests/primary-prefix-couples-force-valid.test
tests/primary-prefix-invalid-couples.tap
tests/primary-prefix-valid-couples.test
tests/primary2.test
tests/primary3.test
tests/programs-primary-rewritten.test
tests/python-dist.test
tests/python-vars.test
tests/python-virtualenv.test
tests/python.test
tests/python10.test
tests/python11.test
tests/python12.test
tests/python3.test
tests/python4.test
tests/python5.test
tests/python5b.test
tests/python6.test
tests/python7.test
tests/python8.test
tests/python9.test
tests/recurs.test
tests/remake-all-1.test
tests/remake-all-2.test
tests/remake-am-pr10111.test
tests/remake-deleted-am-2.test
tests/remake-deleted-am-subdir.test
tests/remake-deleted-am.test
tests/remake-deleted-m4-file.test
tests/remake-gnulib-add-acsubst.test
tests/remake-gnulib-add-header.test
tests/remake-gnulib-remove-header.test
tests/remake-m4-pr10111.test
tests/remake-moved-m4-file.test
tests/remake-renamed-am.test
tests/remake-renamed-m4-file.test
tests/remake-renamed-m4-macro-and-file.test
tests/remake-renamed-m4-macro.test
tests/remake-subdir-from-subdir.test
tests/remake-subdir-gnu.test
tests/remake-subdir-long-time.test
tests/remake-subdir.test
tests/remake-subdir2.test
tests/remake.test
tests/remake10a.test
tests/remake10b.test
tests/remake10c.test
tests/remake11.test
tests/remake12.test
tests/remake1a.test
tests/remake2.test
tests/remake3.test
tests/remake3a.test
tests/remake4.test
tests/remake5.test
tests/remake6.test
tests/remake7.test
tests/remake8a.test
tests/remake8b.test
tests/remake9a.test
tests/remake9b.test
tests/remake9c.test
tests/remake9d.test
tests/repeated-options.test
tests/req.test
tests/reqd.test
tests/reqd2.test
tests/sanity.test
tests/seenc.test
tests/self-check-dir.tap
tests/silent-configsite.test
tests/silent-lex.test
tests/silent-many-gcc.test
tests/silent-many-generic.test
tests/silent-nested-vars.test
tests/silent-nowarn.test
tests/silent-yacc-headers.test
tests/silent-yacc.test
tests/silent.test
tests/silent2.test
tests/silent3.test
tests/silent4.test
tests/silent6.test
tests/silent7.test
tests/silent8.test
tests/silent9.test
tests/silentcxx-gcc.test
tests/silentcxx.test
tests/silentf77.test
tests/silentf90.test
tests/space.test
tests/specflg-dummy.test
tests/specflg.test
tests/specflg10.test
tests/specflg2.test
tests/specflg3.test
tests/specflg6.test
tests/specflg7.test
tests/specflg8.test
tests/specflg9.test
tests/spell2.test
tests/srcsub.test
tests/srcsub2.test
tests/stamph2.test
tests/stdinc.test
tests/stdlib.test
tests/stdlib2.test
tests/strictness-override.test
tests/strictness-precedence.test
tests/strip.test
tests/strip2.test
tests/strip3.test
tests/subcond.test
tests/subcond2.test
tests/subcond3.test
tests/subdir.test
tests/subdir10.test
tests/subdir2.test
tests/subdir3.test
tests/subdir4.test
tests/subdir5.test
tests/subdir6.test
tests/subdir7.test
tests/subdir8.test
tests/subdir9.test
tests/subdirbuiltsources.test
tests/subobj.test
tests/subobj10.test
tests/subobj11a.test
tests/subobj11b.test
tests/subobj11c.test
tests/subobj2.test
tests/subobj4.test
tests/subobj5.test
tests/subobj6.test
tests/subobj7.test
tests/subobj8.test
tests/subobj9.test
tests/subobjname.test
tests/subpkg-yacc.test
tests/subpkg.test
tests/subpkg2.test
tests/subpkg3.test
tests/subpkg4.test
tests/subst-no-trailing-empty-line.test
tests/subst.test
tests/subst3.test
tests/subst4.test
tests/subst5.test
tests/substre2.test
tests/substref.test
tests/substtarg.test
tests/suffix-chain.tap
tests/suffix.test
tests/suffix10.tap
tests/suffix11.tap
tests/suffix12.test
tests/suffix13.test
tests/suffix2.test
tests/suffix3.tap
tests/suffix5.test
tests/suffix6b.test
tests/suffix6c.test
tests/suffix8.tap
tests/suffix9.test
tests/symlink.test
tests/tags2.test
tests/tagsub.test
tests/tap-bad-prog.tap
tests/tap-basic.test
tests/tap-common-setup.test
tests/tap-diagnostic-custom.test
tests/tap-doc.test
tests/tap-more.test
tests/tap-more2.test
tests/tap-recheck.test
tests/tap-signal.tap
tests/tap-summary-aux.sh
tests/tar-override.test
tests/tar.test
tests/tar2.test
tests/tar3.test
tests/target-cflags.test
tests/targetclash.test
tests/test-driver-acsubst.test
tests/test-driver-cond.test
tests/test-driver-create-log-dir.test
tests/test-driver-custom-multitest-recheck.test
tests/test-driver-custom-multitest-recheck2.test
tests/test-driver-custom-multitest.test
tests/test-driver-custom-no-extra-driver.test
tests/test-driver-custom-xfail-tests.test
tests/test-driver-custom.test
tests/test-driver-fail.test
tests/test-driver-is-distributed.test
tests/test-driver-strip-vpath.test
tests/test-extensions-cond.test
tests/test-extensions.test
tests/test-harness-vpath-rewrite.test
tests/test-log.test
tests/test-logs-repeated.test
tests/test-metadata-global-log.test
tests/test-metadata-global-result.test
tests/test-metadata-recheck.test
tests/test-metadata-results.test
tests/test-missing.test
tests/test-missing2.test
tests/test-trs-basic.test
tests/test-trs-recover.test
tests/test-trs-recover2.test
tests/tests-environment-and-log-compiler.test
tests/tests-environment-backcompat.test
tests/tests-environment-fd-redirect.test
tests/tests-environment.test
tests/testsuite-summary-checks.sh
tests/testsuite-summary-count-many.test
tests/testsuite-summary-reference-log.test
tests/transform.test
tests/transform2.test
tests/txinfo.test
tests/txinfo13.test
tests/txinfo16.test
tests/txinfo18.test
tests/txinfo19.test
tests/txinfo2.test
tests/txinfo20.test
tests/txinfo21.test
tests/txinfo22.test
tests/txinfo23.test
tests/txinfo24.test
tests/txinfo25.test
tests/txinfo26.test
tests/txinfo27.test
tests/txinfo28.test
tests/txinfo29.test
tests/txinfo3.test
tests/txinfo30.test
tests/txinfo32.test
tests/txinfo33.test
tests/txinfo5.test
tests/txinfo5b.test
tests/txinfo8.test
tests/uninstall-fail.test
tests/uninstall-pr9578.test
tests/unused.test
tests/upc.test
tests/upc2.test
tests/upc3.test
tests/vala-mix.test
tests/vala-vpath.test
tests/vala.test
tests/vala1.test
tests/vala2.test
tests/vala3.test
tests/vala4.test
tests/vala5.test
tests/vartypo2.test
tests/vartypos.test
tests/version.test
tests/version2.test
tests/version7.test
tests/version8.test
tests/vtexi3.test
tests/vtexi4.test
tests/warning-groups-win-over-strictness.test
tests/warnings-override.test
tests/warnings-precedence.test
tests/warnings-strictness-interactions.test
tests/warnings-unknown.test
tests/warnings-win-over-strictness.test
tests/warnopts.test
tests/werror2.test
tests/werror3.test
tests/werror4.test
tests/whoami.test
tests/xsource.test
tests/yacc-auxdir.test
tests/yacc-basic.test
tests/yacc-bison-skeleton-cxx.test
tests/yacc-bison-skeleton.test
tests/yacc-clean-cxx.test
tests/yacc-clean.test
tests/yacc-cxx.test
tests/yacc-d-basic.test
tests/yacc-d-cxx.test
tests/yacc-d-vpath.test
tests/yacc-deleted-headers.test
tests/yacc-depend.test
tests/yacc-depend2.test
tests/yacc-dist-nobuild-subdir.test
tests/yacc-dist-nobuild.test
tests/yacc-line.test
tests/yacc-mix-c-cxx.test
tests/yacc-nodist.test
tests/yacc-pr204.test
tests/yacc-weirdnames.test
tests/yacc.test
tests/yacc2.test
tests/yacc4.test
tests/yacc5.test
tests/yacc7.test
tests/yacc8.test
tests/yaccdry.test
tests/yaccpp.test
tests/yaccvpath.test
tests/yflags-cmdline-override.test
tests/yflags-conditional.test
tests/yflags-d-false-positives.test
tests/yflags-force-conditional.test
tests/yflags-force-override.test
tests/yflags-var-expand.test
tests/yflags.test
tests/yflags2.test

index a8bdcadd9496e42776ee05a5d1e0c41d90f71ee1..254c3ab6b55987fa053af61456a21a2ce467c4fd 100644 (file)
@@ -71,6 +71,7 @@ sc_tests_required_after_defs \
 sc_tests_overriding_macros_on_cmdline \
 sc_tests_plain_sleep \
 sc_tests_plain_egrep_fgrep \
+sc_tests_no_configure_in \
 sc_tests_PATH_SEPARATOR \
 sc_tests_logs_duplicate_prefixes \
 sc_tests_makefile_variable_order \
@@ -487,6 +488,21 @@ sc_tests_plain_egrep_fgrep:
          exit 1; \
        fi
 
+## Prefer 'configure.ac' over the obsolescent 'configure.in' as the name
+## for configure input files in our testsuite.  The latter  has been
+## deprecated for several years (at least since autoconf 2.50).
+sc_tests_no_configure_in:
+       @if grep -E '\bconfigure\\*\.in\b' $(xtests) $(srcdir)/tests/defs \
+             | grep -Ev '/backcompat.*\.(test|tap):' \
+             | grep -Ev '/autodist-configure-no-subdir\.test:' \
+             | grep -Ev '/(configure|help)\.test:' \
+             | grep .; \
+       then \
+         echo "Use 'configure.ac', not 'configure.in', as the name" >&2; \
+         echo "for configure input files in the test cases above." >&2; \
+         exit 1; \
+       fi
+
 ## Rule to ensure that the testsuite has been run before.  We don't depend on `check'
 ## here, because that would be very wasteful in the common case.  We could run
 ## `make check RECHECK_LOGS=' and avoid toplevel races with AM_RECURSIVE_TARGETS.
index 529bc59e2947ad53f5c8c94e1653aef4434334c4..9d0b4f23feb677f7116b7638317b898a53b6d053 100644 (file)
@@ -199,11 +199,11 @@ Do
   or `option-w0.tap' are *not* valid name for hand-written tests.
 
   ./defs brings in some commonly required files, and sets a skeleton
-  configure.in.  If possible, append to this file.  In some cases
+  configure.ac.  If possible, append to this file.  In some cases
   you'll have to overwrite it, but this should be the exception.  Note
-  that configure.in registers Makefile.in but do not output anything by
+  that configure.ac registers Makefile.in but do not output anything by
   default.  If you need ./configure to create Makefile, append AC_OUTPUT
-  to configure.in.  In case you don't want ./defs to pre-populate your
+  to configure.ac.  In case you don't want ./defs to pre-populate your
   test directory (which is a rare occurrence), set `$am_create_testdir'
   to "empty" before sourcing ./defs.
 
@@ -244,9 +244,9 @@ Do
   running `make' over grepping `Makefile.in' (or do both).
 
   If you run $AUTOMAKE or $AUTOCONF several times in the same test
-  and change `configure.in' by the meantime, do
+  and change `configure.ac' by the meantime, do
     rm -rf autom4te.cache
-  before the following runs.  On fast machines the new `configure.in'
+  before the following runs.  On fast machines the new `configure.ac'
   could otherwise have the same timestamp as the old `autom4te.cache'.
   Alternatively, use `--force' for subsequent runs of the tools.
 
index 7518dd1113c4c2cef440cd9acde23b045d4bcbd9..2d000c59aebceb5d294f07b12783004082721aa9 100755 (executable)
@@ -22,7 +22,7 @@
 
 plan_ 22
 
-rm -f configure.in depcomp # Not required.
+rm -f configure.ac depcomp # Not required.
 
 # -----------------------------------------------------------------------
 
@@ -39,7 +39,7 @@ acoutbs_check ()
   dir=acoutbs$1
   mkdir $dir
   cd $dir
-  cat > configure.in
+  cat > configure.ac
   touch Makefile.am zot.in
   command_ok_ "aclocal groks '\\' in AC_OUTPUT ($dir)" $ACLOCAL
   command_ok_ "automake groks '\\' in AC_OUTPUT ($dir)" $AUTOMAKE
@@ -73,7 +73,7 @@ END
 # -----------------------------------------------------------------------
 
 # Test for bug reported by Jerome Santini.
-# If I put this line in my configure.in:
+# If I put this line in my configure.ac:
 #  AC_OUTPUT(Makefile src/Makefile tests/Makefile, echo timestamp > stamp-h)dnl
 # automake is not happy:
 #  [ ... ]
@@ -82,7 +82,7 @@ END
 mkdir acoutnoq
 cd acoutnoq
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 AC_OUTPUT(Makefile, [true])
@@ -104,7 +104,7 @@ cd ..
 mkdir acoutpt
 cd acoutpt
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 AC_OUTPUT([Makefile], [true])
@@ -128,7 +128,7 @@ cd acoutpt2
 # Name of the current "subtest".
 cur=acoutput2
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$cur], [1.0])
 AM_INIT_AUTOMAKE
 AC_OUTPUT([subdir/Makefile subdir/foo Makefile foo], [true])
@@ -160,7 +160,7 @@ cd ..
 mkdir acoutqnl
 cd acoutqnl
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 AC_OUTPUT([Makefile],
index 7e1570d5c082ad7ce3720ed01a6b406303cae7d5..f00c2eb136dee17f03b136944e6133570ef614df 100755 (executable)
@@ -26,7 +26,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 MACRO1
 MACRO2
index 210da36843c23c51c9da0a29dbbf81bf5a571a85..7a1cff609fc922a30fb82fc065be2fbd9990a1b5 100755 (executable)
@@ -20,7 +20,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 MACRO2
 MACRO1
index 07a1b549d16436aab9993bba261db6e141865885..958238e1b104d871aa1aec2bf9fd5b0134e5a20c 100755 (executable)
@@ -21,7 +21,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 MACRO1
 END
index 940573d62a035e8b5dbce5f63e047fd36366d4fa..e91a534ed6381c03721062e1870b818d8ce1236f 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 m4_include([somefile.m4])
 AC_OUTPUT
 END
index 3b0b5de86f2ef1c3ffb44553ff210fe8e45e53d0..db20def0ae67695117cce3554896bd63f574c0f9 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_LIBTOOL
 AC_OUTPUT
 END
@@ -97,7 +97,7 @@ test `ls -1t aclocal.m4 stamp | sed 1q` = aclocal.m4
 diff aclocal.m4 stamp
 
 # If FOO where to be used, that would be another story, of course.
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 FOO
 EOF
 
index 988bb0cdbc726fd67ab8616a9847cdb5aedaffb4..690c06c6726470948f305206d6294f94f50e4ae2 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Make sure aclocal scans configure.in for macro definitions.
+# Make sure aclocal scans configure.ac for macro definitions.
 # PR/319.
 
 am_create_testdir=empty
@@ -23,7 +23,7 @@ am_create_testdir=empty
 # Start macros with AM_ because that causes aclocal to complain if it
 # cannot find them.
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 m4_include([somedef.m4])
 AC_DEFUN([AM_SOME_MACRO])
index 03955e83b807c8baf6b7445e08591985627d448c..ab894c7397d3b53ae084c11804f132594b0ee5df 100755 (executable)
@@ -20,7 +20,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_SUBST([POM])
 END
 
index 49a47a3b58cb9487a499539dda0f329ec64cfe48..e6098f0a62429b607911ed334be55cdb8f4dd118 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 SOME_DEFS
 END
@@ -36,6 +36,6 @@ EOF
 
 WARNINGS=error $ACLOCAL -I m4 2>stderr && { cat stderr >&2; Exit 1; }
 cat stderr >&2
-grep '^configure\.in:2:.*UNDEFINED_MACRO' stderr
+grep '^configure\.ac:2:.*UNDEFINED_MACRO' stderr
 
 :
index 8155882eeafa83fac2dacf8c273524db86979c57..c0510e10d949bff055ae3debaee4818bdf2116fe 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_MACRO1
 AM_MACRO2
index c00dc560f1211176949ea95ea26c27df26c15ad5..60e8afe49d395dd8e54c5bfe4ad58ee9a71dc5a0 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >configure.in <<'END'
+cat >configure.ac <<'END'
 AC_INIT([acloca19], [1.0])
 m4_include([aconfig.ac])
 FOO
index d2247e46ab6b1eead5da3028f2fe59a203b1e75c..030506639e0e861c304d8fbbd4f276b6fd8b35d5 100755 (executable)
@@ -21,7 +21,7 @@ am_create_testdir=empty
 
 echo 'm4_define([FOO], [wrong foo])' > foo.m4
 echo 'm4_define([FOO], [right foo])' > acinclude.m4
-echo 'AC_INIT FOO' > configure.in
+echo 'AC_INIT FOO' > configure.ac
 
 chmod a-w foo.m4
 
index c4ccc5d37a415e62c7613d29549d51766852b561..d9b47afc2b874c6474514684493ae36b88bfe807 100755 (executable)
@@ -22,7 +22,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 dnl m4_include(__some_really_bogus_nonexistent_file__.m4)
   # m4_include(__some_really_bogus_nonexistent_file__.m4)
 ##  m4_include(__some_really_bogus_nonexistent_file__.m4)
index 62a15957beddda88329dea65afa043982b073f2b..d51c7f104132576cf729f9d524495fdf0f2bfb7c 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 FOO
 AC_OUTPUT
 EOF
@@ -43,8 +43,8 @@ $MAKE
 grep GREPFOO Makefile
 grep GREPBAR Makefile && Exit 1
 
-sed 's/FOO/BAR/' < configure.in > t
-mv -f t configure.in
+sed 's/FOO/BAR/' < configure.ac > t
+mv -f t configure.ac
 rm -f foo.m4
 $MAKE
 grep GREPFOO Makefile && Exit 1
index 633509d730ba39ee84665c455d0e5fe372bcd7e1..b5f66e4cecd37d92c2c6700993fb7f25965a4361 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 FOO
 END
index f36ce0e33d3fec68f6109c55545660e88c5d03bb..f969dcd71ccd19520dc9cff809174f634c763946 100755 (executable)
@@ -22,7 +22,7 @@
 
 mkdir am sys
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 MY_MACRO
 END
 
index a41e8e8e7365fb92361b577980c1cc6a8c2b7388..353304f6b105331b04b3a55a4e4f3a17146c821f 100755 (executable)
@@ -23,7 +23,7 @@
 
 mkdir loc sys
 
-echo 'AM_DUMMY_MACRO' >> configure.in
+echo 'AM_DUMMY_MACRO' >> configure.ac
 echo 'AC_DEFUN([AM_DUMMY_MACRO], [:])' >> sys/foo.m4
 
 cwd=`pwd` || fatal_ "cannot get current working directory"
index 529f8987b8e58019031a4e2ac6200ea589baa269..55d21e26f04c8cf56773bece8407bfea6783a4e6 100755 (executable)
@@ -20,7 +20,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_FOO
 END
index 34124e6f342ee444408240217b4875d8de3c7a3c..e1c719c7acd763b16555de541214d06e37f8b0a6 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_FOO
 END
@@ -46,7 +46,7 @@ test ! -f pdir/foo.m4
 
 # The `--install' option should cause a required macro found in a
 # directory specified in ACLOCAL_PATH to be installed locally.
-echo AM_BAR >> configure.in
+echo AM_BAR >> configure.ac
 $ACLOCAL --install -I ldir
 diff pdir/bar.m4 ldir/bar.m4
 
index 6065baddf4d4b8d1ec5cc943c180732dd2ba240e..8c42ddc65f388f09f5b168c6adad2134f14740e4 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_FOO
 END
index 178f7c3f83252277266dfe981c1889c447534f13..26ff5f0d652b081539d3e7adb6df98aa462821f8 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([foo], [1.0])
 AM_INIT_AUTOMAKE([parallel-tests])
 FOO_MACRO
index e22eea13d5d20005ae0ab64e58dbded2e48b5954..8754c19ee2e972526adbe94976889fcc1e151047 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_FOO_MACRO
 AM_BAR_MACRO
index 9d7426229481f4715323be440ccd6b4430e35091..4030b13724e966626032d80afad31e0ea09cc631 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-echo "AC_INIT([$me], [0]) AM_INIT_AUTOMAKE" > configure.in
+echo "AC_INIT([$me], [0]) AM_INIT_AUTOMAKE" > configure.ac
 
 $ACLOCAL --output=fred
 test -f fred
index 73ee80bd7ff63a2833b46faffe4e236ed57d5095..b2d2ab967efd6b135c31884498080517a2bc760f 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_INIT([$me], [1.0])
 GNOME_X_CHECKS
 END
index 2e0339f510bb191ac679d71c804dfcb59404a88c..bc80f64cd14d3ed38270ab41eee39843a1b7ed98 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_RANLIB
 AM_PROG_AR
 AC_PROG_CC
index b823ba7988a10a081fc88feadcd70394f302306e..a6a669ba4e9dfac75b527305b6f758490435663c 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_TEST([GREPME])
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
index 710fbe39d06356c9385fcdb770687054f642052c..8923851cd5db8783ff8ebc09f1d4ff9378322f5e 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 SOME_DEFS
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
index 9fa09447bea10349a9b86ad4cb59b71653bc9c96..91be0e67fd2606cef3a1884fb07194249a886be0 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 SOME_DEFS
 AC_CONFIG_FILES([sub/Makefile])
 END
index bb42d80b8ee3db7b4d2cb8e9625e5cff8545471d..8df0835bcf3b3c9c420340f07675f82ee32cefee 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 SOME_DEFS
 END
index ab5451b49d4f961a5bf327f298b1d3ea7ea347ec..c7ce7514ef4fe94d4ec101953c77da5bf5d7e7a9 100755 (executable)
@@ -19,7 +19,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 MACRO1
 MACRO2
index dc33d34f70e9a30d3e24fb7fb77c1d3c08c8a4ee..0f9c1cbb0511be7f6ee2f28e76cdcde9843f1908 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >configure.in <<EOF
+cat >configure.ac <<EOF
 AC_INIT
 AM_INIT_GUILE_MODULE
 EOF
index 939631980c594bc3d7d2f5e3acdb0a212d352725..9390944c349779aca425fc1f765857d52d7b12e4 100755 (executable)
@@ -16,7 +16,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_SUBST([FOOBAR_LDFLAGS],[blablabla])
 END
index 8485545c2954acd593a08a5c0321431b59a5c119..e8c866359bcef616fcac9f9d06f5ec39d9a29538 100755 (executable)
@@ -16,7 +16,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_SUBST([FOOBAR_CFLAGS],[blablabla])
index bbb36f8b2c7a4800e77682273013835da2cba5e3..b33600a9ac8cc2f3bb5f98ea974b8f6ef644926b 100755 (executable)
@@ -54,7 +54,7 @@ AC_CONFIG_FILES([Makefile])
 END
 
 # Pre-compute aclocal.m4, in order to save several aclocal invocations.
-cat configure.stub - > configure.in <<'END'
+cat configure.stub - > configure.ac <<'END'
 AC_PROG_CC
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
@@ -65,7 +65,7 @@ AM_PATH_PYTHON
 END
 $ACLOCAL || framework_failure_ "cannot pre-compute aclocal.m4"
 
-rm -rf configure.in autom4te*.cache
+rm -rf configure.ac autom4te*.cache
 mv aclocal.m4 aclocal.stub
 
 # For debugging.
@@ -103,9 +103,9 @@ check_ ()
   # might not execute the latter (the Autoconf manual gives more details).
   echo > Makefile.am
   if test $override = yes; then
-    echo > configure.in
+    echo > configure.ac
   else
-    cp "$ocwd"/configure.stub configure.in
+    cp "$ocwd"/configure.stub configure.ac
   fi
   test -z "$fetch_file" || cp "$ocwd/$fetch_file" .
   # Read description of "test scenario" from standard input.
@@ -114,7 +114,7 @@ check_ ()
     case $line in
       '== Name ==') what=NAME;;
       '== Makefile.am ==') what=Makefile.am;;
-      '== configure.in ==') what=configure.in;;
+      '== configure.ac ==') what=configure.ac;;
       '== Files ==') what=LIST;;
       '==*') framework_failure_ "invalid input line: $line";;
       ''|'#%'*) : Empty line or ad-hoc comment, ignore. ;;
@@ -143,8 +143,8 @@ check_ ()
   fi
   echo == Makefile.am ==
   cat Makefile.am
-  echo == configure.in ==
-  cat configure.in
+  echo == configure.ac ==
+  cat configure.ac
   echo Expected files: $files
   mkdir "$build_aux"
   cd ..
@@ -249,7 +249,7 @@ check_ <<'END'
 depcomp/C
 == Files ==
 depcomp
-== configure.in ==
+== configure.ac ==
 AC_PROG_CC
 == Makefile.am ==
 bin_PROGRAMS = foo
@@ -260,7 +260,7 @@ check_ <<'END'
 depcomp/C++
 == Files ==
 depcomp
-== configure.in ==
+== configure.ac ==
 AC_PROG_CXX
 == Makefile.am ==
 bin_PROGRAMS = foo
@@ -272,8 +272,8 @@ check_ --run-aclocal <<'END'
 compile
 == Files ==
 compile
-== configure.in ==
-# Using AM_PROG_CC_C_O in configure.in should be enough.  No need to
+== configure.ac ==
+# Using AM_PROG_CC_C_O in configure.ac should be enough.  No need to
 # use AC_PROG_CC too, nor to define xxx_PROGRAMS in Makefile.am.
 AM_PROG_CC_C_O
 END
@@ -287,7 +287,7 @@ cfg-$mach
 == Files ==
 config.sub
 config.guess
-== configure.in ==
+== configure.ac ==
 AC_CANONICAL_$MACH
 END
 done
@@ -297,7 +297,7 @@ check_ <<'END'
 ylwrap/Lex
 == Files ==
 ylwrap
-== configure.in ==
+== configure.ac ==
 AC_PROG_CC
 AC_PROG_LEX
 == Makefile.am ==
@@ -311,7 +311,7 @@ check_ <<'END'
 ylwrap/Yacc
 == Files ==
 ylwrap
-== configure.in ==
+== configure.ac ==
 AC_PROG_CC
 AC_PROG_YACC
 == Makefile.am ==
@@ -348,7 +348,7 @@ check_ <<'END'
 elisp-comp
 == Files ==
 elisp-comp
-== configure.in ==
+== configure.ac ==
 AM_PATH_LISPDIR
 == Makefile.am ==
 lisp_LISP = foo.el
@@ -359,7 +359,7 @@ check_ <<'END'
 py-compile
 == Files ==
 py-compile
-== configure.in ==
+== configure.ac ==
 AM_PATH_PYTHON
 == Makefile.am ==
 python_PYTHON = foo.py
@@ -375,7 +375,7 @@ depcomp
 ylwrap
 config.sub
 config.guess
-== configure.in ==
+== configure.ac ==
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_PROG_CXX
index 2e4e88e22ee38488a364035b770cae200056ba87..c87904b3dfff2a4aa79d27c6678a5e72ae94f603 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Make sure we complain if @ALLOCA@ is used without being set in configure.in
+# Make sure we complain if @ALLOCA@ is used without being set in configure.ac
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AM_PROG_AR
 AC_PROG_CC
 END
index d4c09114533272eb68088cde4f5ee7f6eef0e3ba..08fad97dd8a5ad6378b43026dd7d75add0bbb3ed 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Make sure we complain if @LTALLOCA@ is used without being set in configure.in
+# Make sure we complain if @LTALLOCA@ is used without being set in configure.ac
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 END
index a92239bba6b4ac67dd81cc4932f31711479fdd66..90f2cc267ac5e255bf60153a899d7232e550f0b9 100755 (executable)
@@ -18,7 +18,7 @@
 # Jim Meyering.
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([alpha], [1.0a])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index 104124c56dd7b0b467d76f93f94a54382ca0c96c..6d5207f61fd941715a2138004b19cabf5b692fd3 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Another check for README-alpha support.  This time it is requested
-# from configure.in.  Report from Akim Demaille.
+# from configure.ac.  Report from Akim Demaille.
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([alpha], [1.0b])
 AM_INIT_AUTOMAKE([readme-alpha])
 AC_CONFIG_FILES([Makefile sub/Makefile])
index 0a2c9a6ef7cedd67106fa761b34d95fe979943bc..3a6e7553260edf29bcca755480a66cb6e7368f5d 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_MKDIR_P
 AC_OUTPUT
 END
index f2245c93c7820c1685c2ac68134f707e59c41c1c..1649dd0803723658c69c4591e781ffb309710817 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test to see if AM_ name can be assigned to in configure.in.
+# Test to see if AM_ name can be assigned to in configure.ac.
 # Report from Steve Robbins.
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CFLAGS=foo
 AC_SUBST(AM_BAR)
 AC_SUBST([AM_ZARDOZ])
index d13f07179204e3562f96b3efd23904b46cf74de7..aa281267cfd76cd3ad30bad43b44094bbcc998b6 100755 (executable)
@@ -18,8 +18,8 @@
 
 . ./defs || Exit 1
 
-echo AM_ZARDOZ >> configure.in
+echo AM_ZARDOZ >> configure.ac
 
 $ACLOCAL 2>stderr && { cat stderr >&2; Exit 1; }
 cat stderr
-grep 'configure.in:.*AM_ZARDOZ.*not found' stderr
+grep 'configure.ac:.*AM_ZARDOZ.*not found' stderr
index cd3baf159938e694a89f0efd80d77ab550dedf8c..7861184109c0f391f5856131184f1c0920adcf52 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AM_CONDITIONAL([COND], [true])
 END
 
index 27f9ae025ad7cc32ebd962adbe116462452fb205..0219f1854d082bc7ce1b4c2f2d38adb62256ee02 100755 (executable)
@@ -54,7 +54,7 @@ AUTOMAKE_OPTIONS += tar-v7
 zardoz = 1
 END
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_CONFIG_FILES([Makefile2 Makefile3])
 END
 
index 1a542b8784a9f8f9da0c97488bf5fde21320c41d..981759c15516035ca2b9ff6fafae5662eb0a17b2 100755 (executable)
@@ -21,7 +21,7 @@
 # We want complete control over automake options.
 AUTOMAKE=$am_original_AUTOMAKE
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE([-Wall -Werror gnu])
 AC_CONFIG_FILES([Makefile])
index b7d9a7ee65273fb1270ca12f4e64c155bf2f90bc..b655ce472ba1395de6f4ee7c3d84397d9791d3d3 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([backslash], "\\")
 _AM_SUBST_NOTMAKE([backslash])
 AC_OUTPUT
index bca00ec304c5fb3734ad3fc07dbcf956a0d5ddc3..fb2e2a546ffa26a222ec61120f0eed3ef5c32902 100755 (executable)
 
 warn_rx='automatic de-ANSI-fication.*removed'
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 $ACLOCAL
 mv aclocal.m4 aclocal.sav
-cp configure.in configure.sav
+cp configure.ac configure.sav
 
-echo AM_C_PROTOTYPES >> configure.in
+echo AM_C_PROTOTYPES >> configure.ac
 
 $ACLOCAL -Wnone 2>stderr && { cat stderr >&2; Exit 1; }
 cat stderr >&2
-grep "^configure\\.in:5:.*$warn_rx" stderr
+grep "^configure\\.ac:5:.*$warn_rx" stderr
 
 cat aclocal.sav "$am_automake_acdir"/protos.m4 > aclocal.m4
 $AUTOCONF -Wnone 2>stderr && { cat stderr >&2; Exit 1; }
 cat stderr >&2
-grep "^configure\\.in:5:.*$warn_rx" stderr
+grep "^configure\\.ac:5:.*$warn_rx" stderr
 
 for opt in ansi2knr lib/ansi2knr; do
   # ansi2knr option in Makefile.am
-  cp configure.sav configure.in
+  cp configure.sav configure.ac
   echo "AUTOMAKE_OPTIONS = $opt" > Makefile.am
   rm -rf autom4te*.cache
   AUTOMAKE_fails -Wnone
   grep "^Makefile\.am:1:.*$warn_rx" stderr
-  # ansi2knr option in configure.in
+  # ansi2knr option in configure.ac
   echo > Makefile.am # `echo', not `:', for Solaris /bin/sh.
-  sed "s|^\\(AM_INIT_AUTOMAKE\\).*|\1([$opt])|" configure.sav >configure.in
-  cat configure.in # For debugging.
+  sed "s|^\\(AM_INIT_AUTOMAKE\\).*|\1([$opt])|" configure.sav >configure.ac
+  cat configure.ac # For debugging.
   rm -rf autom4te*.cache
   AUTOMAKE_fails -Wnone
-  grep "^configure\.in:2:.*$warn_rx" stderr
+  grep "^configure\\.ac:2:.*$warn_rx" stderr
 done
 
 :
index 94ab4acbd0bd913723c898036a77ab16acf826e7..7d7e9b588969ff3e8913a66f2afe4f985af47ffc 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 END
@@ -32,7 +32,7 @@ $ACLOCAL
 $AUTOMAKE --add-missing 2>stderr || { cat stderr >&2; Exit 1; }
 cat stderr >&2
 # Make sure ar-lib is installed, and that Automake says so.
-grep '^configure\.in:.*install.*ar-lib' stderr
+grep '^configure\.ac:.*install.*ar-lib' stderr
 test -f ar-lib
 
 :
index f725c7e55a56ee32f402bb7c5c10c820069ba29c..02696f62d2025c3ad13a303d8e10e7b4aebb8605 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 END
@@ -33,7 +33,7 @@ AUTOMAKE_fails
 
 grep 'requires.*AM_PROG_AR' stderr
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_AR
 END
 
index 19ffd4cf18c78795dfd71fe68ad937c34405ca23..d1be2eb41abb5a46547e80ca331bc8c428ab3cc7 100755 (executable)
@@ -19,9 +19,9 @@
 required=libtoolize
 . ./defs || Exit 1
 
-cp configure.in X
+cp configure.ac X
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_PROG_LIBTOOL
@@ -39,9 +39,9 @@ AUTOMAKE_fails
 
 grep 'requires.*AM_PROG_AR' stderr
 
-cp X configure.in
+cp X configure.ac
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 4f9ffea392266d20e73f78059c9e568c02679500..89dc6d659a8ea5cf40e82817cd22ceca04d6e24c 100755 (executable)
@@ -21,7 +21,7 @@
 required=lib
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([auxdir])
 AM_INIT_AUTOMAKE
index c9b3668202699420ef45bc0e287a0d5ba53d93cf..b99d195cdaa9d245cf32f471548754f4e400a652 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([auxdir])
 AM_INIT_AUTOMAKE
index 328677b868240642b7b738a069490f62442c2dae..66ae15b9812998f6221ba99e29901db07b262aa6 100755 (executable)
@@ -20,7 +20,7 @@
 required=libtoolize
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
index 79acf45424371309a45eff6dd0d546c0205fac51..2be728f150f30f3e5c19396eae87a6ed1ee60be4 100755 (executable)
@@ -20,7 +20,7 @@
 required=libtoolize
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_PROG_LIBTOOL
index cc43546cb9312110d1537b36523f01e8239eaf13..34e6c6e53bec483b113eb09dfb9574173bcca9aa 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_AR
 END
 
@@ -27,7 +27,7 @@ END
 $ACLOCAL
 AUTOMAKE_fails
 
-grep '^configure\.in:.*ar-lib.*not found' stderr
+grep '^configure\.ac:.*ar-lib.*not found' stderr
 
 $AUTOMAKE --add-missing
 
index 9deba93583f73de3c0bd5ac79071cb354d410453..b8d9901a0eabb547973e7b8519d90fdb3dd5880e 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Make sure that AR, ARFLAGS, and RANLIB can be substituted from configure.in.
+# Make sure that AR, ARFLAGS, and RANLIB can be substituted from configure.ac.
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_AR
 AC_SUBST([AR], ['echo it works'])
 AC_SUBST([ARFLAGS], ['>'])
index b7888815acce857354bf43c81b0790dc26661a86..c71afea096f7dd6f6190802f16e255f80ff4da93 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_OUTPUT
index 4e4f4563f6b7ac7ab932d23107440106895b503d..ba0b4b737ac5707661b8cbcc320a5e372fd7689e 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 3081449ee4b92b8d93d7e55fa3ce5def49b94416..424a77675e01a0324224abd4f58bf8e081fcf514 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_AR
 END
 
index 572b671dc533284dbf4745c353e2d87fe93d6e25..711fad6a1cf838b7c4e758907067a8c685299df1 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_AR([
   echo spy > bad-archiver-interface-detected
   AC_MSG_CHECKING([for something else])
index fbd3379bc55da84fd6e982d9e3cd2c1cab00c017..f71f6220f7d07799deca676d3b04bd4af1fd0247 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-mv configure.in configure.stub
+mv configure.ac configure.stub
 
 cat > Makefile.am << 'END'
 noinst_PROGRAMS = maude
@@ -27,7 +27,7 @@ maude_SOURCES = maude.s
 END
 
 echo '*** Try 1 -- should fail because we need CC and CCAS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AC_SUBST([CCASFLAGS])
 AC_OUTPUT
 END
@@ -38,15 +38,15 @@ grep '[Aa]ssembler source.*CCAS.* undefined' stderr
 grep 'define .*CCAS.* add .*AM_PROG_AS' stderr
 
 # On fast machines the autom4te.cache created during the above run of
-# $AUTOMAKE is likely to have the same time stamp as the configure.in
-# created below; thus causing traces for the old configure.in to be
+# $AUTOMAKE is likely to have the same time stamp as the configure.ac
+# created below; thus causing traces for the old configure.ac to be
 # used.  We could do `$sleep', but it's faster to erase the
 # directory.  (Erase autom4te*.cache, not autom4te.cache, because some
 # bogus installations of Autoconf use a versioned cache.)
 rm -rf autom4te*.cache
 
 echo '*** Try 2 -- we still need CCAS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AC_PROG_CC
 AC_SUBST([CCASFLAGS])
 AC_OUTPUT
@@ -60,7 +60,7 @@ grep 'define .*CCAS.* add .*AM_PROG_AS' stderr
 rm -rf autom4te*.cache
 
 echo '*** Try 3 -- we need CCASFLAGS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 CCAS='$(CC)'
 AC_SUBST([CCAS])
 AC_PROG_CC
@@ -75,7 +75,7 @@ grep 'define .*CCASFLAGS.* add .*AM_PROG_AS' stderr
 rm -rf autom4te*.cache
 
 echo '*** Try 4 -- we have everything needed, expect success ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 CCAS='$(CC)'
 AC_SUBST([CCAS])
 AC_PROG_CC
@@ -89,7 +89,7 @@ $AUTOMAKE
 rm -rf autom4te*.cache
 
 echo '*** Try 5 -- we have everything needed, expect success ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AM_PROG_AS
 AC_OUTPUT
 END
index c607b7d4e55aed549a04e65daf39cb580fbd3775..8194f4f681cecc9608c022f7e945ce8b3cb9c967 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-mv configure.in configure.stub
+mv configure.ac configure.stub
 
 cat > Makefile.am << 'END'
 noinst_PROGRAMS = maude
@@ -27,7 +27,7 @@ maude_SOURCES = maude.S
 END
 
 echo '*** Try 1 -- should fail because we need CC and CCAS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AC_SUBST([CCASFLAGS])
 AC_OUTPUT
 END
@@ -38,15 +38,15 @@ grep '[Aa]ssembler source.*CCAS.* undefined' stderr
 grep 'define .*CCAS.* add .*AM_PROG_AS' stderr
 
 # On fast machines the autom4te.cache created during the above run of
-# $AUTOMAKE is likely to have the same time stamp as the configure.in
-# created below; thus causing traces for the old configure.in to be
+# $AUTOMAKE is likely to have the same time stamp as the configure.ac
+# created below; thus causing traces for the old configure.ac to be
 # used.  We could do `$sleep', but it's faster to erase the
 # directory.  (Erase autom4te*.cache, not autom4te.cache, because some
 # bogus installations of Autoconf use a versioned cache.)
 rm -rf autom4te*.cache
 
 echo '*** Try 2 -- we still need CCAS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AC_PROG_CC
 AC_SUBST([CCASFLAGS])
 AC_OUTPUT
@@ -60,7 +60,7 @@ grep 'define .*CCAS.* add .*AM_PROG_AS' stderr
 rm -rf autom4te*.cache
 
 echo '*** Try 3 -- we need CCASFLAGS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 CCAS='$(CC)'
 AC_SUBST([CCAS])
 AC_PROG_CC
@@ -75,7 +75,7 @@ grep 'define .*CCASFLAGS.* add .*AM_PROG_AS' stderr
 rm -rf autom4te*.cache
 
 echo '*** Try 4 -- we need dependency tracking. ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 CCAS='$(CC)'
 AC_SUBST([CCAS])
 AC_PROG_CC
@@ -90,7 +90,7 @@ grep ' add .*AM_PROG_AS' stderr
 rm -rf autom4te*.cache
 
 echo '*** Try 5 -- we have everything needed, expect success. ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 CCAS='$(CC)'
 AC_SUBST([CCAS])
 AC_PROG_CC
@@ -105,7 +105,7 @@ $AUTOMAKE
 rm -rf autom4te*.cache
 
 echo '*** Try 6 -- we have everything needed, expect success. ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AM_PROG_AS
 AC_OUTPUT
 END
index e74a10cf134e63d11372df37f4953e277c0f9e71..2207f9b7ca67621ad6b4ae878c7f30c2dd8e5630 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-mv configure.in configure.stub
+mv configure.ac configure.stub
 
 cat > Makefile.am << 'END'
 noinst_PROGRAMS = maude
@@ -27,7 +27,7 @@ maude_SOURCES = maude.sx
 END
 
 echo '*** Try 1 -- should fail because we need CC and CCAS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AC_SUBST([CCASFLAGS])
 AC_OUTPUT
 END
@@ -38,15 +38,15 @@ grep '[Aa]ssembler source.*CCAS.* undefined' stderr
 grep 'define .*CCAS.* add .*AM_PROG_AS' stderr
 
 # On fast machines the autom4te.cache created during the above run of
-# $AUTOMAKE is likely to have the same time stamp as the configure.in
-# created below; thus causing traces for the old configure.in to be
+# $AUTOMAKE is likely to have the same time stamp as the configure.ac
+# created below; thus causing traces for the old configure.ac to be
 # used.  We could do `$sleep', but it's faster to erase the
 # directory.  (Erase autom4te*.cache, not autom4te.cache, because some
 # bogus installations of Autoconf use a versioned cache.)
 rm -rf autom4te*.cache
 
 echo '*** Try 2 -- we still need CCAS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AC_PROG_CC
 AC_SUBST([CCASFLAGS])
 AC_OUTPUT
@@ -60,7 +60,7 @@ grep 'define .*CCAS.* add .*AM_PROG_AS' stderr
 rm -rf autom4te*.cache
 
 echo '*** Try 3 -- we need CCASFLAGS ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 CCAS='$(CC)'
 AC_SUBST([CCAS])
 AC_PROG_CC
@@ -75,7 +75,7 @@ grep 'define .*CCASFLAGS.* add .*AM_PROG_AS' stderr
 rm -rf autom4te*.cache
 
 echo '*** Try 4 -- we need dependency tracking. ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 CCAS='$(CC)'
 AC_SUBST([CCAS])
 AC_PROG_CC
@@ -90,7 +90,7 @@ grep ' add .*AM_PROG_AS' stderr
 rm -rf autom4te*.cache
 
 echo '*** Try 5 -- we have everything needed, expect success. ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 CCAS='$(CC)'
 AC_SUBST([CCAS])
 AC_PROG_CC
@@ -105,7 +105,7 @@ $AUTOMAKE
 rm -rf autom4te*.cache
 
 echo '*** Try 6 -- we have everything needed, expect success. ***'
-cat configure.stub - > configure.in << 'END'
+cat configure.stub - > configure.ac << 'END'
 AM_PROG_AS
 AC_OUTPUT
 END
index d12120a441b89e4e30a117cb76e68d283cec47c5..26aabe0095e433e5066f2b4761f7a2e06994a3bc 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index f3c388e87f0dc5929d3a3de2f61b9c9f2e1997e3..3745ada7447a95cd5e3f4681b5ff00e5d1a5c60c 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 1db4e79f8c5f6f74b7807bb88cd5eef3de2c83de..73d0a9ab40fd6ec58bdee23a49960d4051cc196b 100755 (executable)
 . ./defs || Exit 1
 
 { echo 'm4_include([defs.m4])'
-  cat configure.in
+  cat configure.ac
   echo 'AC_OUTPUT'
 } > t
-mv -f t configure.in
+mv -f t configure.ac
 
 cat > Makefile.am <<'END'
 .PHONY: test
index 5a194f5264e470a67f4e23cdf9a8c36c3f77f8b4..65888f8138ca0bc932e40eb4292d0e00434f3f55 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_CONFIG_HEADERS([config.h sub/config.h cfg2.h:conf2.hin])
 AC_OUTPUT
 END
index 7435d2ff38768a0745ccdb01f838ae8e72cc4c65..7913d902dda00442d709dd11eee09a177c24ac35 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index be4bf17bd5bc9d5b8a01c8cda40ecf33198c6cc3..2345ad66b7d01e3171b53e221e69da31598a73d0 100755 (executable)
@@ -21,7 +21,7 @@
 required=makeinfo
 . ./defs || Exit 1
 
-cat >> configure.in << END
+cat >> configure.ac << END
 AC_OUTPUT
 END
 
index a605654e2b343d9f009ad55892884c629014b608..cda2d50b246f090ab13cee9423e41781718c8e23 100755 (executable)
@@ -26,7 +26,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 099af9d9f8ed7c9b91b544115ca19153ed0cce49..2c6c3227c9541d08ef20c8c80f66636a8779309a 100755 (executable)
@@ -22,7 +22,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE
index c5031cc1d8ab868526a483da0369c47b2b678878..bef7027fe45f42fb2817cdc129206faf1d757cc2 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_CONFIG_HEADERS([thisfile.h])
 EOF
 
index 1534a3e4bf543ef886adea6bde9171802bd6f0f5..6f5415e00960dae46544a82e38d1904e3aaa5704 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AM_CONFIG_HEADER([thisfile.h])
 EOF
 
index 8eb0d9f46cb39386093a21a6d5c4ebbbd8fe7353..ad5513059f76378ec8e894dc5ef45b4209babd25 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 m4_include([foo.m4])
 AC_CONFIG_HEADERS([config.h:config.hin])
 AC_OUTPUT
index 7c002bd546d3b1aca7645f496372428ed27c8a2d..9acbab135338cf4128ddd96c55036095ca85f037 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_PROG_CC
 AC_SUBST([BOT], [bot])
 AC_CONFIG_HEADERS([defs.h config.h:sub1/config.top:sub2/config.${BOT}],,
index cf402a65ccedfe58e7b0a34ac9c0f6104943a76f..e7e849d173491e81839080fe086e5492cfdadc72 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_CONFIG_HEADERS([config.h])
 AC_OUTPUT
 EOF
index 0ef12d726c014fbdef80e8853b4cc5ebe03292ea..6e701ff41dffcaf4001bfd05f8a029598a2a1d05 100755 (executable)
@@ -23,7 +23,7 @@ nil=__no_such_program
 
 unset NONESUCH || :
 
-cat >>configure.in << END
+cat >>configure.ac << END
 AM_MISSING_PROG([NONESUCH],[$nil])
 AC_OUTPUT
 END
@@ -42,7 +42,7 @@ chmod +x d3/d2/d1/missing
 echo 'echo %%d0%% $*' > d3/d2/d1/d0/missing
 chmod +x d3/d2/d1/d0/missing
 
-mv configure.in d3/d2/d1/d0/
+mv configure.ac d3/d2/d1/d0/
 
 cd d3/d2/d1/d0
 
index 4c73a693830b0bb99c95ff003841cda0f8fb2ba7..487958df766091612b93e795aa01d17d6f4a778d 100755 (executable)
@@ -21,7 +21,7 @@
 
 plan_ 3
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([\$foo])
 AM_INIT_AUTOMAKE
index 962ab330dfc13012a54338778143f4911dfa6fda..33f5db061f04e2b30f61edd1275de85e13640a85 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_AUX_DIR([.]) dnl this will appear after AM_INIT_AUTOMAKE
 END
 
index 3dd64773819fe8c06af5eb7baecd77ce033db91b..5575b284d974d82a14813f48b825ec92c562727d 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([nonesuch])
 AM_INIT_AUTOMAKE
@@ -29,6 +29,6 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-grep '^configure\.in:2:.*nonesuch.* not exist' stderr
+grep '^configure\.ac:2:.*nonesuch.* not exist' stderr
 
 :
index fb4fecafde085648e131ae7d16fdf1fef6df66e6..d04b38c89bc0f950f99e278139165c9fd1fdb3f1 100755 (executable)
@@ -20,7 +20,7 @@
 
 plan_ 4
 
-cat >configure.in <<END
+cat >configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([aux])
 AM_INIT_AUTOMAKE
@@ -35,7 +35,7 @@ am_warn_unportable_auxdir ()
   AUTOMAKE_fails
   command_ok_ \
     "warn about $details unportable auxdir name" \
-    grep '^configure\.in:2:.*aux.*W32' stderr
+    grep '^configure\.ac:2:.*aux.*W32' stderr
 }
 
 $ACLOCAL || fatal_ "aclocal failed"
index c09b9e43b6f82c6607946ec26bc80225a454ef0a..c4860f4d27e7653ff8943e5650991106cdf15577 100755 (executable)
@@ -19,7 +19,7 @@
 . ./defs || Exit 1
 
 # The "./." is here so we don't have to mess with subdirs.
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([./.])
 AM_INIT_AUTOMAKE
index 04881da0691d61db63fd26ad42306d3a87f22c0c..08de2415a3b49d390022532b11e76cb017e5ff59 100755 (executable)
@@ -22,7 +22,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([auxdir])
 AM_INIT_AUTOMAKE
index 9a8343295b815995e9f609925804f44c36f47d18..82d3e659aa5ec41d1b2ea7875a630ad327ab0d4f 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE
index dc2ee28bf4470531e02930832295e056428a6c65..cbc98949a05e140db00e7a8b5aac31a6cc6edbdf 100755 (executable)
@@ -23,7 +23,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([subdir/Makefile])
 END
 
index 26f4ffa4b166e4377c816bada2e4f1df7367f437..ee38e51d73020f14d5efb45ae2fbe91b1e63d97b 100755 (executable)
@@ -18,6 +18,7 @@
 # three arguments does AC_DEFINE the symbols PACKAGE and VERSION iff the
 # third argument is empty or non-existent.
 
+am_create_testdir=empty
 . ./defs || Exit 1
 
 # A trick to make the test run muuuch faster, by avoiding repeated
@@ -26,6 +27,8 @@ echo 'AC_INIT(x,0) AM_INIT_AUTOMAKE' > configure.in
 $ACLOCAL
 rm -rf configure.in autom4te.*
 
+touch install-sh missing
+
 cat > config.h.in <<'END'
 #undef PACKAGE
 #undef VERSION
index 5571dd3aa7dbc7b5fc774b944da46cbb262ebdd0..f90b8f01efbec7d235179f506fa78b421089ea1a 100755 (executable)
@@ -17,6 +17,7 @@
 # Backward-compatibility test: check what happens when AC_INIT and
 # AM_INIT_AUTOMAKE are both given two or more arguments.
 
+am_create_testdir=empty
 . ./defs || Exit 1
 
 empty=''
@@ -50,7 +51,7 @@ cat configure.in
 
 $ACLOCAL
 $AUTOCONF
-$AUTOMAKE
+$AUTOMAKE -a
 
 ./configure
 
index 44c3c94875bb164f1459a7a536ebfd9b992521b3..9088aae1fe5bfbf5431fe1552d0ce590e5bbd589 100755 (executable)
@@ -40,23 +40,23 @@ for args in \
   'foo:foo1.in:foo2.in:sub/bar.in:foo3.in' \
 ; do
   rm -rf autom4te*.cache aclocal.m4
-  unindent >configure.in <<END
+  unindent >configure.ac <<END
     AC_INIT([$me], [1.0])
     AM_INIT_AUTOMAKE
     AC_CONFIG_FILES([$args])
     AC_OUTPUT
 END
-  cat configure.in # For debugging.
+  cat configure.ac # For debugging.
   $ACLOCAL
   $AUTOMAKE Makefile
   mv -f Makefile.in Makefile.acf
   rm -rf autom4te*.cache aclocal.m4
-  unindent >configure.in <<END
+  unindent >configure.ac <<END
     AC_INIT([$me], [1.0])
     AM_INIT_AUTOMAKE
     AC_OUTPUT([$args])
 END
-  cat configure.in # For debugging.
+  cat configure.ac # For debugging.
   $ACLOCAL
   $AUTOMAKE Makefile
   mv -f Makefile.in Makefile.aco
index d1b316cf4f0a1a914d381fb793ee2e1154af1b76..262a6c70c61992cc4920ee93c0e658eaa5264231 100755 (executable)
 # See also the similar test `backcompat6.test'.
 
 am_parallel_tests=no
+am_create_testdir=empty
 . ./defs || Exit 1
 
+makefiles='hacky/Makefile src/Makefile data/Makefile tests/Makefile'
+
 # Yuck!
-cat > configure.in <<'END'
+cat > configure.in <<END
 dnl: Everything here is *deliberately* underquoted!
 AC_INIT(src/foo.input)
 AM_INIT_AUTOMAKE(foo, 1.0)
 AC_CONFIG_FILES(Makefile:mkfile.in)
-AC_OUTPUT(hacky/Makefile src/Makefile data/Makefile tests/Makefile)
+AC_OUTPUT($makefiles)
 END
 
 distdir=foo-1.0
@@ -91,7 +94,11 @@ END
 
 $ACLOCAL
 $AUTOCONF
+$AUTOMAKE -a
+test -f install-sh
+for f in $makefiles; do mv -f $f.in $f.sav; done
 $AUTOMAKE
+for f in $makefiles; do diff $f.sav $f.in; done
 
 ./configure
 ls -l . hacky src data tests # For debugging.
index 60cbcaf805ba1938388d734f80c70c6be0b92520..7d70b743c8bb13f0b5a11e6ffd2a52e0e525d966 100755 (executable)
@@ -20,6 +20,7 @@
 # See also the similar test `backcompat5.test'.
 
 required=cc
+am_create_testdir=empty
 . ./defs || Exit 1
 
 # Anyone doing something like this in a real-life package probably
@@ -77,7 +78,7 @@ int main (void)
 END
 
 $ACLOCAL
-$AUTOMAKE
+$AUTOMAKE --add-missing
 $AUTOCONF
 
 ./configure
index 931691507b9aac2e7b2af6ecd0be8f1b9b97e953..48d70c719f117c4296c850ab2dbef261731706a3 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index b51ffe354260f584febec2a3fdba44dc31bd93dc..c11d20d47d20cabfecbfc1ac7173511a5c551a51 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >>configure.in
+echo AC_OUTPUT >>configure.ac
 
 # Note: trailing whitespace used during the test should not appear as
 # trailing whitespace in this file, or it will get stripped by any
index f9cb0e8807087581e1227eb2ae032d1ff320774e..3f548f75dca02065b4dfe0cf257dc4832f7224bb 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_SUBST(TEXINFOS)
@@ -30,4 +30,4 @@ END
 
 $ACLOCAL || Exit 1
 AUTOMAKE_fails
-grep 'configure.in:3:.*info_TEXINFOS' stderr
+grep 'configure.ac:3:.*info_TEXINFOS' stderr
index 907976b24040dcc2b8af5272ba9e57a4d59632f3..81ff5b76cc6389729b56f029768465120febdaf4 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 8f8c52e993354d6a44df41b185635ede47ee9095..88d8854fd38949dab04c0ede2156514ee1cf6418 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >>configure.in
+echo AC_OUTPUT >>configure.ac
 
 cat > Makefile.am << 'END'
 dist_bin_PROGRAMS = foo
index 9d46acd5702e41348ffe684a71d56f75b2bef050..bc65b8924797b2968e40a0c9092da2be71aa44d9 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([./gmakefile ./sub/gmakefile])
index 48d3de110d51fd7a96a4229379a84662a1297c50..b5038a5351befbfa59d6be02911598f8e856b338 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 078e79db1fa90b7fd403742639f37fac9eccebf2..25a8e71df69590d9d6cae08c5a11a37cfd7cf8e4 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 8a330006c5008025d9915fa99d8a88436d6fe258..8ff2404fb7fb992eafee22fc9b6ec35ba26d09bb 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 15a8bd0df499a22d4cf9bd8ca32c921d7868ae6c..0d71d83283bb4518aa9b874b83397d58fd126774 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index aef4c186e4d711a1beaa583a29cbc4cf6b9a0c8e..23064491f546600057e2a37f96e6f293317f50d8 100755 (executable)
@@ -20,7 +20,7 @@
 required='libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 997caf3d4133a791f19a2028faf91537935a3367..d9d22c21868226cac48034f94e43e3416343ca11 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc libtool libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB  dnl: for static libraries
index bdb35e0bc4180a214720313c9b0e13cb11f3ba62..5ec372eb75eeff81eceb604bef2dc3dbe6fb1a74 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index d956f5074231880b21430fa725108072cfae7ec7..910bb121a030793de22d6fe7eeb77b2ed56c201f 100755 (executable)
@@ -20,7 +20,7 @@
 required=gcc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 # Make sure that $CC can be used after AM_PROG_CC_C_O.
index c7d6875f3a07c1295d0d0d08d4fb86b8fa3a01ce..e6c9c6428f1fb187a19cf245a0382fb51f8c95c3 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CC
 AC_OUTPUT
 EOF
index d667a980259fefacf0f12aa8ed2bb7da934c6f04..aea56cb4fad07bec9873afc411a5d5187a78f359 100755 (executable)
@@ -19,7 +19,7 @@
 required=gcc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 $CC --version; $CC -v; # For debugging.
index 8d53ac05c47289e0bac1b4dfdcd6c9695a6bab43..a1b61acc25535046085e63c8d5c777bbc7655ccf 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index b074f53ab565854af7b7f6212b42a93b871f6bdb..b1e6b7025d56f9f90e4708b21139edaba01d0d71 100755 (executable)
@@ -35,7 +35,7 @@ mv [!S]* SrcDir
 mkdir BuildDir
 cd SrcDir
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 6353301264cbc2cca4aa01cac4d207eb6433346e..5a64c229a14ef8c08cb9931d21030db770a24e96 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 8d8ff586b2b5608493cc4bec699c359a24eefef9..6fadc7f228a08918fa3f322637b669fcd221a76b 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc native'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_SUBST([script_tests],
          ['subst-pass-script.test subst-xfail-script.test'])
index 03aa07ad0a6b7712c3070d4c8391575a3d73b0c3..49702b69924fb9f799ee0a49ad8f032ebcd1bc8a 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([script_tests], ['subst-pass-script.sh subst-xfail-script.sh'])
 AC_SUBST([xfail_tests], ['xfail-script.test subst-xfail-script.sh'])
 AC_OUTPUT
index 93dd966393a9771169ef3a6208769bbfb6a2a71c..9f1fe4a6b74bb9fd7403899e1c72e32df7655258 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 3726e1c7a08560e818eb84568a3ced43a71b8669..3b3ee8bdf65129106fe6bff0bfe5ec7ba47ba0c1 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=no
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 401932455c2ef8c241a9e1d420e026f2be19a252..e78da0f16c683233e77d5d819654fefd3952eb06 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 1afa95982447568129ff89ef31868213aae52abd..b611f4cd3f820fad18637ddabc97638edf3ca094 100755 (executable)
@@ -20,7 +20,7 @@
 required=runtest
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 7dbb4c0ae2120417f7afda79c7b4673815c9544f..8a05c9cc80bc554831ff25aa423eaa8ea76f0946 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([dir/Makefile])
 AC_OUTPUT
 END
index 83520ba8ebdf18ef801e20ad7eaab963dd728a56..0c90af946bba34df3d1cfa2798bd77d552a78a5a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([dir/Makefile])
 AC_OUTPUT
 END
index ca4666444831cffae9b6a4c377fa7e4525e0e552..4f8512a3f88e84a23cd54d97c6ef67afaec824c2 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([dir/Makefile])
 AC_OUTPUT
 END
index 7b412ae9693196130a35d4579a6a82e79196f17c..31790f8afc7826ab54b66f112aa30aefb981bd8f 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc native'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 4968f249888e9d9174d35fe77fd3946003d23158..b6f6a670b241e3e994cfce4f4afb128fcb8c4ccc 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index d3e5b7e0dd27adc5dc4e85b902b8bec4ba6da8a5..574569b9080e3126d474c3132ad3abd8b8baa98e 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 54f55ff7198111d670d680d71cae7c9925e27ccc..bf285e6a72a2cf86b09f6b5b303a2afc682b25b0 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc native'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index a74d2c5f0b5675006d458086d9a0783ddeac6cee..2599e97cbecbb8e70846a61354ff01652ae11ef1 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_MAINTAINER_MODE
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
index 515c2f5933e9988b3cb18e8d4599d7ca76bae038..b313441af149a7a549537f6f69272dc871b368ce 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 42bfcb9a662f42c3a2e4d0f8f63ce10724d43378..728cc3299ce11863ebb691bee90abe5d4364eb6e 100755 (executable)
@@ -19,7 +19,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 5c63bcd5dc47592b6d79ea9192213da41f940a9c..f5cb4e0f375f410271102952cc29b7672126a6ce 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_FILES([foo.h:foo.hin])
 AC_OUTPUT
 END
index 7823cbed43d60d94b663f19ed6e1c6fe5cdeef8b..b1938dc3d739a8b55239706dcb774e6164b10737 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile:zardoz.in])
index f8c118805ba4d2326a270da9a52a3b412570f190..7b7f83e4f687295845d7424c77882ca0bae17393 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile:zardoz.in:two.in:three.in])
index 9043616f399072e2b4f6d67b0e75f474640287aa..6dad3ab85af42c9de1f30a6feef85866e9724327 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_CONFIG_FILES([zardoz:one:two:three])
 AC_OUTPUT
 END
index 7f51db179fd7c37cc30c369e139f3fdff5cd906a..5a0ef379b76c393e0ee66da63a20b4f8aacf6f74 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile:Makefile.in:Makefile.dep])
index 295f912579f241643b7a58c9910b5176f23dd1c1..9f14d2a09eeb3b43d70d8467d89ad31ba2fb0804 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 # With this, version.good should depend on version.gin, while
index f7ba0d121d3fab901be2016b7a2c574464bbc463..822ef9dae3fc62549fc1235eea69744561ce89c1 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([colon7], [1.0])
 AM_INIT_AUTOMAKE
 dnl: Please do not add proper m4 quoting here.
index 26a94fa8c1a0263ac079eaacc99841e3df259d5b..ed6a7274798974ea0c828b039f11729ab41871e1 100755 (executable)
@@ -39,7 +39,7 @@ case `echo "$std" | grep .` in
   *) skip_ "grep can't parse nonprinting characters";;
 esac
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_OUTPUT
 END
 
index 6e9efbdf09dfe081790dfb1bb0e8779c5b8af855..7df18243f1ba348b17a649165516bf28023d0206 100755 (executable)
@@ -69,7 +69,7 @@ rm -f expect-check Makefile
 
 # Do the tests.
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_OUTPUT
 END
 
index 199e0283b3f6c8ca475c50802c53606d44a918f9..a63075c92adf980853d1bf456a9f0bab8fbbab72 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index d294e0b0b25962b397d3d1637cbfc569d0ab4077..42e7bf9ad9f583556c3ea7109f5e453865fdf344 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AC_OUTPUT
 EOF
 
index db9b75a7514bd640f1d2f0618453aaff29dbf7dd..0c2a4d6017b3a51ba703921dce95a01f56f3e16a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AC_OUTPUT
 EOF
 
index 0d263b5639a1b5e27e11c71566aee73e10e5f7f4..9fd8d10699443fb69f0a26bdf86da3acccb9e40a 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AC_OUTPUT
 EOF
 
index c080a002d7774df3a59db6a5d59e59c8baae02a8..5637fb7b6c22db3e357d846ee7d3f25047ffcef1 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AM_CONDITIONAL([COND], [true])
 EOF
 
index 1a2b71b59863119568d2d12433c898ba5fd28f79..3ed31e7c7cf2dbbd20452ab03f0d65993f21acc3 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [true])
 AC_OUTPUT
index c5d573f7a72a511fb260decb6b1bba995dacbed7..5c01d76c1de3e566f5a44f571384bc718bd1dd33 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 9411e1ed2af0cfb2d17fb4bdb73e9fea38d5de6a..d7ae6505dd26874c30cce046b148d3a10f943504 100755 (executable)
@@ -45,7 +45,7 @@ absfoodir=`pwd`/sub
 absmainc=`pwd`/main.c
 absmainobj=`pwd`/main.obj
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_PROG_AR
index ffaad179e63b1a0146d99b35d600d8ff10159833..fe74f5fa1c2af6e45559fa9692e90f571b8679d9 100755 (executable)
@@ -29,7 +29,7 @@ END
 
 chmod +x ./cl
 
-cat >>configure.in << 'END'
+cat >>configure.ac << 'END'
 AC_CANONICAL_HOST
 AC_CONFIG_FILES([check_host], [chmod +x check_host])
 AC_OUTPUT
index cce7fb4d4324ed7ff52d1fb1249ce58f3fc1066b..806c59f925bf9a3c17cbfd8c9eb8dc98f9816b07 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_FC
index 303780b5965810ad18b01df214ed05141adcdbc6..99893d8c30daec4bb4b90648e311dd23705b4cf6 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_F77
index e2719a1fb09bf7a15ed9c8d552d13c6eac81e085..5d18b5c5f381d1c67fa85ae1ee60ace413bd3912 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([TEST], [true])
 AC_OUTPUT
 END
index a137d7278bbc5a5d66340cfd6e37cc9d017581c8..f7f0a8c1aaf2ee3861d0689685e8c679be6aa4e8 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([TEST], [true])
 AC_OUTPUT
 END
index 77ab9527a513e5bf96b7172a594b5642506546c9..56a9083cd7cb67cb1f51ce0f795a89a03b67e5c1 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([USE_A], [test x = y])
 AM_CONDITIONAL([USE_B], [test x = z])
index fa3a1b675d943a7ae5ea713ac1da88df31b38937..b53cb70e9422362982ce3200d8fa0fa78fd9c261 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([CC], [false])
 AM_CONDITIONAL([USE_A], [test -z "$two"])
 AC_SUBST([SUBSTVAR], [bar])
index 8fd048761b5a6503daf4b2d16d38b598e02b95c6..1ab328d7b908a365f0a1eaa18251f22855143c05 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AM_PROG_AR
index 0bb2e7b1865bfcd33f19cbe5fafd2a8477dd8c48..f3725c3af5bcca817d6cf8ea7714086e0398627d 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([COND1], [true])
 END
index 5bcf700a565b64e7c311f38194783a5e77e85fcf..68f70fd47c7c5ad85a322ca06689738f1273a29d 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [true])
index d258cebee76ed54fb4fdfa5ef482a7acd7c4c9da..11a4f68d2a63e5950eabe73902ba9803b11014c4 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND1], [true])
 AC_OUTPUT
 END
index d4669299c70403eaa52849cdf616bad3191cd207..37a0793babde195d6377ab27c3ade703a03db90d 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AM_CONDITIONAL([COND1], [true])
index 7c2f1ce47bd284f2ed541aa68d80e767edd5f7f7..32c0ab2b9b4a04fcf7c3b3b76a2008cf8c224876 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [true])
 AC_OUTPUT
index 973aa34a1ccbe23024d08eb6a7400f87083dbeda..86f677e6f778bbece67b721e784ce1fb978cc431 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([CC], [false])
 AC_SUBST([OBJEXT], [o])
 AM_CONDITIONAL([COND1], [test "x$CONDITION1" = "xtrue"])
index 08764001c8fb1688a07f995f2d85c00b556bfd57..1b5fceaeebca03e5df9fc00184e98570b010bd0a 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([TEST], [true])
 END
 
index fa26248aab47c3347d6296ba5f6116bf9fd66fa9..40e41f1fe37327af03b637cd15796c7a5670e0e2 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([COND1], [true])
 END
index fa29111a2e844678db3782c8dd55549e7c9d3bcd..7719c835dd02c96fd8826d11ba69ad782220f967 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [true])
 AM_CONDITIONAL([COND3], [true])
index cb7cbec354c5d6fa3dc5d730ca409aa319a899ec..7a58c24183e9e96b290ef85915cccc0edaf2eeb9 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 CC=false; AC_SUBST([CC])
 OBJEXT=oo; AC_SUBST([OBJEXT])
 AM_CONDITIONAL([ONE], [true])
index a66c801e392c91220d9d4ea4d2cc533e16153cb0..d6c2bdfe3671d1c8871e3dc60ad4610d15143ca3 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AM_CONDITIONAL([COND], [true])
 AC_OUTPUT
 EOF
index fd57d416c0b12a8b21af2e2618ede03902641f07..b7038cc6b5871cbdc1c20b13c62b082baaf1ba87 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_SUBST([foo], [bar])
 AM_CONDITIONAL([COND], [true])
 EOF
@@ -34,6 +34,6 @@ EOF
 $ACLOCAL
 AUTOMAKE_fails
 grep '^Makefile\.am:3:.* foo was already defined' stderr
-grep '^configure\.in:4:.*foo.* previously defined here' stderr
+grep '^configure\.ac:4:.*foo.* previously defined here' stderr
 
 :
index 5f53a01694f2663d0ffa4c1b2e08a0ff488af673..c427033565f048055395d026192ad2f028151771 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 AM_CONDITIONAL([USE_FOO], [true])
 AC_PROG_CC
 EOF
index 90fbcffbf032b510df105664dbb6201577d68a42..f0aac96385dbb8fdf6fb1a5a2c4d60ed9c56f582 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 AM_CONDITIONAL([USE_FOO], [true])
 EOF
 
index 3c0c5c75acf1d2dac9fa3cb539a25fe082a6c421..0a8263d0117a4cffddf4e15c2a9d99f10970bc33 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 AM_CONDITIONAL([USE_FOO], [true])
 EOF
 
index b123ff5138891d143678bb27e556f19f678be16e..7a6bcff842a1e18837025519550fcb04a9790a37 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 AM_CONDITIONAL([USE_FOO], [true])
 EOF
 
index 61d9af57c8b788961994af94182d17da5ea02354..ee9bf9b767cacd0bc6efd9f07fa0d851f1432082 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >>configure.in
+echo AC_PROG_CC >>configure.ac
 
 cat >Makefile.am <<EOF
 bin_PROGRAMS = a
@@ -54,7 +54,7 @@ do
     a04_SOURCES = quux${i}.c
     endif C$i
 EOF
-  echo "AM_CONDITIONAL([C$i], [:])" >>configure.in
+  echo "AM_CONDITIONAL([C$i], [:])" >>configure.ac
 done
 
 $ACLOCAL
index 64d1a2a67b0c114237c46cefe0656524f8468cf8..cf334a5d816d335a35c426dfd426ce16070ff81e 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([ONE], [true])
 AM_CONDITIONAL([TWO], [false])
index ebec0c0e7d84a505b3358f2b87424a25fd337031..6c2b39626a4c2dddec5c77fe42a436504edf3c6f 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([C1], [test -z "$two"])
 AM_CONDITIONAL([C2], [test -n "$two"])
 AC_OUTPUT
index 5c0c0010ddaded131619f0837de74fb95f3cd9d3..d6006cb0d077a3ec18f4b189002e03e084151168 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_SUBST([CC], [false])
 AC_SUBST([OBJEXT], [o])
 AM_CONDITIONAL([C1], [test -z "$two"])
index a728ceb5432c40aa1bf2a5b021adabf7fde504a8..9845e8c2f0ecde91ced647740d92473c206df245 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([C1], [test -z "$two"])
 AM_CONDITIONAL([C2], [test -n "$two"])
 AM_CONDITIONAL([C3], [test -z "$three"])
index 1aeaea309009b4b94b4790b6e3458e332b7d45f4..9655d3b1ea879f389fea2971a0d4e9f315e204f5 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([INC], [test -z "$two"])
 AC_OUTPUT
 EOF
index 8561ee20e59cd492ac8ace43012b46087bb7fa48..8349406a29f420223ee6b2c599c3e6d26d541477 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([TWO], [test -n "$two"])
 AC_OUTPUT
 EOF
index f8d5e8670c18f2c6246603ad39d9ca4fc478bb8a..97b4c8ff1c59bf50b73e0af0774b27c07008952b 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc lex yacc'
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([CASE_A], [test -z "$case_B"])
 AC_PROG_CC
 AM_PROG_LEX
index 7f54db9dff57d516de5111362ec4e447e2c63bb9..82200cca9151f4e99880ffbf14e2c628b1d1701c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([CASE_A], [test -z "$case_B"])
 AC_PROG_CC
 AM_PROG_LEX
index 1bfada0984c20b26baea3b814bd095a02ebfe6c0..6423d391b0f893658315b55d348030890dcb238c 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([CASE_A], [test -n "$case_A"])
 AC_OUTPUT
 EOF
index 9f13a43657ccd5122137ae86145f54fca4029f78..71ae69a0cf39e235000ebc0e6e6ff7c52bafb213 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([CASE_A], :)
 AM_CONDITIONAL([CASE_B], :)
 AC_OUTPUT
index 837a867a031e6a9b068c89f576a801b6dd2a9a85..840b8b804bb79ab6780a06b001e96aa2315c872e 100755 (executable)
@@ -21,7 +21,7 @@ required=cc
 
 mkdir sub
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AM_CONDITIONAL([COND], [test "$COND" = true])
 AM_COND_IF([COND], [],
index e60569e6589a812e961fd6c4a645e13fab297b54..9bd0cc6fda5e99eca105e964037b038053b32555 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([CC], [false])
 AC_SUBST([OBJEXT], [o])
 AM_CONDITIONAL([ONE], [test "x$CONDITION1" = "xtrue"])
index f271dd6d603071eaf06a1effa089843d694dc1e8..7dadfc1712de93db0d83ac56a08298acfd089e86 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_DEFUN([FOO],
         [AC_CONFIG_FILES([$1])])
 
index 3a0cbc75c4b2bfdc5837464eb304504ef0439f93..ee17a9580a8cd94f1cad71343acd5ddbbf3bae35 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_COND_IF([BAD_COND],
           [AC_CONFIG_FILES([file1])])
 AC_OUTPUT
@@ -26,6 +26,6 @@ END
 
 $ACLOCAL 2>stderr && { cat stderr >&2; Exit 1; }
 cat stderr >&2
-grep '^configure\.in:4:.*AM_COND_IF.* no such condition.*BAD_COND' stderr
+grep '^configure\.ac:4:.*AM_COND_IF.* no such condition.*BAD_COND' stderr
 
 :
index 75b8555ee828555a3b821ed3a34f67f82c0c1050..d4eee010429e610963f9d2f6479339948dd9e21f 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_CONDITIONAL([COND], [:])
 # The next line is needed so that cond-if.m4 is pulled in.
 AM_COND_IF([COND])
@@ -30,8 +30,8 @@ END
 
 edit_configure_in ()
 {
-  sed "$@" < configure.in >configure.int
-  mv -f configure.int configure.in
+  sed "$@" < configure.ac >configure.int
+  mv -f configure.int configure.ac
   rm -rf autom4te*.cache
 }
 
@@ -39,21 +39,21 @@ edit_configure_in ()
 
 $ACLOCAL
 AUTOMAKE_fails
-grep '^configure\.in:8:.* condition stack' stderr
+grep '^configure\.ac:8:.* condition stack' stderr
 
 edit_configure_in 's/_AM_COND_IF/_AM_COND_ELSE/'
 AUTOMAKE_fails
-grep '^configure\.in:7:.* else without if' stderr
+grep '^configure\.ac:7:.* else without if' stderr
 
 edit_configure_in 's/_AM_COND_ELSE/_AM_COND_ENDIF/'
 AUTOMAKE_fails
-grep '^configure\.in:7:.* endif without if' stderr
+grep '^configure\.ac:7:.* endif without if' stderr
 
 edit_configure_in 's/\(_AM_COND_ENDIF\).*/_AM_COND_IF\
 _AM_COND_ENDIF/'
 AUTOMAKE_fails
-grep '^configure\.in:7:.* not enough arguments.* _AM_COND_IF' stderr
-grep '^configure\.in:8:.* not enough arguments.* _AM_COND_ENDIF' stderr
+grep '^configure\.ac:7:.* not enough arguments.* _AM_COND_IF' stderr
+grep '^configure\.ac:8:.* not enough arguments.* _AM_COND_ENDIF' stderr
 test 2 = `grep -c 'not enough arguments' stderr`
 
 :
index 148ecd4dfb76204a37c1dca7739a1c9c187a2ee8..028168ec268bab59704528e5468dd1b211c9ce3b 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_CONDITIONAL([COND1], [:])
 AM_CONDITIONAL([COND2], [:])
 AM_COND_IF([COND1],
@@ -31,13 +31,13 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-$EGREP '^configure\.in:7:.* missing m4 quoting.*macro depth 2( |$)' stderr
+$EGREP '^configure\.ac:7:.* missing m4 quoting.*macro depth 2( |$)' stderr
 
 sed '/.AM_COND_IF/{
         s/^/[/
         s/$/]/
-     }' < configure.in > configure.int
-mv -f configure.int configure.in
+     }' < configure.ac > configure.int
+mv -f configure.int configure.ac
 rm -rf autom4te*.cache
 $AUTOMAKE
 
index 662572d504bb1b7acaeab24dcfa9a3220a926f41..8cc2c2e91870434b4878da9f9d8b82dd9d46fb56 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AM_CONDITIONAL([COND], [true])
 AM_SUBST_NOTMAKE([libdir])
 AC_OUTPUT
index 659c121d9e8f124abcbef1f9775f9ac89324306e..1296cd188be6eb77c30935d13000d607eaadb65d 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_SUBST([foo], [bar])
 AM_SUBST_NOTMAKE([foo])
 AM_CONDITIONAL([COND], [true])
index 7278428a38e1fb975a2d1040e21217c0e341d63c..8d6ef02a3bd7e4249158f1f1041bdc65664d6a0a 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([USE_A], [test x = y])
 AM_CONDITIONAL([USE_B], [test x = z])
 AC_OUTPUT
index e1875149fce066ad32a7ef587e463395356d5a42..dd45678e90beb0896736eea433bbedeff9b9d928 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([ONE], [true])
 AM_CONDITIONAL([TWO], [false])
index e63164078b4b6a2c8c2f83949cae526a6f0e45a8..f6a499d1cc28e2412aec975661f711a5cf0af26e 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo 'AM_CONDITIONAL([FOO], [true])' >> configure.in
+echo 'AM_CONDITIONAL([FOO], [true])' >> configure.ac
 
 cat > Makefile.am << 'END'
 if FOO
@@ -52,7 +52,7 @@ $AUTOMAKE
 
 rm -rf autom4te*.cache
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 touch aclocal.m4 # Avoid unnecessary firing the remake rules.
 $AUTOCONF
 $AUTOMAKE Makefile
index 7864fc99883c88e1442259a939e9e14c2a527824..1651ac98174dec6b0d4eed228168efba92f382a8 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 compat=yes
 AM_CONDITIONAL([Compatible], [test x$compat = xyes])
 AC_OUTPUT
index a4e2b5d30994aa95411f98e9ab2dc87bd6e6db32..f21aacba9883931b767259369282c5ef27f751ae 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([X], [test "$x" = yes])
 AC_OUTPUT
index 1c6679279e1f845af65ef96e28fe78152900d2ec..b9addabeb291212792b7f575d86005cbf4d7fd54 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([WRONG], [test x = y])
 AC_OUTPUT
 END
index 8a9cc62cf1a70c3f358cea75bef3450a1be39fe2..be32b7d1d9d78b99bbb9bccbfc0c777c956a9b12 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 dnl Define a macro with the same name as the conditional to exhibit
 dnl any underquoted bug.
 AC_DEFUN([COND1], ["some'meaningless;characters`])
index a0df1cad2132d2b2efd4d289734c513473782668..3b0f89c2a2d977c8f0cbf61a59dcb8ac9fee846b 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([TEST], [false])
 AC_OUTPUT
 END
index 40662c9e8995250f7ee02195f451821287c41136..a853e37a2d930936d42ef40f96679ceb6cde6aca 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([TEST], [true])
 AC_OUTPUT
 END
index 6236bd8db83900cddb45ebadcb30b18c7fca64e8..b7011e76da32733fb3e14190031c702bf9e3887b 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([TOBE], [false])
 END
 
index 942f5aebfdf218c16afbf0eaf8c795a1f469c406..e88b0d2760673115f3e51263b8a0838650851049 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([TOBE], [false])
 END
 
index fd011991412e3faae6492db9e6bde94390042344..fae04bff68d9864d242898ee5f06d7cf8219f3cf 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_RANLIB
 AM_MAINTAINER_MODE
 AM_PROG_AR
index 5d79c47ecb23a8f0035a2ad1e6e99253478a6213..9f2714ffe6770a1b53afc77217a5bbb4e228f62c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND], [test x"$FOO" = x"true"])
 AC_OUTPUT
 END
index ede7712ccee7ee8565e292d77c6714cb5c0788a2..d9696608ef895a38f8f7c739f5cb469c394119f1 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([bar/Makefile:bar/Makefile.in:Makefile.bot])
 AC_OUTPUT
 END
index f851f80e19f62060db45fa15af888b77963b24fb..2c42f29bc86cb24c904271741540aa458e06ad10 100755 (executable)
@@ -18,9 +18,9 @@
 
 . ./defs || Exit 1
 
-# We avoid using configure.in stub initialized by ./defs, since we need
+# We avoid using configure.ac stub initialized by ./defs, since we need
 # to keep track of line numbers (to grep for error messages).
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES ([oops])
@@ -30,7 +30,7 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-grep 'configure\.in:3:.* arguments .*AC_CONFIG_FILES' stderr
-grep 'configure\.in:4:.* arguments .*AC_CONFIG_HEADERS' stderr
+grep 'configure\.ac:3:.* arguments .*AC_CONFIG_FILES' stderr
+grep 'configure\.ac:4:.* arguments .*AC_CONFIG_HEADERS' stderr
 
 :
index 732e10ffd00ba4c733e399f1552161af42b18d50..9c4cb4fff2b43e29c58f9a6e2a90fc6430bf6aac 100755 (executable)
@@ -21,7 +21,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([./Makefile])
@@ -34,16 +34,16 @@ touch a.in b.in c.in Makefile.am
 $ACLOCAL
 
 AUTOMAKE_fails -Wnone -Wunsupported
-grep "^configure\.in:3:.*'\\./Makefile'" stderr
-grep "^configure\.in:3:.* omit leading '\\./'" stderr
-grep "^configure\.in:3:.*remake rules might be subtly broken" stderr
-grep "^configure\.in:4:.*'\\./foo'" stderr
-grep "^configure\.in:4:.* omit leading '\\./'" stderr
-grep "^configure\.in:4:.*remake rules might be subtly broken" stderr
+grep "^configure\.ac:3:.*'\\./Makefile'" stderr
+grep "^configure\.ac:3:.* omit leading '\\./'" stderr
+grep "^configure\.ac:3:.*remake rules might be subtly broken" stderr
+grep "^configure\.ac:4:.*'\\./foo'" stderr
+grep "^configure\.ac:4:.* omit leading '\\./'" stderr
+grep "^configure\.ac:4:.*remake rules might be subtly broken" stderr
 
 # Check that our warning was actually justified.
-sed 's/^AM_INIT_AUTOMAKE/&([-Wall -Wno-unsupported])/' <configure.in >t
-mv -f t configure.in
+sed 's/^AM_INIT_AUTOMAKE/&([-Wall -Wno-unsupported])/' <configure.ac >t
+mv -f t configure.ac
 rm -rf autom4te*.cache
 $ACLOCAL
 $AUTOCONF
index 1568c2f5ff16b3f3f9f4ac19cb957b3721f7d0ac..ee574382b0c61a7a451c8451a55d4ac3cd0e47ab 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONFIG_HEADER([include/config.h])
 AC_OUTPUT
 END
index 50ace63dd286db3be45ba3629164c3e180d56ff6..ea6a9ffc2fdbe95c63d49ad7f8a0b18f655eaaee 100755 (executable)
@@ -24,7 +24,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([include/Makefile])
 AM_CONFIG_HEADER([include/config.h])
 AC_PROG_CC
index a43e4283e42412238a92bf02c39f4ab5076f70e2..c35c3e847f0cb04b4a79d34f2aae811d1dfb2cf4 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([FOO], [NameToBeGrepped])
 AC_CONFIG_FILES([include/config.h.in])
 AC_CONFIG_HEADERS([config.h])
index 109d02972b53f356fd43f47bc08f1f29e3d8ede8..c5e7d7e580d98bf4e836d58893198bf3d5ffaa45 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONFIG_HEADER([subdir/config.h])
 AC_OUTPUT
 END
index fcc79d8a4e2f345a0b8baa026b47705d9155ae7f..665a774969d8418355f9ee2d12001f40ccd284d7 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONFIG_HEADER([config.h two.h])
 END
 
@@ -33,7 +33,7 @@ $AUTOMAKE
 
 # Try again with more macros.
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 1398b161e7b31e2bdf606342e8d35e6a753c7e85..d60dccbd1cf767d7549c68fe9f37c847a519543d 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONFIG_HEADER([one.h two.h])
 AC_OUTPUT
 END
index f86e40e02f3846f10788e6a2b030a6077ae142ec..dfc755106d8784e5990db6abe64690e9d5f9eab0 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 9d24c0eb98d7c807f49303e6fc1b1eb234464ae0..75f9f2ee5497ce0387a8eacc13ed330c28beb911 100755 (executable)
@@ -26,7 +26,7 @@ mkdir sdir
 : > sdir/src2
 mkdir sdir-no-make
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 AC_CONFIG_FILES([sdir/Makefile])
 AC_CONFIG_LINKS([dest:src])
 AC_CONFIG_LINKS([dest2:src])
index 1d0e1560a057c4da1a1b88a8a09803e2ccb5af6a..4a1478b29120a1228fa3a6f517caf3c3539114db 100755 (executable)
@@ -40,7 +40,7 @@ mkdir sdir
 mkdir sdir-no-make
 : > sdir-no-make/src4
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 AC_CONFIG_FILES([sdir/Makefile])
 AC_CONFIG_LINKS([dest:src])
 AC_CONFIG_LINKS([sdir/dest2:src2 sdir-no-make/dest3:sdir/src3])
index e12898d3c43adcd848be0d9c2b4c84c3eff215a9..ffb0d98c3b12c713bad37498b290653596aba840 100755 (executable)
@@ -39,7 +39,7 @@ mkdir sdir
 : > sdir/Makefile.am
 : > sdir/src3
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 AC_CONFIG_FILES([sdir/Makefile])
 my_src_dir=sdir
 my_dest=dest
index 6675bc0dabb9bf12a88fa3287701781796be4d2b..02f3e2a1ba5857b6b7317659af442a5edf274e5c 100755 (executable)
@@ -36,7 +36,7 @@ test: distdir
        test -f $(distdir)/sdir/mk-subdir/src4
 EOF
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 AC_CONFIG_FILES([sdir/Makefile])
 AC_CONFIG_LINKS([src:src])
 AC_CONFIG_LINKS([sdir/src2:sdir/src2])
index c11a0878e49c69a5c449f34a408a156253596f31..188704678ab2b961690ddf0e8b122dda9a6f5046 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 AM_CONFIG_HEADER(subdir/config.h:subdir/config.hin)
index 2d773e84c5c858649ada3be16f7aaa076d7aa6b1..e77563ee1933e89d0de4c1b10a5f636f5ca32245 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([QBERT])
 END
 
index 66d04dc8e5d7cc4d53a9c0326966e879af5f8ab1..bc6ffcae7c6db9256069b4aaeae2dc7f25c08c74 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([OTHER_SCRIPTS])
 END
 
index 6da3617bd78c3e07eb2c7d356bfc8110d4947212..e023231bd7c5de9b1cdab3ce0268a2831ac44eaa 100755 (executable)
@@ -46,12 +46,12 @@ test -f install-sh
 is_not_symlink install-sh
 
 # Let's do a couple of more elaborated tests, this time with the auxdir
-# explicitly defined in configure.in.
+# explicitly defined in configure.ac.
 
 mkdir sub
 cd sub
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([auxdir])
 AM_INIT_AUTOMAKE
index 36adeca75fda750f4501be7a8e5790aac6ac85e1..c39feedd7010a1a79938502af21508e0cd41ff29 100755 (executable)
@@ -22,7 +22,7 @@ plan_ 18
 
 ocwd=`pwd` || fatal_ "getting top-level directory"
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_SUBST([CC],  [who-cares])
 AC_SUBST([CXX], [who-cares])
index bd5e1c4f818310de943544eaac4a7aefa0e57819..e47989b42f6e0a520553c482417dc24eb1e2e088 100755 (executable)
@@ -19,7 +19,7 @@
 required=
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 : >Makefile.am
index bf2716cc5be3aca296cb5a2c6405b7d873dd97a0..cd3082d5f8b12752fa82fae64e9756be1a6c203c 100755 (executable)
@@ -21,7 +21,7 @@
 required=cscope
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index eafe4f64409a752d72b42340c4b207978d76028a..c69aac68136c496b95ed7bff6e17db11124ea877 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 END
 
index e40ef223fc194cbd10c39178226041ab23c7dfb1..243e607d079ea0a76345b71f7256c6b2eaeffd96 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >>configure.in
+echo AC_PROG_CC >>configure.ac
 
 cat >Makefile.am <<'END'
 bin_PROGRAMS = hello
index 69010f77be760fa754ddb7497be5e73aed184302..cc69163ca10b3f78b641293d5dd5a10d2bf8cfdc 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXXCPP
 END
 
index ef397261c5312eb160d230c204011e8592818f14..6f4ce2ea131a48939ad07efad5b793e63f9f2d14 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_CC
 AC_REPLACE_FUNCS(strdup)
index 4a196beb43dd7e04fad124ffad6bc5467843daf7..5ce3beb6f724f92894c5b4be0e304dcf3bceec86 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 END
index 055b35f53a448a2622eaf474095023ab8a5b2fd4..66d0b0df2ccf1d6b240e15263a32a6d828880723 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 END
 
index 56a9598ac22661cfd8c846c3404a8a61fa3f5ce7..a754701d704f58836e7372608845a7d38a7c8bba 100755 (executable)
@@ -17,7 +17,7 @@
 # Make sure C++ files are rewritten to ".o" and not just "o".
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 END
 
index 1efc0b5f3a45d1a8f904f0da2667bd87fbcf18af..f428e9533d73d578992bec30854ffc9396ecb85f 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AM_MAINTAINER_MODE
 AC_OUTPUT
 END
index 5a567f0fa75938c0d415fb784c9b64fb1c5f48cc..f07c6fc517f49b93f38dc8bc9bdd4bee725436e4 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AM_MAINTAINER_MODE
 AC_PROG_CC
 AC_OUTPUT
index ea8a1891ae2025c567a5b6ed6dbfc70325623cea..3dcf6715ac04335ac37a93b44430717ee664774c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 # This is *required* in cygnus mode
 AM_MAINTAINER_MODE
 END
@@ -48,13 +48,13 @@ echo 'AUTOMAKE_OPTIONS = gnu cygnus' >> Makefile.am
 $AUTOMAKE -Werror
 mv -f Makefile.sav Makefile.am
 
-# Try again, this time enabling cygnus mode from configure.in.
-cp configure.in configure.sav
-sed 's/^AM_INIT_AUTOMAKE$/&([gnits cygnus])/' configure.sav >configure.in
-cmp configure.in configure.sav && fatal_ 'failed to edit configure.in'
+# Try again, this time enabling cygnus mode from configure.ac.
+cp configure.ac configure.sav
+sed 's/^AM_INIT_AUTOMAKE$/&([gnits cygnus])/' configure.sav >configure.ac
+cmp configure.ac configure.sav && fatal_ 'failed to edit configure.ac'
 
 $ACLOCAL --force
 $AUTOMAKE -Werror
-mv -f configure.sav configure.in
+mv -f configure.sav configure.ac
 
 :
index 9c4b781e52f7d95da0104832bdf2c0c38c2f9248..eccf7fd59458261abc97eefacd133392fe78d16a 100755 (executable)
 
 . ./defs || Exit 1
 
-echo AM_MAINTAINER_MODE >> configure.in
-mv -f configure.in configure.stub
+echo AM_MAINTAINER_MODE >> configure.ac
+mv -f configure.ac configure.stub
 
-cat configure.stub - > configure.in <<'END'
+cat configure.stub - > configure.ac <<'END'
 AC_OUTPUT
 END
 
@@ -57,7 +57,7 @@ cat > sub2/Makefile.am <<'END'
 AUTOMAKE_OPTIONS = cygnus -Wall
 END
 
-cat configure.stub - > configure.in <<'END'
+cat configure.stub - > configure.ac <<'END'
 AC_CONFIG_FILES([sub1/Makefile sub2/Makefile])
 AC_OUTPUT
 END
index f05d01548b1b3268b1ad7db1c513c950391d3045..9b0b19913c0beb6d240a35c33115d259119509da 100755 (executable)
@@ -19,7 +19,7 @@
 required=makeinfo
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AM_MAINTAINER_MODE
 AC_OUTPUT
 END
index 43cc5f00777f50d2a51f8d02fa9782b26f896d39..b01dfbcb86872850f9775d01d145a910d3573138 100755 (executable)
@@ -22,9 +22,9 @@
 
 $ACLOCAL
 AUTOMAKE_fails --cygnus
-grep '^configure\.in:.*AM_MAINTAINER_MODE.*required.*cygnus' stderr
+grep '^configure\.ac:.*AM_MAINTAINER_MODE.*required.*cygnus' stderr
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_FILES([sub/Makefile])
 END
 
@@ -40,9 +40,9 @@ END
 rm -rf autom4te.cache
 $ACLOCAL
 AUTOMAKE_fails
-grep '^configure\.in:.*AM_MAINTAINER_MODE.*required.*cygnus' stderr
+grep '^configure\.ac:.*AM_MAINTAINER_MODE.*required.*cygnus' stderr
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AM_MAINTAINER_MODE
 END
 
index b7865446479be0589da1dad2f3db4e22c4c6a38c..9415fb64c2ebb1b1e64003a8fed6f529e80b3a61 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index a6eab904b06a826e0f952aa647365af0860dcd00..98bc8e1a589d6c50b925ba586b224b34c8e4e5f4 100644 (file)
@@ -1118,9 +1118,9 @@ else
        "$am_scriptdir"/depcomp . \
       || framework_failure_ "fetching common files from $am_scriptdir"
     # Build appropriate environment in test directory.  E.g., create
-    # configure.in, touch all necessary files, etc.  Don't use AC_OUTPUT,
+    # configure.ac, touch all necessary files, etc.  Don't use AC_OUTPUT,
     # but AC_CONFIG_FILES so that appending still produces a valid
-    # configure.in.  But then, tests running config.status really need
+    # configure.ac.  But then, tests running config.status really need
     # to append AC_OUTPUT.
     {
       echo "AC_INIT([$me], [1.0])"
@@ -1130,7 +1130,7 @@ else
         echo "AM_INIT_AUTOMAKE"
       fi
       echo "AC_CONFIG_FILES([Makefile])"
-    } >configure.in || framework_failure_ "creating configure.in skeleton"
+    } >configure.ac || framework_failure_ "creating configure.ac skeleton"
   fi
 fi
 
index 6a815c0c927f023db037f25e2910ed3e2895423f..c474d7af137b10369c52ce21801a35f332357924 100644 (file)
@@ -179,16 +179,6 @@ ACLOCAL="$am_original_ACLOCAL -Werror"
 # should use $am_original_AUTOMAKE instead.
 AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror -Wall"
 
-# This is a hack to seamlessly support the infamous "autoconf wrappers",
-# that might dispatch different autoconf versions depending on the name
-# of the input files and/or the command-line options used.  See:
-# <http://lists.gnu.org/archive/html/automake/2011-12/msg00039.html>
-# FIXME: in the long run, the better fix will be to convert our testsuite
-# to use `configure.ac' instead of `configure.in' as autoconf input.
-AUTOCONF="$AUTOCONF -B /no/such/dir"
-AUTOM4TE="$AUTOM4TE -B /no/such/dir"
-AUTORECONF="$AUTORECONF -B /no/such/dir"
-
 # POSIX no longer requires 'egrep' and 'fgrep',
 # but some hosts lack 'grep -E' and 'grep -F'.
 EGREP=${AM_TESTSUITE_EGREP-'@EGREP@'}
index 6891ede8273c10d41de8c6f6819d47e4a9a5eb7a..9b66a56f36eb41d8892e9cda0f6f6c6028db2bb3 100755 (executable)
@@ -24,7 +24,7 @@ AC_DEFUN([AM_FUNC_TWO], [@!GrepThisString!@AM_FUNC_THREE])
 AC_DEFUN([AM_FUNC_ONE], [AC_REQUIRE([AM_FUNC_TWO])])
 END
 
-cat >>configure.in << 'END'
+cat >>configure.ac << 'END'
 AM_FUNC_ONE
 END
 
index 7bebc8e499b94514896829b72f198c749931fdc0..0b3f96b6d9456b9f29923de9405031f1aa270a2c 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 dnl if buggy this will require getloadavg.c
 AC_PROG_CC
 AC_DEFUN([AC_FUNC_GETLOADAVG])
index 856d9d0b9ce1acf3f0934ceecfa1d0e5a08a1d2d..8cdc3a1d7ae84b5c91bc06f3ec88b3cff1353d3c 100755 (executable)
@@ -20,7 +20,7 @@
 required=runtest
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 71f5bd987d2f82fb7690177428c32ad3436b078b..05ae2005e582d478b1c2f208ddebfdc7d9561cb7 100755 (executable)
@@ -20,7 +20,7 @@
 required=runtest
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index b37df5786bed9ed7e04a819ac89e9a2c0d91343e..c3bfff6af508bfcb538dc20854bc452434db293b 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 5b1630a909a5c179f292523dd2cf817dc5684b57..f0f61942aca527b47088baf3ee840f5f5edb4d83 100755 (executable)
@@ -32,7 +32,7 @@ write_check_for ()
 END
 }
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index d29b76917e677716ec0d4f190cd122bad7cb7f21..9be5eba90c7379d9e5889a3fbdb6e0bbab55fff9 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 2c3c8b8adc67703c9e9dc37960d91e9189402314..0a0d0910fdabd77e9a7793a930762181a23cb3e2 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index c8da7339c10ec03b8581227aad4281162bb156e6..7d15bc941a37cfa21ba49c0668e6d2041ba6b1a9 100755 (executable)
@@ -26,7 +26,7 @@ END
 
 chmod +x hammer
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 361bb95b294e85d13fd19b8983964027c4f55ebc..44904dfbfd7fc447352db7c7196863cbeca86d57 100755 (executable)
@@ -38,7 +38,7 @@ echo "I'm a right spanner!"
 END
 chmod +x spanner
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 44447db2a19a80e0314d1345701c3f0c79068ef2..26eaa6096661ff5c3966444f15c15cf4d384c8cf 100755 (executable)
@@ -28,7 +28,7 @@ echo "Ah, we have been expecting you, Mr. Blond."
 END
 chmod +x $package
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 24b3307bbdd2f47e23075d4df326bf394771fb68..38255f6f8c66a7c760cdc07343d1df381262ae6b 100755 (executable)
@@ -25,7 +25,7 @@ echo whatever
 END
 chmod +x faildeja
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index b42aaf42fec760c7d6b3e8ea2dd66b3987ea69dc..a926955f666f5b496a6e3fcb5f9cb36c5e56b520 100755 (executable)
@@ -29,7 +29,7 @@ echo whatever
 END
 chmod +x failtcl
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index af3763990dcf0675c07dcca1a18d86789c2353f3..11fefb7c9359903ea2062e01aa13e8853e720d13 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 echo 'include $(top_srcdir)/foobar.am' > Makefile.am
 echo 'include zardoz.am' > foobar.am
index 43f1017c288960a9a09a1f9472b920e5bbe8ecb2..69499b5e49a3a01f9231d11415a703addceb225f 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 m4_include([foobar.m4])
 AC_OUTPUT
 END
index 5c5ebf3d7484bd7aaccbc92b042d4f8b9a6f69bc..378a1a2a29eb1098c9dabe363479e52d6647a36c 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo 'AM_FOO' >> configure.in
+echo 'AM_FOO' >> configure.ac
 echo 'AC_DEFUN([AM_FOO], [AC_REQUIRE([AC_HEADER_STDC])])' > AM_FOO.m4
 
 $ACLOCAL -I .
index d204058c9f65dec776108eab34deaa5dfdb35b44..66fe8da36b5a0452c6e6fa04560dd7610d18baa0 100755 (executable)
@@ -127,7 +127,7 @@ check_distclean ()
   fi
 }
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE
index 3d03766af255dfbeb23bbf582150bc885010a45b..f2e0370e553ea8e5dc4e549b56aadeb7b4595fc0 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([subdir/Makefile subdir2/Makefile])
index 4980ed797df2f73438395602d41159b3f2985ec7..624dee6f02d0d1620fe92a37d213679c3b7a009e 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([subdir/Makefile])
 AC_PROG_CC
 AC_OUTPUT
index 05f7f2af3f34bd6dc807fe9905b9aae128df4130..7fb2602e523df62ae3a4571cdd35125c368a0888 100755 (executable)
@@ -22,7 +22,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 #x AM_PROG_CC_C_O
 AC_OUTPUT
@@ -61,8 +61,8 @@ DISTCHECK_CONFIGURE_FLAGS='--enable-dependency-tracking' $MAKE distcheck
 
 # Try again with subdir-objects option.
 
-sed 's/#x //' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/#x //' configure.ac >configure.int
+mv -f configure.int configure.ac
 echo AUTOMAKE_OPTIONS = subdir-objects >> Makefile.am
 
 $ACLOCAL
index ab87cceb802992c181b2bf0c40f89d52d5f70d4d..49b44ca825d86a3e249d48e104d645e6d0469610 100755 (executable)
@@ -22,7 +22,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 #x AM_PROG_CC_C_O
 AM_PROG_AR
@@ -56,8 +56,8 @@ DISTCHECK_CONFIGURE_FLAGS='--enable-dependency-tracking' $MAKE distcheck
 
 # Try again with subdir-objects option.
 
-sed 's/#x //' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/#x //' configure.ac >configure.int
+mv -f configure.int configure.ac
 echo AUTOMAKE_OPTIONS = subdir-objects >> Makefile.am
 
 $ACLOCAL
index d6bcc830221d3a730c35e662c0fda81391d4cf74..e81e0978309afc434654b32623b0718ca3e4fa98 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-rm -f configure.in
+rm -f configure.ac
 
 mkdir config
 for i in *; do
@@ -29,7 +29,7 @@ for i in *; do
    fi
 done
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE
index e41a09fe530cc824e6ab66bb23b6737728c33c82..6f816ba460cc523bf58483e797248c1f4b6b829f 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 
 cat > Makefile.am << 'END'
 bin_PROGRAMS = fred
index 5303a7f824efdbfd53d31728998123048af24938..8f8431afadd115c16705afbf9bb82b3294a9abff 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_SUBST(DEPS)
 END
index 7ef383d808ca60817aa85ba6e1e5d6f08e01a867..d9896f860bfb26d95cf9269a48f01697fff97c8e 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 
 $ACLOCAL
 
index bf6ca5447c671c955aa0607126b8a8b7e9e1d5cc..ca900f0fca9321cc2e512285ff525b9c4109782e 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in << END
+cat >>configure.ac << END
 AC_PROG_CC
 AC_OUTPUT
 END
index 276b35e225da139eed197f6a5bed7111808091ce..fb4c14003fe6fc2bb3c6506597dfb5df7f461403 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in << END
+cat >>configure.ac << END
 AC_PROG_CC
 AC_OUTPUT
 END
index e94ab5d2050e6160ef51f88b528f783e45f98ea6..d130f9c444be28931f284a08b5d78dbd8c8bd124 100755 (executable)
@@ -31,21 +31,21 @@ errmsg='AC_INIT should be called with package and version argument'
 for ac_init in AC_INIT 'AC_INIT([Makefile.am])'; do
   for am_init_automake in AM_INIT_AUTOMAKE 'AM_INIT_AUTOMAKE([1.11])'; do
     rm -rf autom4te*.cache aclocal.m4
-    unindent > configure.in <<END
+    unindent > configure.ac <<END
         $ac_init
         $am_init_automake
         AC_CONFIG_FILES([Makefile])
 END
-    cat configure.in # For debugging.
+    cat configure.ac # For debugging.
     $ACLOCAL 2>stderr && { cat stderr >&2; Exit 1; }
     cat stderr >&2
-    grep "^configure\\.in:.* $errmsg" stderr
+    grep "^configure\\.ac:.* $errmsg" stderr
     cp aclocal-m4.sav aclocal.m4
     $AUTOCONF 2>stderr && { cat stderr >&2; Exit 1; }
     cat stderr >&2
-    grep "^configure\\.in:.* $errmsg" stderr
+    grep "^configure\\.ac:.* $errmsg" stderr
     AUTOMAKE_fails
-    grep "^configure\\.in:.* $errmsg" stderr
+    grep "^configure\\.ac:.* $errmsg" stderr
   done
 done
 
index a0cf5584d798b725eacf2f9f8aa8dd2e3b5f777a..38ad08b47da72b946840fbad6a562c74979fbb9d 100755 (executable)
@@ -23,7 +23,7 @@ required='ro-dir'
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AC_OUTPUT
 EOF
 
index 4ae92e52ee02fa7a09b444d7e0e8757d865d68db..78af8b1f2a48f328fab441294cb4cc2d23f69a62 100755 (executable)
@@ -26,7 +26,7 @@ echo 'AC_DEFUN([AM_FOO], [foo-foo--foo])' > acdir-more/foo.m4
 
 cd sub
 
-cat > configure.in <<EOF
+cat > configure.ac <<EOF
 AC_INIT([$me], [1.0])
 AM_FOO
 EOF
index 3f6a2d7c91a9efde9e2007e9b921f41187d9f2a7..4cbebb458e30f87f11e268d1eaec55f3068a6787 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<EOF
+cat > configure.ac <<EOF
 AC_INIT
 AM_INIT_GUILE_MODULE
 EOF
index e84cfa0971a3bc0ecc6bb38d34b2715e10694e53..38db51447619e251859742a776fa3559a528ce50 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<EOF
+cat > configure.ac <<EOF
 AC_INIT
 AM_INIT_GUILE_MODULE
 AM_FOO_BAR
index d74fcf7be8fbb265934ba19fdd8b07c7d59317d3..7a01dc74d0d656a5636588724cce2fbf0a06839a 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_RANLIB
 AM_PROG_AR
 AC_PROG_CC
index 478220b1b87af4800343e74751d1acff783a6d11..c999351292040a513c44ba0e9767ccc5337d6753 100755 (executable)
@@ -39,7 +39,7 @@ do_check ()
   cd T$count.d
 
   distdir=$me-$count
-  unindent > configure.in << END
+  unindent > configure.ac << END
     AC_INIT([$me], [$count])
     AC_CONFIG_AUX_DIR([$auxdir])
     AM_INIT_AUTOMAKE([parallel-tests])
@@ -79,12 +79,12 @@ END
   for x in $suffixes; do
     mkdir sub$x
     echo "SUBDIRS += sub$x" >> Makefile.am
-    echo "AC_CONFIG_FILES([sub$x/Makefile])" >> configure.in
+    echo "AC_CONFIG_FILES([sub$x/Makefile])" >> configure.ac
     cp Makefile.stub sub$x/Makefile.am
     echo 'int main (void) { return 0; }' > sub$x/foo.c
     touch sub$x/bar.py sub$x/baz.el
   done
-  echo AC_OUTPUT >> configure.in
+  echo AC_OUTPUT >> configure.ac
 
   $ACLOCAL
   $AUTOCONF
index 1b051eef7ce67025c7f0529cfa986282172cd519..50dd5fe3777619d35edc38cc8984f494f1b93505 100755 (executable)
@@ -22,7 +22,7 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([sub])
 AM_INIT_AUTOMAKE
index 0b3bb6ae9017587a92afa1c5b2b679c1bbe1afbf..53a74161f658eca36c565e0d7085c2a08b97b8c7 100755 (executable)
@@ -31,7 +31,7 @@ for auxdir in build-aux ''; do
   mkdir T$i.d
   cd T$i.d
 
-  unindent > configure.in <<END
+  unindent > configure.ac <<END
     AC_INIT([$me], [1.0])
     AC_CONFIG_AUX_DIR([${auxdir:-.}])
     AM_INIT_AUTOMAKE
@@ -74,9 +74,9 @@ END
   $AUTOCONF
 
   AUTOMAKE_fails
-  grep "^configure\\.in:4:.* required file.*$auxdir_rx/foo\\.txt" stderr
-  grep "^configure\\.in:5:.* required file.*$auxdir_rx/bar\\.sh"  stderr
-  grep "^configure\\.in:6:.* required file.*$auxdir_rx/zardoz"    stderr
+  grep "^configure\\.ac:4:.* required file.*$auxdir_rx/foo\\.txt" stderr
+  grep "^configure\\.ac:5:.* required file.*$auxdir_rx/bar\\.sh"  stderr
+  grep "^configure\\.ac:6:.* required file.*$auxdir_rx/zardoz"    stderr
 
   touch $auxdir/foo.txt $auxdir/bar.sh $auxdir/zardoz
   cp "$am_scriptdir"/missing "$am_scriptdir"/install-sh $auxdir \
index 612af54a4ce9e3dd7485aa9625d262243f3eea4b..821c8e0fa7db13a0100685542376a180b990147f 100755 (executable)
@@ -126,14 +126,14 @@ start_subtest ()
   am_opts=`echo $am_opts | tr ',' ' '`
   mkdir "$name"
   cd "$name"
-  unindent > configure.in <<END
+  unindent > configure.ac <<END
     AC_INIT([$name], [1.0])
     AM_INIT_AUTOMAKE([$ac_opts])
     AC_CONFIG_FILES([Makefile])
     AC_OUTPUT
 END
   echo "AUTOMAKE_OPTIONS = $am_opts" > Makefile.am
-  # It is imperative that aclocal.m4 is copied after configure.in has
+  # It is imperative that aclocal.m4 is copied after configure.ac has
   # been created, to avoid a spurious trigger of the automatic remake
   # rules for configure & co.
   cp "$ocwd"/aclocal.m4 \
@@ -221,7 +221,7 @@ nogzip_automake_failure 'am' 'Makefile\.am:1'
 end_subtest
 
 start_subtest ac-nogz-only am_opts= ac_opts=no-dist-gzip
-nogzip_automake_failure 'ac' 'configure\.in:2'
+nogzip_automake_failure 'ac' 'configure\.ac:2'
 end_subtest
 
 # ------------------------------------------------- #
@@ -382,12 +382,12 @@ unset flip fmt
 
 echo '])' >> am-init.m4
 
-sed 's/AM_INIT_AUTOMAKE.*/m4_include([am-init.m4])/' configure.in > t
-mv -f t configure.in
+sed 's/AM_INIT_AUTOMAKE.*/m4_include([am-init.m4])/' configure.ac > t
+mv -f t configure.ac
 
 # For debugging.
 cat Makefil.am
-cat configure.in
+cat configure.ac
 cat am-init.m4
 
 command_ok_ "$desc [aclocal]" $ACLOCAL --force
index 552cc3821a09fb81416d6a1a89081986d4e63bd5..88ca414e1a8c0dc3f691e59ac81558b66d4ae405 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 52a613b4d66b613acf387e81f9c4b36e487d0858..aa4298999a84b6f4d354e6466b71bbd726941f51 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 include $(srcdir)/foobar.am
index 9e8cd7aea9a2a6e77ff5d423b709df1d5c172bb2..8c3c7576e0efd065bb9e5131d670caad7efb2a9c 100755 (executable)
@@ -22,7 +22,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 m4_include([foobar.m4])
 m4_include([zardoz.m4])
 AC_OUTPUT
index a6f248f28f1daf1cd991aa3bb02ef363dff9effa..61ed200a5725ca791f9a884e4f35caf06bdfba68 100755 (executable)
@@ -22,7 +22,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 m4_pattern_forbid([^MY_])
 MY_FOOBAR || exit 1
 MY_ZARDOZ || exit 1
index 934ea69d21df18ce9475017ed685415efec84070..1aa32c804cc9883e20315250301a51c63ed7f4ce 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 00c071ed5b33eb453f792b0dd3f00a1fdcf3b8ee..6651e72c950dc079857fa7d8553ac64c58125d9b 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 bin_PROGRAMS = foo bar
index 917c4decb7dc962a6aaa068d96074ca35a9426b3..7dbe2ab3de6ee97bf2b052d6d7b01691d5571bd9 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_ARG_ENABLE([success], [], [success=$enableval], [success=no])
 AS_IF([test $success = yes && test "$sentence" = 'it works :-)'],
       [:],
index 94c7f8f5a5cedcb54621c2132544c5143e59e409..45d0e0cb6d21d3476716b06da55d6acda2a7b5e6 100755 (executable)
@@ -22,7 +22,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_SUBDIRS([subpkg])
 if test $dc != ok || test $am_dc != ok; then
   AC_MSG_ERROR([dc=$dc am_dc=$dc])
@@ -32,12 +32,12 @@ END
 
 mkdir subpkg
 
-sed <configure.in >subpkg/configure.in \
+sed <configure.ac >subpkg/configure.ac \
     -e 's/^AC_INIT.*/AC_INIT([subpkg], [2.0])/' \
     -e '/^AC_CONFIG_SUBDIRS/d' \
 
-cat configure.in
-cat subpkg/configure.in
+cat configure.ac
+cat subpkg/configure.ac
 
 dc=KO am_dc=KO; export dc am_dc
 
index 310158b292df05979283eb858d0d67ae252133ff..bef9351c443bdc45befa686214ae1c466b9e9939 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_ARG_ENABLE([success], [], [success=$enableval], [success=no])
 AS_IF([test $success = yes && test "$sentence" = 'it works :-)'],
       [:],
index 5b76d54bcce0eec8e643df35a7b6098616b08da7..dfc20010a1061b00e1074a0569981f1fd7cdee10 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 94614615e1c94d39d987a34d6e331ab547b27cb4..93446b3bc558a8eb1bc1efdeea60325200dd5fb5 100755 (executable)
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_SUBDIRS([subpkg])
 AC_OUTPUT
 END
 
 mkdir subpkg
 
-cat > subpkg/configure.in << 'END'
+cat > subpkg/configure.ac << 'END'
 AC_INIT([subpkg], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index 60762b5dd03c7b4c98f02e9e7105ed4e44a1dad5..3760384231e0f09a32703cc27c02d1bba87a5379 100755 (executable)
@@ -31,7 +31,7 @@ ACLOCAL_AMFLAGS = -I m4
 include $(srcdir)/distcheck-hook-m4.am
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 dnl We *deliberately* don't use m4_pattern_forbid here.
 AC_OUTPUT
 MY_FOO
@@ -92,7 +92,7 @@ $MAKE distcheck
 # We start to use new "third-party" macros from new .m4 files, but forget
 # to re-run "aclocal --install" by hand, relying on automatic remake rules.
 # Our distcheck-hook should catch this too.
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 MY_QUX
 MY_BLA
 END
index c49a003168a43bf0aef4ecfc2f23d1ab91d5c7e7..68e0d76a22043e19bd7e45296bac2a8ed1cc44d0 100755 (executable)
@@ -31,7 +31,7 @@ ACLOCAL_AMFLAGS = -I m4
 include $(srcdir)/distcheck-hook-m4.am
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 MY_FOO
 MY_BAR
@@ -70,7 +70,7 @@ check_no_spurious_error ()
 # of a pre-existing third-party m4 file, but forget to re-run
 # "aclocal --install" by hand, relying on automatic remake
 # rules.  Our distcheck-hook should catch this too.
-echo MY_ZARDOZ >> configure.in
+echo MY_ZARDOZ >> configure.ac
 
 cat > acdir/baz.m4 << 'END'
 # serial 2
@@ -97,7 +97,7 @@ $MAKE distcheck
 #  - use ACLOCAL_PATH, and
 #  - do not add the use of a new macro.
 
-echo MY_FNORD >> configure.in
+echo MY_FNORD >> configure.ac
 
 mkdir pth
 cat > pth/fnord.m4 << 'END'
index 8a010012a17bcd85eccc327eba53c55362a4ee75..746b5f85961cff7731109434a08e0d8d0e436cbb 100755 (executable)
@@ -20,7 +20,7 @@
 required='makeinfo tex texi2dvi install-info'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 5e90d0ace14fa24015aec11082b462c9526b5ef2..1b6a3226acd25b8e9223cb309c5714cec4b7cc6d 100755 (executable)
@@ -30,7 +30,7 @@ sh -c "cd foo.d && sleep '4'" &
 sleep '1'
 rm -rf foo.d && skip_ 'system is able to remove "in use" directories'
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<END
 TESTS = foo.test
index 5fb34470ab89f24217516c36cec1cc72d40d2d7f..d2d3c69ab04ed2ddf11893422ded990fe6ac7a36 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 38a06c4c09f9ee2676422c3ede111b77905392d1..cc4f4956b527c0d98209d22e3705d75bd4d687c9 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in << 'END'
+cat >>configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 836232315d97aec136e686b1e6540db70f0db9c6..dcad10d76089acfd2a8e71f284fe010af20a7a28 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([subdir/Makefile])
 AC_PROG_CC
 AC_OUTPUT
index 0eba22c469f00ca4325189fa9e4f510f2dc789f5..0f8cba0fb793605d4ccb325438916fedaf4a7db4 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_CONFIG_FILES([subdir/Makefile])
@@ -74,7 +74,7 @@ for opt in '' --no-force; do
 
   $FGREP ' $(top_srcdir)/depcomp ' subdir/dc.txt
   # The `compile' script will be listed in the DIST_COMMON of the top-level
-  # Makefile because it's required in configure.in (by AM_PROG_CC_C_O).
+  # Makefile because it's required in configure.ac (by AM_PROG_CC_C_O).
   $FGREP ' $(top_srcdir)/compile ' dc.txt || $FGREP ' compile ' dc.txt
 
 done
index 1589becbacdcf32f6e025e48dc3fce2974377586..dc37fcf4f62a6e01bde0f9e35f42c8510898251e 100755 (executable)
@@ -22,7 +22,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
    AC_CONFIG_FILES([tests/autoconf:tests/wrapper.in],
                    [chmod +x tests/autoconf])
    AC_CONFIG_FILES([tests/autoheader:tests/wrapper.in],
index d9b43dabbaf1599911f59473993389e0ae7ba68d..adfbe52d10ef8b4555fa7e8cc1e78498f239c04c 100755 (executable)
@@ -36,7 +36,7 @@ extract_distcommon ()
     }' -e '/^DIST_COMMON =/ p' ${1+"$@"}
 }
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
    AC_CONFIG_FILES([tests/autoconf:tests/wrapper.in],
                    [chmod +x tests/autoconf])
    AC_CONFIG_FILES([tests/autoheader:tests/wrapper.in],
index a6aa26171297b02ba09c2b119be90db2573d8eec..6e2bba52c98757c6d6d58bccf7320aba455ab0fc 100755 (executable)
@@ -23,7 +23,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index ffe70e5604b7931ca05183a89e14a5a673a3c2db..08244c06ee8b7c73bb0c1eaa6fe06d484f43d0be 100755 (executable)
@@ -38,7 +38,7 @@ ln -s bar2 bar3
 
 ln -s "`pwd`/foo" quux
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 8dcd81e1e7409b41b34a5bae753379689ae5b250..67408df3ee9622ce63e43ca5d25e902614693e05 100755 (executable)
@@ -44,7 +44,7 @@ test -h $lnk2
 test -h $lnka
 test -h $lnkb
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 1c1029e0f253f765481c2d7721a9e065ab0be949..0ef3cdb4cada7c56ca6b55005e1484f38fec2840 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_SRCDIR([a.c])
 AC_PROG_CC
 AC_OUTPUT
index 6fd0836c3e71e809f9160db8e9cb45d2dbd951dc..286bcf7d233976ef5e9c2be040da5ed8824bd8cf 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_HEADERS([config.h])
 AM_WITH_DMALLOC
 AC_SUBST([LDFLAGS])
index 057017d4ecf953c58065187ef0bc870f69b66934..22c981c63dbb42405e7bbb8f463eec6616752880 100755 (executable)
@@ -42,7 +42,7 @@ just_to_separate: dummy deps
 ${tab}bin_PROGRAMS = foo
 END
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 $ACLOCAL
 $AUTOMAKE
index 29bc7b400d76a7235f09e23561fd1059762d13f9..2747e5d8c126ad3e7acbd5c39b32de8a9a597a6e 100755 (executable)
@@ -23,7 +23,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'EOF'
 mydir = $(prefix)/my
index e3fa2812a8603a6a615ca39f2f16be38fd37356d..3c49c3aa663e05ec99ae5ac9c90d1f2ceda598e0 100755 (executable)
@@ -48,7 +48,7 @@ grep 'Makefile.am:7' stderr
 
 # This should work with the AM_SILENT_RULES macro.
 $sleep
-echo 'AM_SILENT_RULES' >> configure.in
+echo 'AM_SILENT_RULES' >> configure.ac
 
 $ACLOCAL --force
 AUTOMAKE_fails -Wportability
index 46e22ca767dbbdf7e49b73d9b5f869cc152e0ca0..3f66a1d7270d0aa31a8b8f26ca342f6a61796e65 100755 (executable)
@@ -69,7 +69,7 @@ noinst_PROGRAMS = foo
 foo_CPPFLAGS = -Dwhatever
 EOF
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 
 $ACLOCAL --force
 
index 1b9962a90467a180dbb8e74fa2771040390f6e56..7f353b799b476f94ef19213a04c8d03cdab47645 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 
 cat > Makefile.am << 'END'
 bin_PROGRAMS = spice nutmeg help sconvert multidec nutmeg
index b50ce51f3b54c7ece956f05b9589888df5238b7d..d4058283954e7fa86263cb954024e1092945e627 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_FUNC_STRTOD
 END
 
index 26ca9b44f01fa4376eb5ab9f7c3910330b73d9ad..74d21586b304877eb2575fb46384dd04a1b3c616 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo 'AM_CONDITIONAL(FOO, true)' >> configure.in
+echo 'AM_CONDITIONAL(FOO, true)' >> configure.ac
 
 cat > Makefile.am << 'END'
 # Flag to tell us if apache dir is a source distribution.
index 78b5ffd2866142e8a5587f8be4d2f24e912d19a6..795f92226453e383a147204458004dadf9e8c121 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >>configure.in
+echo AC_OUTPUT >>configure.ac
 echo 'data_DATA =' >Makefile.am
 
 $ACLOCAL
index 1fcaaafe9a85c795136432514ce3e46019f17c05..7d124230106e527559523c5feff7380ee560b9c1 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 5415c7d527d2f776db3004b4fb92e9777cb84e4f..6aabfbaa9a4ded7621b2bb43e10ae953cdc89257 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index c68483985c6d3817e715b32cce15c8a308e79803..810642607aecdf94b6479287bf237b2f21f2435a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_SUBST(ZOO_OBJ)
 END
index 88c0db861d36c637fb9821b41f82d866ac9afdad..672548c44286abc889a091384bf0dbe55e9bb507 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_SUBST([pkgdatadir], ["FOO"])
 AC_OUTPUT
 EOF
index fb36e3cd19a727faa13922faa5a2dd7703754ff3..0ccc6465adce5a38a5f40c097f7f37e80c3e3a1e 100755 (executable)
@@ -24,7 +24,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([WANT_MT], [test -z "$revert"])
 AM_CONDITIONAL([WANT_RMT], [test -z "$revert"])
index d420debb434a88469001517d58a40671fd2b1fc4..3315ad8db3fce9f60f14f8a44cfe461bc7da5d87 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index a93bec5ce4527fc669c5bee2462a746a44bc7b54..1bc1a10222a3bf66ee5a51017261ab658d8d2817 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 8a657a6539bd1874eb1c58b1345d9a87e5ae211e..298879dee031c263174ecf0498ea81f007c8189c 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND], [test -n "$cond"])
 AC_SUBST([programs], ['prg1$(EXEEXT) prg2$(EXEEXT)'])
 AC_SUBST([CC], [whocares])
index e685e467ee670f067bad590fd64310049a9005f4..15b274f07ef56f2e300274b6e4f273ea8901158d 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 
 cat > Makefile.am << 'END'
 bin_PROGRAMS = www
index d7e512b66be9afc81ef7009612f2bff0c5579078..3fad1a183c1649bf4c03eb2a503b3250f7673d9f 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_F77
 AC_PROG_FC
 AC_PROG_OBJC
index 1dc5235a8ef1469eddeb544a243134f1a570a214..3df0282085b1806b8de3fe30f7f3d0bee1cdf175 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CXX
 EOF
 
index 0ea2e6247d976d9e36f50662c8f99183b2b0a51a..bd5ed6dd344c410accdfbfbd7feef0c862fe1ef3 100755 (executable)
@@ -22,7 +22,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 END
 
 cat > Makefile.am << 'END'
index 9f4a4b471fdf57dc0791ea16b1011828b3faf74a..4f684bbe18bd7af58f2dd45fcf0a3e38714e7e26 100755 (executable)
@@ -25,7 +25,7 @@
 # We want (almost) complete control over automake options.
 AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror"
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_OUTPUT
index d2894ac469c4edd71d4bcad38b9d75d6b953f96f..db4a594f8c3e5e84b659bb7fde7dc52f80175ae4 100755 (executable)
@@ -22,7 +22,7 @@
 # We want complete control over automake options.
 AUTOMAKE=$am_original_AUTOMAKE
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_OUTPUT
index 2c760a52318c8debe17c4f75ef2b903189680211..1c1f518df774ff89a6280abce50436a4a623b475 100755 (executable)
@@ -22,7 +22,7 @@
 # We want (almost) complete control over automake options.
 AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror"
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_OUTPUT
index 5c1e87930dd6f8604c1857b9202d104654aabddf..bc061bf6fae43713668ecb03f397181af465e22e 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([Makefile2 Makefile3])
 AC_SUBST([prog])
 AC_PROG_CC
index a5452c5c543689fd0bb81b5e1b97a135b484c7b0..7bad9ef0ad5889418251e7a0dba71ae45e4752d9 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 3f498b4f64697039ad6f87baac9629961db0b175..8fe7133d201be8a421f879349ee283ecc6ea7520 100755 (executable)
@@ -22,7 +22,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 EXTRA_DIST = *.foo
index 5c5be7f4f9603a4649594e59a97d45b8ae0dea1e..a645afbe4857f7057be8cf486354022c649c0861 100755 (executable)
@@ -20,7 +20,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 AUTOMAKE_OPTIONS = -Wno-portability
index 8ce2c2a72c80b608ad54864dcebe19692fe06d47..97941159236e4bc8366fa364413a26f1d2ffd555 100755 (executable)
@@ -21,7 +21,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 
 cat > Makefile.am <<'END'
index e97207e6412e9e6171e9d8fe4250fe69d0a06de3..30eaeeda6928b05b7569044c20d9c7b018c0c9ca 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 179e611dbe5bd8ea4aaf38c6222eaef3b89d1aa9..40658010645aac333d35785eafa67429505201b1 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo 'AC_SUBST(CODICIL)' >> configure.in
+echo 'AC_SUBST(CODICIL)' >> configure.ac
 
 cat > Makefile.am << 'END'
 sysconf_DATA = @CODICIL@
index 716d1802e1a4b956a61e8ed195c923fae2191225..5b31b63acc8dc28f13f098009a3783e4dda8690d 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo 'AC_SUBST(CODICIL)' >> configure.in
+echo 'AC_SUBST(CODICIL)' >> configure.ac
 
 cat > Makefile.am << 'END'
 sysconf_DATA = @CODICIL@
index f6ef21ff088d7078f15acc29ba89ba2cb7cc3998..7fdd9838dd738a8f4a4d19c5523acb3cf869cac5 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 EXTRA_DIST=foo
index 2b5ef72a7e2232ee6b734cf85c29437007e1aace..6b512114b5d6b7e64b83c67c274f2447c84b758a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 EXTRA_DIST=foo/bar baz foo2/bar2 baz2
index 3c77b432054e3a2b1989bf642166d41f62170b1b..4ad778959945749335506ebdba816a2f28438ae0 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 EXTRA_DIST=foo/bar baz
index ff055f37b9ca5ca7a3f27200692b7925a37c7735..9eef189d11beec04a1b843e927956190277f8413 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 5f01024e15238253832aefa316648ed208aaf557..b5a6007c189d733a91bb51c8303ace373789f30d 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index cf949b51a3c0f906ec22a459bac589a98ead22f2..77b806a97cea9125183479a68f332998bb5aded5 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 9bf67fe05e42da056bc8b661b9a32955d0b86b19..91722bd0a57be7119b1b2020e7c083415a666945 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 66b1d678bc6cfb6c49ee146b90b03c3e8137f39f..a65a91ecf27d30b3953b73416a5ed40db6d39a3b 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_FC
 END
 
index 327b447470d3d4f2b2266d12ade90e7b76956579..c892350d7393d4ed7cf1e809be27b3c4fdd3d912 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_MAINTAINER_MODE
 AC_OUTPUT
 END
index 058acfaf0bf90c702636217ecb845637f8fb3f6e..706a0ac0d4e1a52233e58137a452ab43152e7c3b 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_F77
 AC_F77_LIBRARY_LDFLAGS
 END
index b2c208f259c0a057ff966b974fe584235aae123a..c4a0001a0ed913df72a2d6c9cf75efbdadf2ef44 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat >Makefile.am <<'END'
 AUTOMAKE_OPTIONS = filename-length-max=99
index e05eea128ddc2baa0388b111f92c775bcf136e98..5fb93eaee1cff5666f9fa341851ac54244c13e90 100755 (executable)
@@ -22,7 +22,7 @@
 # The name is so that 99 is exactly hit (including final \0).
 subdirname='cnfsubdir'
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_CONFIG_SUBDIRS([$subdirname])
 AC_OUTPUT
 END
@@ -34,7 +34,7 @@ END
 
 mkdir $subdirname
 
-cat >> $subdirname/configure.in <<EOF
+cat >> $subdirname/configure.ac <<EOF
 AC_INIT([$subdirname], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index ca7179f1b2aea3474e316987c5aade2e9287e8a0..fbd21352fbda933802e73d7fa4e379b4f80938e2 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_F77
 END
 
index 819456666b70e7de7707873830d80ef97f3c9f29..50b4f4a127bc1e0508dee853902889bf15168f80 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_F77
 END
 
index ea7ae226bc76ceab30eca0ee9b6eda789c0b733f..c3ae614812dbadc48ca3e91f8829201e9212fb6e 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_F77
 END
 
index 9ea755d060a17faeb6512f459a82348b6f227f75..d345592efcafd9904c5d16af9a55611069393e23 100755 (executable)
@@ -23,7 +23,7 @@
 
 mkdir sub
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_FC
 AC_FC_SRCEXT([f90])
 AC_FC_SRCEXT([f95])
index 31b9f2565754ea01ac6b59cc0d794a74d0c7801e..a23c9bda57d1e9269789f4af95fe4047a0d28378 100755 (executable)
@@ -47,7 +47,7 @@ END
 sed s,foo,bar, foo.f90 > sub/bar.f90
 sed s,foo,baz, foo.f90 > sub/baz.f
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_F77
 AC_PROG_FC
 AC_FC_SRCEXT([f90], [],
index 44af17915b57bcc3f016dd5b8b5b3c77f4d93319..4614b661d1140360cf850c594f43ba305d0f079d 100755 (executable)
@@ -48,7 +48,7 @@ END
 sed s,foo,bar, foo.f90 > sub/bar.f90
 sed s,foo,baz, foo.f90 > sub/baz.f
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_F77
 AC_PROG_FC
 AC_FC_SRCEXT([f90], [],
index 5e25bf943964933f8cf5f0f051bf3ecc7c0e9799..d10644d887396e597a43f0e77a1866960167765b 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_SRCDIR([foo.f])
 AC_PROG_F77
 AC_OUTPUT
index 3335cbb76152963aa83f34b6b3ac8db9fe3f34c8..b510f1c76e104d188f2d049c896e6863ac200095 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 _AM_DEPENDENCIES([GCJ])
 AC_SUBST([GCJ])
 END
index d34957a9ae793c020f6bfef0fa06629ec8d3bfd1..92eed45437d7c355b700bb4eeabdfdb98d6fd0c4 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 _AM_DEPENDENCIES(GCJ)
 AC_SUBST(GCJ)
 END
index 02c71c7d6415d2bc8b206d7889bee479965b23d9..a8ec120b6f3237dd97ef53f6a44a1e776d4142a1 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 _AM_DEPENDENCIES([GCJ])
 AC_SUBST([GCJ])
 END
index 58e2ff682f7f7f5592e776db02a27be1232bffa4..4d2db9f8f00a0861b5d3aa18e15238d8d7dfecce 100755 (executable)
@@ -19,7 +19,7 @@
 required=gcj
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_GCJ
 AC_OUTPUT
 END
index c09e895f8caa71ee212f673c1810500ef014711b..f3c218f30cbea6bc5d9868122b62cb07d73bc494 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 _AM_DEPENDENCIES(GCJ)
 END
 
index 17603bac952120d1148afc78e3c56cd898014b74..3fe4a31f6484e6e3836c15065d9f3d551baa11a0 100755 (executable)
@@ -19,7 +19,7 @@
 required='gcj'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_GCJ
 AC_OUTPUT
 END
index e3408a9227e464d6e90d2f5691cbb859441eb7ea..460b79385c77e6779a20851c23d3b0dcdece119b 100755 (executable)
@@ -46,14 +46,14 @@ else
 fi
 
 # We will need to specify the correct autopoint (or gettextize) version
-# in the AM_GNU_GETTEXT_VERSION call in configure.in if we want autopoint
+# in the AM_GNU_GETTEXT_VERSION call in configure.ac if we want autopoint
 # (or gettextize) to setup the correct infrastructure -- in particular,
 # for what concerns us, to bring in all the required .m4 files.
 autopoint_version=`extract_program_version $am_gettextize_command` \
   && test -n "$autopoint_version" \
   || autopoint_version=0.10.35
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([foo], [1.0])
 AC_PROG_CC
 # Both required by autopoint.
index 0fcef2cb35e2fdd5480007cef4f8c575383ed1ef..12bbc7df2f3af257e7e360ee5ff86fef1e62158c 100755 (executable)
@@ -19,7 +19,7 @@
 required='gettext'
 . ./defs || Exit 1
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AM_GNU_GETTEXT
 AM_GNU_GETTEXT_VERSION([0.14.3])
 AC_OUTPUT
@@ -46,8 +46,8 @@ if $ACLOCAL; then
 fi
 
 : >config.rpath
-sed '/AM_GNU_GETTEXT_VERSION/d' configure.in >configure.int
-mv -f configure.int configure.in
+sed '/AM_GNU_GETTEXT_VERSION/d' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 $ACLOCAL
 
index 488743c12d3b1a060cc64097a25b062fafd08da5..254d06eb64f17acc875c64fd2783687cef9efa68 100755 (executable)
@@ -20,7 +20,7 @@
 required='gettext'
 . ./defs || Exit 1
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AM_GNU_GETTEXT([external])
 AC_OUTPUT
 END
index a30f5fb48b07ad1d0aa3c6a7356113cfb8f81e8d..7ebd43606324cfab601b861fd3db12a42368f0e5 100755 (executable)
@@ -19,7 +19,7 @@
 required='gettext'
 . ./defs || Exit 1
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_INTL_SUBDIR
 AC_OUTPUT
index fda8c5ce414ee5cc79764485a34c08107f4f8423..badb8b0c38673a2821df34898b1b4fff0dd13002 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [3.5.3.2])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES(Makefile)
@@ -39,4 +39,4 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails --gnits
-grep 'configure.in:.*3\.5\.3\.2' stderr
+grep 'configure.ac:.*3\.5\.3\.2' stderr
index d65586fffbadcf50249c2f73072be9ee6eade94f..ef7078cc24e861e2d84338652b8b5d77266440d2 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc native'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 17ab6f06d8dd04001a717c61a12cd92ab9de21ec..931d04e20d74139a7e71a7ee64eba4c3e673ccb3 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 804a8a76fd801af2676043ceac29b76a5c3cba48..b1ea0002fe7ff95f8d5413cf7ce51404976e204b 100755 (executable)
@@ -20,7 +20,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/GNUmakefile])
 AC_OUTPUT
 END
index 9b87f1554b067854ebd25110ac4c56413f4cd657..5aac432b7e59ff99239f4df91f94f38b755eaeca 100755 (executable)
@@ -21,7 +21,7 @@
 # We need (almost) complete control over automake options.
 AUTOMAKE="$am_original_AUTOMAKE -Werror"
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 9ff3aea59feccccc1747548f2d9f1daa064bbbf2..cda3a9a557bc100a5ad4baaa408b4d64bf8606b4 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([gnuwarn2], [1.0])
 AM_INIT_AUTOMAKE([no-installman])
 AC_CONFIG_FILES([Makefile])
@@ -39,4 +39,4 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-grep 'configure.in:2:.*no-installman' stderr
+grep 'configure.ac:2:.*no-installman' stderr
index d0c5135d69a142f50a635856b2174fd8e3038a83..1e31cd2010b0185ffb39fcb7aef8a517365df96c 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index ba33933b3420c566bd1ca5efc99182253bc7193a..dc93ac87a8ebb6d12948e7d43ec27347a3fcf30a 100755 (executable)
@@ -25,7 +25,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([MY_HEADERS])
 AC_PROG_CC
 END
index bb128d42fcea679ea7f0be59be92fa3e31cd9e3d..cb57c43dbe9b79186f16bc8bba15a105953ff126 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_DEP_TRACK
 END
index c2787eb0b697de0042433873cf451344283acef5..76d0ae61e5ea06a6fe6e722004bd15f0de9052b2 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_PROG_CC
index afa94aa85b119f0b86689440f0d50cd59d9a2e86..1ed614010ed008202468101d7c594e13a28f61a8 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_WITH_DMALLOC
 END
index 3e8f40af7662d0f2e4e46e7333401614bbfe36cf..14925770c8873926151e65c17f0e99acbf223f5d 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 END
index fd1ddfa8ceda1375605f4661f47eb2e697d360a2..597f942c66464d62642bed815bd572dfcc05da2a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_PATH_LISPDIR
 END
index 512ec502e369c124abc3ed1ac1bbb0e9b90aa520..28dac1667549927270b6c7f2d31bec74f1e6ba19 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_ENABLE_MULTILIB
 END
index dca11dbb90b108e4e8ee74b2ed2b598c4200f132..48f15fb8fafd1f4298e55aa81feb3f4389d63d3f 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_PATH_PYTHON
 END
index 8953232adbb74700df424f0f5baf6840f85c8633..2c78212f9e7f0ccf763a70e69d6561b9e1afc196 100755 (executable)
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_SILENT_RULES
 END
 
 $ACLOCAL
 
-mv -f configure.in configure.tmpl
+mv -f configure.ac configure.tmpl
 
 q="[\`'\"]"
 
 for args in '' '([])' '([yes])' '([no])'; do
-  sed "s/AM_SILENT_RULES.*/&$args/" configure.tmpl >configure.in
-  cat configure.in
+  sed "s/AM_SILENT_RULES.*/&$args/" configure.tmpl >configure.ac
+  cat configure.ac
   $AUTOCONF --force
   grep_configure_help --enable-silent-rules \
                       " less verbose build.*\\(undo.*${q}make V=1${q}"
index 8d41c58a70685df4ad7ae3d825e700f9eaf88983..b7b01f8e790c01d9ad97b92e89027c8d15305011 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_PROG_UPC
 END
index b1cc2d86f1727d3c5ba2f546f4254e1e4a7af90e..2f7c2d1ba23d8195e5183feaac7dace1b1f6632d 100755 (executable)
@@ -34,7 +34,7 @@ $AUTOMAKE --version
 $AUTOMAKE --help
 
 # Sanity checks: aclocal and automake cannot work without configure.ac
-# or configure.in.
+# nor configure.in.
 $ACLOCAL 2>stderr && { cat stderr >&2; Exit 1; }
 cat stderr >&2
 $FGREP configure.ac stderr
index de9e779379322def57b31497e5b9415bf9b3d0de..0d433f462d3f2ccbf20f2172703860109e2bd830 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure --help and --version work, even when the current directory
-# contains a broken configure.in and a broken acinclude.m4.
+# contains a broken configure.ac and a broken acinclude.m4.
 . ./defs || Exit 1
 
 # Ensure we run in a new, clean directory.
@@ -27,7 +27,7 @@ cd cleandir
 ACLOCAL=$am_original_ACLOCAL
 AUTOMAKE=$am_original_AUTOMAKE
 
-echo '[' > configure.in
+echo '[' > configure.ac
 echo '[' > acinclude.m4
 
 $AUTOMAKE --version
@@ -42,11 +42,11 @@ $FGREP acinclude.m4 stderr
 
 rm -f acinclude.m4
 
-# Sanity checks: aclocal and automake cannot work with broken configure.in.
+# Sanity checks: aclocal and automake cannot work with broken configure.ac.
 $ACLOCAL 2>stderr && { cat stderr >&2; Exit 1; }
 cat stderr >&2
-$FGREP configure.in stderr
+$FGREP configure.ac stderr
 AUTOMAKE_fails
-$FGREP configure.in stderr
+$FGREP configure.ac stderr
 
 :
index e72eed2a3c81fcd3c17cc6905ad0c338f883c50a..54e06d57c920c8150e5071ddf32dad66cec0127b 100755 (executable)
@@ -27,7 +27,7 @@ cd cleandir
 ACLOCAL=$am_original_ACLOCAL
 AUTOMAKE=$am_original_AUTOMAKE
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([.]) dnl prevent automake from looking into '..'
 AM_INIT_AUTOMAKE([foreign])
index 505932e18ae425adcbe9fce36ab6a511ffa26e55..60000406fca675a7a6365a3665a11cc2cad16186 100755 (executable)
@@ -21,7 +21,7 @@
 # Report from Peter O'Gorman.
 
 . ./defs || Exit 1
-echo AC_OUTPUT >>configure.in
+echo AC_OUTPUT >>configure.ac
 
 : >CHANGELOG
 echo 'EXTRA_DIST = CHANGELOG' >Makefile.am
index 9efb8fc1523b00c40165e17ba1b26e7530295981..a9a068b9b7af68d5af00b395c1ebf16c4811c671 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 474b90be561fe9061af63f3db5cc96d95d1cadc6..d576814899fb49da77d943397055cd2976e5cc1b 100755 (executable)
 for ac_init_args in '' '([x])'; do
   for am_init_args in '' '([1.10])'; do
     rm -rf aclocal.m4 autom4te*.cache
-    unindent >configure.in <<END
+    unindent >configure.ac <<END
       AC_INIT$ac_init_args
       AM_INIT_AUTOMAKE$am_init_args
 END
-    cat configure.in # For debugging.
+    cat configure.ac # For debugging.
     # The error message should mention AC_INIT, not AC_PACKAGE_VERSION.
     ($ACLOCAL && $AUTOCONF) 2>stderr && { cat stderr >&2; Exit 1; }
     cat stderr >&2
     $FGREP AC_PACKAGE_VERSION stderr && Exit 1
-    grep 'configure\.in:.* AC_INIT .*arguments' stderr
+    grep 'configure\.ac:.* AC_INIT .*arguments' stderr
   done
 done
 
index 003a3e01acd39159cc51eff78b093ffbbc1ae57e..44e79cb9ca419559fdf5d41298063d8c6ffb66b5 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >configure.in <<END
+cat >configure.ac <<END
 AC_INIT([init2], [1.0])
 AM_INIT_AUTOMAKE([nosuchoption])
 END
index fdefafabc2ef305ed4f56c4249d355cf22284848..cd74f82a5168fe9b0ce069d8735a706bc489fb0a 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 pkgdata_DATA =
index bbca73e44e2bd157fd4f8ec8b121e6961a1be1fd..c05318db8ffe56f6ee22ccf19785f8028c4fa97a 100755 (executable)
@@ -30,7 +30,7 @@ mkdir bin
 saved_PATH=$PATH; export saved_PATH
 PATH=$cwd/bin$PATH_SEPARATOR$PATH; export PATH
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 83137017596cac6cc8d1bf2428d5cca3a1c792ab..10ab856b749918669948313f6e4e576845916b59 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 dnl Prevent automake from looking in .. and ../..
 AC_CONFIG_AUX_DIR(.)
index 011ba4f1b01d03df9b0b89d07c52bcfa094ffea8..0754a0941d9b2a014980a696162b63930503c333 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_SUBST([INSTALL_DATA])
 END
 
index 0a80a3b8f5d2e2ef9eb5f12eda2f1dd520e2e539..4d47d19a8b40ff3c907df20dc1d0ae3d81d88bf9 100755 (executable)
@@ -19,7 +19,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_OUTPUT
 END
 
index 1b91cfbfe5f360b6a81d8b7755405bc4594344ef..f019504d20050407e4b29b81149978233485ee9b 100755 (executable)
@@ -19,7 +19,7 @@
 required=emacs
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_PATH_LISPDIR
 AC_OUTPUT
 END
index 0be8c22b7e0b24d72c6b5781ed7602d670f27d4c..ded16cd5be050da4d2b2eccc9ec2b7c424dd47c8 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_PROG_AR
index 3f8028e40fa507f2143baa8dbc09ffc26d58e88e..e0948c088cb5675e253714c4a699ef2ebc90c97b 100755 (executable)
@@ -21,7 +21,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_PROG_AR
index a16008a6462a90dfb90b9f5234d16a2ae49dd75f..f48353deb5555c3a585833369eb587968ea95932 100755 (executable)
@@ -19,7 +19,7 @@
 required=python
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_PATH_PYTHON
 AC_OUTPUT
 END
index 32c8873a0c7156abd9777083ca723e3cfc3ce449..4e4887a7a865f00c0ad7e2a38c2f1cb5c0fc74fe 100755 (executable)
@@ -25,7 +25,7 @@ dvips --help \
 pdfetex --version || pdftex --version \
   || skip_ "pdeftex and pdftex are both missing"
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_OUTPUT
 END
 
index e0592ed80f009d74042ea0e9541a5b9e5547f5b8..f09fdfa7cae3a41384a824d71c37e07a9c1ef3f4 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_SUBST([foodir], ['${datadir}'/foo])
 AC_OUTPUT
 END
index 1c6035739ac1faeb608514d9e9e4cf94ad2b20ec..bdfa80999fc3ad06bf75b75bf2f1e4e20f5094fe 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_SUBST([foodir], ['${datadir}'/foo])
 AC_OUTPUT
 END
index 510f610136d25787226cb05cfa196df1e04db4b9..58aef975cd0970ad73b5e45a64c9323e5eaba62c 100755 (executable)
@@ -22,7 +22,7 @@
 required='makeinfo'
 . ./defs || Exit 1
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_OUTPUT
 END
 
index 18aa53ca66a59a81bc080a9dfac6f703cb30556e..0ae80f58ed5c6d461b1620ae69f1f4c3438dd742 100755 (executable)
@@ -22,7 +22,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_OUTPUT
 END
 
index e45f45be5407f885e3309d2078bb51b469564025..0acfd2c5acecc6109895127ab5b7a5281aea6fa2 100755 (executable)
@@ -22,7 +22,7 @@
 required='cc libtool libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AM_PROG_AR
 AC_PROG_LIBTOOL
 AC_OUTPUT
index 2d65d13006ab922dc4112e420323fc8835472515..1e5a340f795b4f64a8548c0c81c77b34123fa81a 100755 (executable)
@@ -22,7 +22,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 6969d98caf2f80357f17b1d7eb3dac4ebc4cb853..14674d504077fb1adfdde3a820a4006a60e5a49f 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_PROG_LN_S
 AC_OUTPUT
 EOF
index 7c47ac7e261e1c0f495681cc25f2e939204294f1..78710459219faa09cd729bac2e36043399bfbcda 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'EOF'
 man_MANS = frob.8
index 8b024a383d23bd4a547e278495fa09159ac0b73f..6642442987a35d833da9a1b51c74ddd611af8d4f 100755 (executable)
@@ -62,7 +62,7 @@ END
 
 chmod +x rm
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_CONFIG_FILES([myinstall], [chmod +x ./myinstall])
 AC_CONFIG_FILES([$subdir/Makefile])
 AC_OUTPUT
index 416250f09d5d0eefbc1a6db00d221f073b3643b1..d0c5b1a95dd45e71eb7c08e67151236d47b16eb8 100755 (executable)
@@ -58,7 +58,7 @@ END
 
 chmod +x rm
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AM_PATH_PYTHON
 AC_CONFIG_FILES([myinstall], [chmod +x ./myinstall])
 AC_CONFIG_FILES([$subdir/Makefile])
index a1bfae0a833f35ea5255f9fbb1c33337493d407c..07611990352df96789269514fbc1dffeb6e54939 100755 (executable)
@@ -70,7 +70,7 @@ END
 
 chmod +x rm
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_CONFIG_FILES([myinstall], [chmod +x ./myinstall])
 AC_CONFIG_FILES([$subdir/Makefile])
 AC_OUTPUT
index 79736d406723dac0cbed924581cb247e2ef6087c..38bbacce3add902414630e13403b9de39ad183fe 100755 (executable)
@@ -26,7 +26,7 @@ rm -f install-sh
 # Since the default path includes '../..', we must run this test in
 # yet another subdir.
 mkdir frob
-mv Makefile.am configure.in frob/
+mv Makefile.am configure.ac frob/
 cd frob
 
 $ACLOCAL
index e464299446e0ee54d7dd5d55955f6606b18b2770..cbe0fdfdd9bd4ac9c38938f40f9db6c1a4c7b998 100755 (executable)
@@ -71,7 +71,7 @@ create_input_data ()
 {
   mkdir sub
 
-  unindent >> configure.in << 'EOF'
+  unindent >> configure.ac << 'EOF'
     AC_PROG_CC
     AM_PROG_AR
     AC_PROG_RANLIB
index e0e8f575bfa0543ee06e9421b4a98e929513c970..b45d44932ae3c71b8c973226b71504475fef5164 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index e9ca2b14abab3bfbf5660f653314b74b0429a503..3ce33e25328726505d3a75a9076427281e75fe9f 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PATH_X
 AC_PATH_XTRA
index cf926f15eb639e277db5e0cc9bbf46b2c3442ac2..230fb96f13e984c060180c5fd9b8971ea76ba6b3 100755 (executable)
@@ -21,7 +21,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 7b4e08bdd41835660801fa696cc2060423e9a33e..23992017293a8a4907608cc4eee96baadc869a52 100755 (executable)
@@ -19,7 +19,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 7472bcf440d60dd34f39b5d0b517ae75904bd205..eb120a3e811dcac8dece1714a2bd8024e74c6902 100755 (executable)
@@ -19,7 +19,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_OUTPUT
 EOF
 
index b8a0ae8a87c46961090c70004360b977e9a0b30b..48b1feace7fe18b06f26869665d013917082a79b 100755 (executable)
@@ -27,9 +27,9 @@ required='java javac'
 am_parallel_tests=no
 . ./defs || Exit 1
 
-echo "AC_SUBST([PATH_SEPARATOR], ['$PATH_SEPARATOR'])" >> configure.in
+echo "AC_SUBST([PATH_SEPARATOR], ['$PATH_SEPARATOR'])" >> configure.ac
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([JAVA], [java])
 AC_CONFIG_SRCDIR([PkgLocation.jin])
 AC_CONFIG_FILES([PkgLocation.java:PkgLocation.jin])
index fa53a0f89821e2aafa34841e5a87c5cad8115d1d..9c9523cdb1b6b49bbf183a750cb9209abbc6497c 100755 (executable)
@@ -28,9 +28,9 @@ required='java javac'
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-echo "AC_SUBST([PATH_SEPARATOR], ['$PATH_SEPARATOR'])" >> configure.in
+echo "AC_SUBST([PATH_SEPARATOR], ['$PATH_SEPARATOR'])" >> configure.ac
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([JAVA], [java])
 AC_CONFIG_SRCDIR([jprog/PkgLocation.jin])
 AC_SUBST([jprogdatadir],  ['${pkgdatadir}'])
index f229383e0a8097346cd672283c7b313ed4d9d3a6..9ec48b28b007a369ea9f222711cf082ca3fac498 100755 (executable)
@@ -20,7 +20,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_SRCDIR([org/gnu/bug/Library.java])
 AC_CONFIG_FILES([
     org/Makefile
index bab71afc22ea7ef49abec773424fb552a6e08361..f2fc76d315180f2dc0dcd5bf891a90a47e996cc8 100755 (executable)
@@ -22,7 +22,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND], [test x"$cond" = x"yes"])
 AC_OUTPUT
 END
index 25ce6d9a38867ba57a2b6134c24c7deae106fade..7f2d9293bf57e0ef58300fa5badc2023e7bcb23c 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 75ab418e0cd43fe5beda2cf69a761ea99a12578f..168ace3ef86b8c34af17e4a850a578d4ab0f8afd 100755 (executable)
@@ -19,7 +19,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_OUTPUT
 END
 
index ba33771b8884f62d9dd9ec1dd46817fa0a4fbb91..b11e6a0000cdfa7b8dc3632c9079ba4d620d371b 100755 (executable)
@@ -20,7 +20,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 480759493c2e29f11cf65a0297d9e3f0f6785dd8..37ead3a1d75628704f25ca6f363f0dd0720c9b38 100755 (executable)
@@ -19,7 +19,7 @@
 required='javac'
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index cc8b7da62f2966a40b3524f44cc35802acbee21a..a3cbb17ab54c067bc931747eabccedff2d91cda7 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 2c44d9c3edf1c665656bb6809c37bebdd97d23e4..97cc4abc934fecc2c4872fc64359c9cdef3d47d2 100755 (executable)
@@ -19,7 +19,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index c5881aa10217d195b0869cc9b5d52054e95afd50..16b1250389f287d916434e57baeba1e75af3b39e 100755 (executable)
@@ -19,7 +19,7 @@
 required=javac
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_OUTPUT
 EOF
 
index d7143081690c3989575f0ae08399f8d85f31ee1e..c0b9f957db398cdfd56c7ba490cd278dca075c74 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL(WITH_JDK, false)
 AC_OUTPUT
 END
index 41b3ae2f415f01d705bba2d91520fc7df00a6c07..c8162b14c12a70679bbcf0ad2175afd49c203dc1 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([WHO_CARES], [false])
 AC_OUTPUT
 END
index 4bcf6d46709644a26683d7202ac0d11b19e68573..000ce463f2ded6ba852c8ff8ff9c0b030a277582 100755 (executable)
@@ -28,7 +28,7 @@ chmod a+x fake-javac
 # with `make -e' below.
 unset JAVAC || :
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 # Simulate presence of the java compiler using our fake-javac script.
 AC_SUBST([JAVAC], ['$(abs_top_srcdir)'/fake-javac])
index 3995ef9582e063d95693eb0a8f468529903a8eb8..fe5553572fbe25a56bbd6e529508e86aa03f4ee1 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([JAVA])
 END
 
index 78b76ee4795ee5b5dc1cc721f572938c87f6ba64..455b8c65358dcb59ce321a9972f73a0dd903118f 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([JAVAC])
 END
 
index cf047dc01312953acd8d6c670b4946571ad0cb8c..a0bd02191f3f7e4360df39fbbcb31f819b4845c0 100755 (executable)
@@ -19,7 +19,7 @@
 required=libtool
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_LIBTOOL
 AC_SUBST([LTLIBOBJS], [q.lo])
index 729dfe97ce659d2c59e544f7618ec293d7476f1a..269af345ec4d6b30bc425c441560d7e7548ca6dd 100755 (executable)
@@ -20,7 +20,7 @@
 required=libtool
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 453c35370336f30419cc164ed8673bf3f02f15cf..81b416944ec29c775e60e84ffe4f1d66aeacd6a0 100755 (executable)
@@ -25,7 +25,7 @@ required=lex
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_LEX
 AC_OUTPUT
index 06f8d8956d327725f6cda7cecfff572c536a7217..4dccc92569cbd337820a4c7d7bce84cca02ce3ec 100755 (executable)
@@ -24,7 +24,7 @@ required=yacc
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_LEX
 AC_OUTPUT
index 478a55fb01311c215f1b48716bf46bc06470fac2..e1560ee0c5b90d62bb9f27cb827dc54461783927 100755 (executable)
@@ -22,7 +22,7 @@ required=lex
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AM_PROG_LEX
 AC_OUTPUT
index e38f35362e32b405e9c3b85ce07880ca3352269f..863df133e1b0edde583b82af34a877ea085330bb 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AM_PROG_LEX
index e2e37df608b0e27a9630910b417ce72ef6cd1fb4..17f66e94c0ba38064bafb3bd66cd3dda862b6bf8 100755 (executable)
@@ -22,7 +22,7 @@ required=lex
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_LEX
 AC_OUTPUT
index 47bee778acc0103e8c7aad65c9333c0e882a6229..3163e669ffac94c7298571d18d47eb87b9d7ae54 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc lex'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_PROG_LEX
index f874f37fcf4b8af0b2fbb4dcb01fc80fa62eac6b..f84fc343c310ad31d955a2fdeb44926514df8267 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc lex'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 3837a0b1bf383fa30789ed37e102c1c0dca18f4a..1ebe90cb42a430968d7286711516b02ba8efdeee 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc lex'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_PROG_LEX
index 641bcaf14ed30fa413b532fe7c7f6a58eeab449e..008328da6abc0cc9121edfd804069487d28b5bea 100755 (executable)
@@ -24,7 +24,7 @@ required=lex
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_PROG_CC
 AM_PROG_CC_C_O
index dc6c843c0ebd6e51bb182753ca5812a4b9f694c9..4dbb7191e2292aba60af86f7f3a18698e74cc67f 100755 (executable)
@@ -25,7 +25,7 @@ required=lex
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 dnl Sister test 'lex-pr204.test' should use 'AC_PROG_LEX' instead.
 AM_PROG_LEX
index a0eb731e365c3f254f7d0ed0b0456fc2c098afe5..8be4c91c6da91b4546d3bed502348026ce81d47a 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc flex'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_LEX
 AC_OUTPUT
index d991b36ad3b8c0bc00971aff5d1d1606a721004a..4c05cc6fa35dee673148e03ea97054571924e717 100755 (executable)
@@ -25,7 +25,7 @@ required=lex
 
 set -e
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AM_MAINTAINER_MODE
 AC_PROG_CC
 dnl We use AC_PROG_LEX deliberately.
index ff5fd485bbc2ca9b22ff7bcde711b5942fcbc0a2..8bfc153ba0b6d2b4742decf001ac1b95d011b6db 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc lex'
 . ./defs || Exit 1
 
-cat >>configure.in <<\END
+cat >>configure.ac <<\END
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_LEX
index 3316550e627637dfc2b550216571e0490e1bd9f6..d3d256a981f3213851a3428dd8d8f72a8c92fc8f 100755 (executable)
@@ -16,7 +16,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_LEX
 END
index af3eea7020663d2bc1afc6539f89625e3f11a896..4b20d14f7cc5ca073fac92b51afa77eec15d4a07 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index b8bb4659d4c695146f70645007f1e7fd3ac54fb4..9751deb409322017e6b74f342618fd6836690a31 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc lex'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_LEX
 AC_OUTPUT
index 616470b04cf04da03dcb93d014cfcd4d20995115..dcccc2ed28a65639aefbd7bae486798f9e849d08 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc lex'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_PROG_LEX
index 2b77c1909e582c627686221914c46777afdf0247..717be0e03072eb93e852c06f26ae160bd30f5229 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_LEX
 END
index 0cdaf84b52186fe1f77e6be9c00009b3035bd454..70bff55b801be6102e9b2068d21ebe129c92c4a3 100755 (executable)
@@ -29,7 +29,7 @@ cat > lexoutroot.in << 'END'
 LEX_OUTPUT_ROOT='@LEX_OUTPUT_ROOT@'
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([lexoutroot])
 AC_PROG_CC
 AC_PROG_LEX
index e4b51774b99ff37a1c6af49afbab55220689f873..a29e147b9f47d5df97208ae2c7beb0a95d770f93 100755 (executable)
@@ -33,7 +33,7 @@ chmod a+x fake-lex
 # with `make -e' below.
 unset LEX || :
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([CC], [false])
 # Simulate presence of Lex using our fake-lex script.
 AC_SUBST([LEX], ['$(abs_top_srcdir)'/fake-lex])
index 158146d0a834d5e512f831d767de5f065cdc7bbb..a5afd21a4038ce4ebf90ed5883e2e79fb8069ecf 100755 (executable)
@@ -32,7 +32,7 @@ chmod a+x fake-lex
 # with `make -e' below.
 unset LEX || :
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([CXX], [false])
 # Simulate presence of Lex using our fake-lex script.
 AC_SUBST([LEX], ['$(abs_top_srcdir)'/fake-lex])
index b993e53715e593faf8727038f69e0e228611e27a..24a934da35469ecf375d87cd5af1358214317987 100755 (executable)
@@ -23,7 +23,7 @@ libexec_PROGRAMS = foo
 pkglibexec_PROGRAMS = bar
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 75a5cb1ec974ef24d7451e1dcc99cd9d09f4d5dc..f8394d66e75b2dbfcd0553d5737cb72de8794091 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-mv configure.in configure.proto
+mv configure.ac configure.proto
 cat >> configure.proto << 'END'
 AC_PROG_CC
 AM_PROG_AR
@@ -70,7 +70,7 @@ extern int dummy_liver;
 END
 
 # AC_LIBSOURCE should work also if called after AC_OUTPUT.
-cat configure.proto - > configure.in <<END
+cat configure.proto - > configure.ac <<END
 AC_LIBSOURCE([maude.c])
 END
 
@@ -97,7 +97,7 @@ extra_checks = maude-src maude-dist liver-src liver-dist
 END
 
 # AC_LIBSOURCES should work also if called after AC_OUTPUT.
-cat configure.proto - > configure.in <<END
+cat configure.proto - > configure.ac <<END
 AC_LIBSOURCES([maude.c, liver.c])
 END
 
index ce5fc417d9655cbc69bb62ccd4fbdae2f781198a..a566b090c08c25310e8840373c0b430cfbc80b32 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 8eafd9747c35dfb10a29282cdd0b2cf6a324e7ab..2a65a63f0a6b9d587d4923597daa4cda289c6011 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 66e3fc469ec62270c6e8bf8ae69138594a79082d..ef63d8b0df35d47f332d59ba955418c809ef1e6e 100755 (executable)
@@ -20,7 +20,7 @@
 required='libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index d36af938732866751a9fcb6e4f9fafe4fd8cf741..50554de49cf55f310024f12dca79a4fa2b693a57 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_PROG_CC
 AC_LIBSOURCE([bar.c])
 AM_CONDITIONAL([CASE], [:])
index 2c290ea7491bc5ac07f5bb2251f654855d7f4ccc..d306b715728346848556f88314d7dd5119a90874 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
@@ -35,6 +35,6 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-grep 'configure\.in:.*required file.*foobar\.c.*' stderr
+grep 'configure\.ac:.*required file.*foobar\.c.*' stderr
 
 :
index 107476c2e89502cbe43bed4c1ca7a15381541833..f0466fd540e718a14ccd221074d91d1f18cecbf3 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
@@ -38,6 +38,6 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-grep 'configure\.in:.*required file.*foobar\.c.*' stderr
+grep 'configure\.ac:.*required file.*foobar\.c.*' stderr
 
 :
index da59eb0ae8247065b021f4ee6dc099ad48862718..97192134bd849d95c15e79fd52815b352da44e67 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_LIBSOURCES([foobar.c, bazquux.c])
@@ -39,12 +39,12 @@ AUTOMAKE="$AUTOMAKE -Wno-extra-portability"
 $ACLOCAL
 
 AUTOMAKE_fails
-grep 'configure\.in:.*required file.*foobar\.c.*' stderr
-grep 'configure\.in:.*required file.*bazquux\.c.*' stderr
+grep 'configure\.ac:.*required file.*foobar\.c.*' stderr
+grep 'configure\.ac:.*required file.*bazquux\.c.*' stderr
 
 : > foobar.c
 AUTOMAKE_fails
-grep 'configure\.in:.*required file.*bazquux\.c.*' stderr
+grep 'configure\.ac:.*required file.*bazquux\.c.*' stderr
 grep 'foobar\.c' stderr && Exit 1
 
 :
index 1f9fe014a975e0d1e2c6960c324cc25bfae8169a..1e78195a2a627d5324e4b1803fb54c981970cc64 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-mv configure.in configure.proto
+mv configure.ac configure.proto
 cat >> configure.proto << 'END'
 AC_PROG_CC
 AM_PROG_AR
@@ -77,8 +77,8 @@ sed '/%LIBOBJ-STUFF%/{
 s/.*//
 i\
 AC_LIBOBJ([maude])
-}' configure.proto > configure.in
-cat configure.in # For debugging.
+}' configure.proto > configure.ac
+cat configure.ac # For debugging.
 
 cat > extra-checks.am << 'END'
 extra_checks = maude-src maude-dist maude-lib liver-not-dist
@@ -117,8 +117,8 @@ else\
   AC_LIBOBJ([liver])\
 fi\
 AC_LIBSOURCES([maude.c, liver.c])
-}' configure.proto > configure.in
-cat configure.in # For debugging.
+}' configure.proto > configure.ac
+cat configure.ac # For debugging.
 
 $ACLOCAL
 $AUTOCONF
index fbb9bd7b3fed5a7886bd83ce57a63226cf74df68..a607ce974f329faa649018370ef2acfd627a168a 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-mv configure.in configure.proto
+mv configure.ac configure.proto
 cat >> configure.proto << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
@@ -76,8 +76,8 @@ sed '/%LIBOBJ-STUFF%/{
 s/.*//
 i\
 AC_LIBOBJ(maude) dnl: do not quote this!
-}' configure.proto > configure.in
-cat configure.in # For debugging.
+}' configure.proto > configure.ac
+cat configure.ac # For debugging.
 
 cat > extra-checks.am << 'END'
 extra_checks = maude-src maude-dist maude-lib liver-not-dist
@@ -117,8 +117,8 @@ else\
 fi\
 AC_LIBSOURCE(maude.c) dnl: do not quote this!\
 AC_LIBSOURCE(liver.c) dnl: do not quote this!
-}' configure.proto > configure.in
-cat configure.in # For debugging.
+}' configure.proto > configure.ac
+cat configure.ac # For debugging.
 
 $ACLOCAL
 $AUTOCONF
index bbb31d12a98e33d9a03ea716ba74c1ac27d216d9..0ced8d942b442b82dbbc66d85aee29e88d368d63 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AM_PROG_AR
index 8792fc2b95506b680838470d828ad9f3899e9ba1..0ac7438598cd1ecb75886d7bd2f82277a0ddce67 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
@@ -38,8 +38,8 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-grep 'configure\.in:.*required file.*\$foo\.c.*not found' stderr
-grep 'configure\.in:.*required file.*\$bar\.c.*not found' stderr
-grep 'configure\.in:.*required file.*\$baz\.c.*not found' stderr
+grep 'configure\.ac:.*required file.*\$foo\.c.*not found' stderr
+grep 'configure\.ac:.*required file.*\$bar\.c.*not found' stderr
+grep 'configure\.ac:.*required file.*\$baz\.c.*not found' stderr
 
 :
index 5d9f6981e45fb393423d925a258c12de41670e5f..4d9e2835dc272f7aeda40609113b113f7ae9f612 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_LIBOBJ_DIR([libobj-dir])
 AC_PROG_CC
 AM_PROG_CC_C_O
@@ -79,9 +79,9 @@ echo SUBDIRS = sub > Makefile.am
 
 sed '/^AC_OUTPUT/i\
 AC_CONFIG_FILES([sub/Makefile])
-' configure.in > t
-mv -f t configure.in
-cat configure.in # For debugging.
+' configure.ac > t
+mv -f t configure.ac
+cat configure.ac # For debugging.
 
 $ACLOCAL
 $AUTOCONF
index 4d90afc752314075fc5db6efa3a3e6de65fd6eb7..ce655c232073eedb31127101267b4925a36c3c8e 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([subdir/Makefile])
 AC_PROG_CC
 AM_PROG_AR
index 1b26e6cf1d18d0723d9e5799a87543f27cd6b292..64969784af00798b5acb5a50412e98c6cd1f4345 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_LIBOBJ_DIR([libobj-dir])
 AC_PROG_CC
 AM_PROG_AR
index e8872fbc5753cb0157f7994b35118e70e9545593..ec9193e10f86e73211ebcf2e1e0a94bb349d5a0a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_LIBOBJ_DIR([libobj-dir])
 AC_PROG_CC
 AM_PROG_AR
@@ -42,12 +42,12 @@ END
 $ACLOCAL
 
 AUTOMAKE_fails
-grep 'configure\.in:.*required directory.*libobj-dir' stderr
+grep 'configure\.ac:.*required directory.*libobj-dir' stderr
 
 mkdir libobj-dir
 : > foobar.c # Oops, it should be in libobj-dir!
 AUTOMAKE_fails
-grep 'configure\.in:.*required file.*libobj-dir/foobar.c.*' stderr
+grep 'configure\.ac:.*required file.*libobj-dir/foobar.c.*' stderr
 
 rm -f foobar.c
 
index 7408bc1165ce0fd7091bdd06a89556c5f443c2af..2aedbd09b952a1a6a1bd4a1cb4f6dc703247c025 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_LIBOBJ_DIR([libobj-dir])
 AC_PROG_CC
 AC_PROG_RANLIB
@@ -39,12 +39,12 @@ $ACLOCAL
 AUTOMAKE="$AUTOMAKE -Wno-extra-portability"
 
 AUTOMAKE_fails
-grep 'configure\.in:.*required directory.*\./libobj-dir' stderr
+grep 'configure\.ac:.*required directory.*\./libobj-dir' stderr
 
 mkdir libobj-dir
 : > foobar.c # Oops, it should be in libobj-dir!
 AUTOMAKE_fails
-grep 'configure\.in:.*required file.*libobj-dir/foobar.c.*' stderr
+grep 'configure\.ac:.*required file.*libobj-dir/foobar.c.*' stderr
 
 rm -f foobar.c
 
index 3eac992a132b398dded3ddd88fa441fa609eb7dd..37ec6bf772abac4103f19cbd37742aa82f9290c8 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure we complain if @LIBOBJS@ is used without being set in
-# configure.in.
+# configure.ac.
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_RANLIB
 AM_PROG_AR
 END
index 31ee7eff61831a1580d950f1bfbed543afb06ede..68711afc874e5ed1e6901e5d4f01abddc6bd9171 100755 (executable)
@@ -23,7 +23,7 @@ cat > Makefile.am << 'END'
 bin_PROGRAMS = foo
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_REPLACE_FUNCS([foo])
 END
index ad26cdab1fcfa6ed616bcdb097b2896375e14a15..036ae561d6a5df1218714cbe20adbfad4917bf9e 100755 (executable)
@@ -24,7 +24,7 @@ bin_PROGRAMS = joe
 LDADD = @LIBOBJS@
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_REPLACE_FUNCS(\
    foo_bar_quux)
index a613216baf90534abd71b6a67695137ad9986c02..56fb16e6b08c00cd4ed0ad2fb0ec28d25c787d9d 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index edc069385e390d5bcaa28b718571a45d687dfe36..dffe658cbf51e4cd6f9c6f901d6da8920e59d771 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_RANLIB
 AM_MAINTAINER_MODE
 AC_PROG_CC
index f7b6f5ab6599066902057f401361bdfe783e3fae..dfa87584c35f9443745a093fca215b969b68843c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 685eaee1966f5714dfae414e1a92006742dc7663..27a2b156f2e482f23d2435689662852b570f7061 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CC
 AM_CONDITIONAL([A], [:])
 AM_CONDITIONAL([B], [:])
index 434080d2b628f2032ac947d8d2586b7f147e1dad..0218ef32cc927023d69148344d1c957f21a8df3a 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_AR
 AC_PROG_LIBTOOL
 AC_OUTPUT
index 5d11f61d6f76b523f8444d14a09b05a1bc1ba702..cd55cc014844eae43d8685d91e534ce9ac779e07 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_LIBTOOL
 m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
 AC_OUTPUT
index 428410d6c06593ca293575d51e56aeb35c7d2df7..5d5b328652e845905f071a18cbd0b87a0ca1ff54 100755 (executable)
@@ -35,7 +35,7 @@ else
   # available, e.g., by properly setting ACLOCAL_PATH.
   rm -rf m4
   mkdir m4
-  echo AC_PROG_LIBTOOL >> configure.in
+  echo AC_PROG_LIBTOOL >> configure.ac
   # See below for an explanation about the use the of `-Wno-syntax'.
   if $ACLOCAL -Wno-syntax -I m4 --install && test -f m4/libtool.m4; then
     : # Libtool macros already accessible by default.
index deb6f36f5bb8a742f632a19af98697b4e64f4161..7b267a714b87e556d823dad0db6d7526100f8bf7 100755 (executable)
@@ -20,7 +20,7 @@
 required=libtool
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_LIBTOOL_DLOPEN
 AC_DISABLE_SHARED
 AC_PROG_LIBTOOL
index 21ad792facd9078c34f3a61dcba29044c6ff34df..3b8a78b601b2df9433f6e16aaff5ccb7abb83317 100755 (executable)
@@ -20,7 +20,7 @@
 required=libtoolize
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index c1a386570cce4cf44f278e24a52ae988ed2bdf7f..5ab3b0861c06a8b87291a9eec2f0114dae5cfaea 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AM_PROG_LIBTOOL
index 4efa8d3d9dcb13d6e71cd1bc532318c52edb07a4..2ce92dd293a34efaa8dd41ec907bd2a8e8608188 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 END
index 25fd526ec743a44d12385d746672829a8b0a5433..b9e778b36d27b0411e1f5e1ceed895fd72310055 100755 (executable)
@@ -21,7 +21,7 @@
 required='libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [false])
 AC_PROG_CC
index 360d566360df8bdb0c642cbcf4ed390f64857b65..13dbc738e29f4030f7d897c60d84d049762d0bab 100755 (executable)
@@ -20,7 +20,7 @@
 required='libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [false])
 AC_PROG_CC
index 0c89a039162c05d7b1764a6d5228ef7d79f2d584..bc8eacae38028716915e142a3d4f743f9683ae95 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_LIBTOOL_DLOPEN
index 7a566d7f9443e643d2e5171e4d26656617df79dc..352b878220a7b77c3687232325461d398f6deeec 100755 (executable)
@@ -19,7 +19,7 @@
 required='libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [false])
 AC_PROG_CC
index fcaad6f7d8ca24d9b1ff0788a2d62e71cb443583..b4d7baa87627ddba7593c0c22eb8998af39a1fa2 100755 (executable)
@@ -22,7 +22,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_PROG_AR
index e3eeefc179e036a1ae87cb16b682c7dcc6db2106..c3dad694e40edb8d4948b4d51f14f35ca611cdf9 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >>configure.in
+echo AC_OUTPUT >>configure.ac
 
 cat >Makefile.am <<\EOF
 test1: distdir
index 86c2e0b80b412457af3e264ea21f86e62e068735..cd1715e27103eac8f7a3df84e010ebdc5e0fd054 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 END
index 1f2e9970c9b684e6cb62bf05b1277e4d857eaa9d..3e49caf6ff787e51f933f5448c449eca13a617e4 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 END
index a111ffd263c24f1898bacf72c611f9cdfcfd6356..ab19d1329a5fc8970a9140d44b90e07f06e7c81a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_FC
 END
 
index 1eabfb3efd1d66550a749f81fc8a82bde3653cf1..75126e3aa1526c410406c4795d71a153595d957d 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_F77
 END
 
index d1e3614d2c9044ce3791e5ca5b77128d4cbd67ef..dafff60c0e31eaffef9cca0c58850f080838649d 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_F77
 END
index 2f9695a8566998a0af988e2fa676d45236f69890..b1236d433b9b3c4390c1e0c358d7fb20d56aee06 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_F77
index b1a6fc500daf5653ebc931abcbbfde1ea48d0981..854c7d435eabeaeebf6ac48119d9cabea4070e9a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_F77
 END
index b48fcea169cbc9e99b9aaa82d17e446cab87fde9..48d32a26a651ff785aa5f727c4e379f3e3affda8 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index d80d6bede3ec6d8ff8931038ab493e715b12bff5..a1531d355f98e52e74acc01e6e3340ba33bf2b05 100755 (executable)
@@ -27,7 +27,7 @@ am-three.el:
 CLEANFILES = am-three.el
 EOF
 
-cat >> configure.in << 'EOF'
+cat >> configure.ac << 'EOF'
 AM_PATH_LISPDIR
 AC_OUTPUT
 EOF
index 8f9310fbfe176e54d3c9f720c5b0d83a7e2f2346..8d2de591a33c4ebceb2f78d6730c3c52fb673752 100755 (executable)
@@ -47,7 +47,7 @@ not-installed:
        find "$(lispdir)" | grep '\.elc$$' && exit 1; :
 EOF
 
-cat >> configure.in << 'EOF'
+cat >> configure.ac << 'EOF'
 AM_PATH_LISPDIR
 AC_OUTPUT
 EOF
index 572392eb084fec2fb3f125f6f49529050120d15e..997a56e739cbdc4a934d289315831fc9a4130f9e 100755 (executable)
@@ -46,7 +46,7 @@ not-installed:
        find "$(lispdir)" | grep '\.elc$$' && exit 1; :
 EOF
 
-cat >> configure.in << 'EOF'
+cat >> configure.ac << 'EOF'
 AM_PATH_LISPDIR
 AC_OUTPUT
 EOF
index e2e839bf0aa59c1dab080452eaca4adbcfa0abbd..9635ea2756c165decfa774a7aa81d52b1aaea17d 100755 (executable)
@@ -32,7 +32,7 @@ dist-test: distdir
        test -f $(distdir)/am-three.el
 EOF
 
-cat >> configure.in << 'EOF'
+cat >> configure.ac << 'EOF'
 AM_CONDITIONAL([WANT_TWO], [test -n "$want_two"])
 AM_PATH_LISPDIR
 AC_OUTPUT
index c55f86c2097f82a683b9762ec1ed99cefdf4682e..79799d160957fc6ecb86a9f86ff632c722c8f43c 100755 (executable)
@@ -22,7 +22,7 @@ cat > Makefile.am << 'EOF'
 dist_lisp_LISP = am-one.el am-two.el am-three.el
 EOF
 
-cat >> configure.in << 'EOF'
+cat >> configure.ac << 'EOF'
 AM_PATH_LISPDIR
 EMACS=no # Simulate no emacs.
 AC_OUTPUT
index 4604b5cc0838736e7b3797eb514d02b816a636d0..299ecd0a452c313a853068b697f039d135ce55ee 100755 (executable)
@@ -23,7 +23,7 @@ cat > Makefile.am << 'EOF'
 dist_lisp_LISP = am-one.el am-two.el am-three.el
 EOF
 
-cat >> configure.in << 'EOF'
+cat >> configure.ac << 'EOF'
 AM_PATH_LISPDIR
 AC_OUTPUT
 EOF
index 03031e9db05a6fcf8f87d379896a7a822c8981f2..b5c0f26066bfcf260c2e96058d9e7f16e671a481 100755 (executable)
@@ -23,7 +23,7 @@ cat > Makefile.am << 'EOF'
 dist_lisp_LISP = am-one.el am-two.el am-three.el
 EOF
 
-cat >> configure.in << 'EOF'
+cat >> configure.ac << 'EOF'
 AM_PATH_LISPDIR
 AC_OUTPUT
 EOF
index 66016a5b618d8c2200c0f6190b4fdae4124ec410..5e2f9a64c7d4ff1c35e34430401b6b12af699e4b 100755 (executable)
@@ -20,7 +20,7 @@
 required=libtool
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([LTLIBOBJS])
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 8c7718532a03ae84b962c41722de7a48b6ff7d1d..e2d44da89a31df5b3ef4642c45bd7e1b2a2cbc52 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [true])
 AC_PROG_CC
index 1698d4c23e7fa76950e4c8e57e76aedc64e4340d..d5098ea9be70d126b34c5b28754e26f4f6315689 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_CONDITIONAL([WANT_LIBFOO], [true])
 AM_CONDITIONAL([WANT_LIBBAR], [false])
 AC_SUBST([WANTEDLIBS], ['lib1foo.la lib1bar.la'])
index 405adf99b447bf59d382c7019a194bca94dbbce9..4a72394831a02764a410741e8ab380b814c90dec 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc native libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index c5f7085d2bfb8629b9a2c31f94e439caef096a00..19ed8b34b5079e5f3e581d7dd00b9e0ab67c8714 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc native libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 3ff25153a5f7200260d071200064525cbbd3f6d5..100d045e9554cba6cb79065d790a5a846c8f131f 100755 (executable)
@@ -19,7 +19,7 @@
 required=libtool
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_AR
 AC_PROG_LIBTOOL
 AC_PROG_CXX
index 73af62e4832577faf9311802c81433178816e977..49ddbe0f817d227a77df074baf5bfb2ced9a346f 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 dnl Older libtool versions don't define LT_PREREQ :-(
index 1263caa28c347995083d9b0441de1accb43f03ed..2879aa1d8e3af889564b5b8422e4541d0c79e894 100755 (executable)
@@ -20,7 +20,7 @@
 required='libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index a73019c36611d7dc8f6e9fda4ccc3fe63f1f291e..5cdccf09b2d051a66ed611169903892f4dd2c72a 100755 (executable)
@@ -19,7 +19,7 @@
 required=libtool
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([LTLIBOBJS])
 AM_PROG_AR
 AC_PROG_LIBTOOL
index f68f459c2425c32263b2f759f28b5d13ffa96fda..11e2a1d56a07966cdf6854e2e426de2467261b99 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc libtool'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index da834d783cdc49e1cf4076586294b6b580a0d847..358e620fe43a66c78fad2f6da82b4293ebc64fab 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 59dd545c0e44dc78a51f72a50f41761086af2fa9..8e78f86839d54bc383931a2db85fd73ec6f65da2 100755 (executable)
@@ -25,7 +25,7 @@ $ACLOCAL --force
 AUTOMAKE_fails -Wnone -Wno-error
 grep "^Makefile\\.am:1:.*$errmsg" stderr
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([lzma], [1.0])
 AM_INIT_AUTOMAKE([no-dist-gzip dist-lzma])
 AC_CONFIG_FILES([Makefile])
@@ -36,6 +36,6 @@ END
 rm -rf autom4te*.cache
 $ACLOCAL
 AUTOMAKE_fails -Wnone -Wno-error
-grep "^configure\\.in:2:.*$errmsg" stderr
+grep "^configure\\.ac:2:.*$errmsg" stderr
 
 :
index ddea64d1185dccb470ec64e3636cfe1918288a04..7285e2886599dd384b9fc94209f5edf826171a65 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 sinclude([doesntexist.m4])
 EOF
 
index 44c06ea6d268b1a4c35c01f771bc55d05f4ae4f8..f5f50ed823299b34240a3f2a17ae6b7efac399ac 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([bar sub/Makefile])
 AC_OUTPUT
 END
index d64f9a9d70c3768dc44d39819fca33872b60f110..8bdc7d2c84777d7e51dfbad786a93a4da5cf8f62 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([bar sub/Makefile])
 AC_OUTPUT
 END
index 3cfbb7b7a431a272977cf66b308bb840b0dc7f81..ac13afff41e567d6a33211bc2d13afea27b13424 100755 (executable)
 set_maintmode ()
 {
   rm -rf autom4te*.cache # Just to be sure not to use a stale cache.
-  echo "AC_INIT([$me], [1.0])" > configure.in
+  echo "AC_INIT([$me], [1.0])" > configure.ac
   case $1 in
     DEFAULT) echo AM_MAINTAINER_MODE;;
           *) echo "AM_MAINTAINER_MODE([$*])";;
-  esac >> configure.in
+  esac >> configure.ac
 }
 
 check_configure_message_with ()
index e54ae0114417bf588dce1398f7e1c34f41ba03fa..37692059b63fea64b881351c59be7d3006405add 100755 (executable)
@@ -29,7 +29,7 @@ fi
 
 mkdir sub
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 all:
index 42eae3c5922aa4d535be05ad6c014391da8926cf..a6e568930cd619a2afad724774be7ce976917761 100755 (executable)
@@ -20,7 +20,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_MAKE_INCLUDE
 AC_OUTPUT
 END
@@ -43,7 +43,7 @@ for flag in '' -w; do
    MAKE="$save $flag" ./configure
    $FGREP 'am__include = include' Makefile
    $sleep
-   touch configure.in
+   touch configure.ac
    $MAKE $flag
    $FGREP 'am__include = include' Makefile
    rm -f config.cache
index 6f41e238f0784169f7bd6fc4a8acf5854e35e637..9144d83e25af457abb3c4a2ef6efd683984be0e7 100755 (executable)
@@ -24,7 +24,7 @@
 required=GNUmake
 . ./defs || Exit 1
 
-cat >configure.in <<END
+cat >configure.ac <<END
 m4_include([version.m4])
 AC_INIT([$me], [THE_VERSION])
 AM_INIT_AUTOMAKE
index 1b96e754d873d9e859040b3cb9ac0940736f5a77..746a2bd13bee9c615fb8302aff089e06bfe5691c 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_OUTPUT
 END
 
index f74b805e1894578137d0d8c26ee6aaf38a37b264..d8077df911624d357741e2204aa6a394092d650f 100755 (executable)
@@ -23,7 +23,7 @@
 
 mkdir sub
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 88cf30c7b2e3e78cc9666d022e2d2824a7fd3286..837b15b9bbed95efcce8638c74447b332fe5c982 100755 (executable)
@@ -43,7 +43,7 @@ fi
 
 mkdir sub sub2
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile sub2/Makefile])
 AC_OUTPUT
 END
index ec8627378ad66b4483e9dcacb9b818e469bd715c..38c399288c7177a8d77be57dfd0d7efa0393dc85 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 53a32c6e77e784903399751a9f13dcabbdabb9bb..a842d38a99f02df45419995dce2789547d80e1b5 100755 (executable)
@@ -24,7 +24,7 @@ installcheck-local:
        grep bar "$(mandir)/man1/foo.1"
 END
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 : ${foo=foo}
 AC_SUBST([foo])
 AC_CONFIG_FILES([foo.1])
index d524355cafa51e480abbbc647044a8be196f9a9e..895e0c5ceba201a21988eb7b9424046fc0c36a34 100755 (executable)
@@ -42,7 +42,7 @@ bar.1:
        $(HELP2MAN) --output=$(srcdir)/bar.1 $(srcdir)/bar
 END
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_MISSING_PROG([HELP2MAN], [help2man])
 AC_OUTPUT
 END
index bdd3d594ca87781198c582eabc4de7f51163cb5a..674ea03c1864b56eed2c8e6cdd2b2cf9eb6678a5 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index daf08421b49d990efa880fa2ae6887f3b4ce9946..d6cece60ca8659c21f60281e403a7efcbbe68e98 100755 (executable)
@@ -35,7 +35,7 @@ zardoz.1:
        $(HELP2MAN) --output=$(srcdir)/zardoz.1 $(srcdir)/zardoz
 END
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AM_MISSING_PROG([HELP2MAN], [help2man])
 AC_OUTPUT
 END
index b850228f68ba15b2ea478e35929ce55654a38098..37bec90ca631e3baa54e54e232aee0c7f9235fca 100755 (executable)
@@ -25,7 +25,7 @@ $(srcdir)/foo.1 bar.1:
 MAINTAINERCLEANFILES = $(dist_man_MANS)
 END
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index bdc0febf7a33ae1272bf57b78e86cc7bbc03bf66..14c190b0fac608c766167e813c7e0983c8fccc19 100755 (executable)
@@ -30,7 +30,7 @@ foo.1:
        : > $(srcdir)/$@
 END
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 393e92617785f046d2370ddaeee8adf4b95f4ea1..a37e60b795ee6cd9b29d57a47ee9cf673c567b82 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([foo])
 AM_INIT_AUTOMAKE
index c5ba431ae4651063510e6538ccfa172033a62af7..ac1be3a38b87ab4f5457be1a6f1e4792ca7c5197 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 END
 
index 1324ef9bcafcf3fcbfeb3155ff0d086837a8106c..d7080818db52013d97b43f3e05ea7766744e65bf 100755 (executable)
 
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AM_PATH_PYTHON
 END
 
 echo SUBDIRS = > Makefile.am
 
 for i in 1 2 3 4 5; do
-  echo "AC_CONFIG_FILES([sub$i/Makefile])" >> configure.in
+  echo "AC_CONFIG_FILES([sub$i/Makefile])" >> configure.ac
   echo "SUBDIRS += sub$i" >> Makefile.am
   mkdir sub$i
   echo python_PYTHON = foo.py > sub$i/Makefile.am
index 7055bca40f7d7af00e0fba06ab93ccfcdef49116..473d0412cf3780892ab7a1083117a7ea122c9316 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_OUTPUT
 EOF
 
index e9dc19b1fa67ef336d2bf35ef7118a4abbaecad8..89e9a5dafee6a1659995a95f7dc211246c3941fa 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 m4_include([v.m4])
 AC_OUTPUT
 EOF
index 64018d15f522c07f15bc5f5ab0a6310dd854864e..01321c349e51bacf9e9bf094275642562e5ff30b 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >>configure.in
+echo AC_OUTPUT >>configure.ac
 
 touch Makefile.am
 
index 20ecb8f2190c42c2373199878dbc3731c290aafd..e17b267477535c1f2e42e7f1faff50e04068be50 100755 (executable)
@@ -26,7 +26,7 @@ get_shell_script missing
 needed_tools='chmod find sed test touch'
 needed_tools_csep=`echo $needed_tools | sed 's/ /, /g'`
 
-cat >configure.in <<EOF
+cat >configure.ac <<EOF
 AC_INIT([missing4], [1.0])
 m4_foreach([tool], [$needed_tools_csep],
           [AC_PATH_PROG(tool, tool, [false])
index cfc4840ac80b5a25b3ce3ad21669a9ea15201426..8173f818aa1c42be1a9237319e6db3ae25b4fd04 100755 (executable)
 
 # Make sure autoconf version checks in aclocal.m4 are robust.
 
+am_create_testdirs=empty
 . ./defs || Exit 1
 
-{
-  echo 'm4_define([AC_AUTOCONF_VERSION], [9999a])'
-  echo 'dnl!! m4_define([a], [oops])'
-  cat configure.in
-  echo AC_OUTPUT
-} >configure.ac
-rm -f configure.in
+cat > configure.ac <<END
+m4_define([AC_AUTOCONF_VERSION], [9999a])
+dnl!! m4_define([a], [oops])
+AC_INIT([$me], [1.0])
+AM_INIT_AUTOMAKE
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
+END
 
-touch Makefile.am
+: > Makefile.am
 
 $ACLOCAL
 $AUTOCONF 2>stderr || { cat stderr >&2; Exit 1; }
 cat stderr >&2
 grep 'You have another version of autoconf' stderr
 grep 'aclocal.m4:.*this file was generated for' stderr
-$AUTOMAKE
+$AUTOMAKE -a
 ./configure
 $MAKE
 
index a871305b3b045cfc961bfabed230d34ad00772a7..658283600db2b4214b6fa1ca006f1a1149b5fb2a 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 AUTOMAKE_OPTIONS = no-installman
index 95b386d15d21827598a992fecfed02f9bdaef6e3..6c8039955ab86888b2cff3bf4b47562fbbf20d87 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_MAINTAINER_MODE
 AC_OUTPUT
 END
@@ -38,14 +38,14 @@ grep '^MAINT.*#' Makefile
 ./configure --enable-maintainer-mode
 grep '^MAINT.*#' Makefile && Exit 1
 
-sed 's/\(AM_MAINTAINER_MODE\).*/\1([disable])/' configure.in > configure.int
-mv -f configure.int configure.in
+sed 's/\(AM_MAINTAINER_MODE\).*/\1([disable])/' configure.ac > configure.int
+mv -f configure.int configure.ac
 mv configure configure1
 $AUTOCONF --force
 diff configure configure1
 
-sed 's/\(AM_MAINTAINER_MODE\).*/\1([enable])/' configure.in > configure.int
-mv -f configure.int configure.in
+sed 's/\(AM_MAINTAINER_MODE\).*/\1([enable])/' configure.ac > configure.int
+mv -f configure.int configure.ac
 $AUTOCONF --force
 
 ./configure
@@ -57,8 +57,8 @@ grep '^MAINT.*#' Makefile && Exit 1
 ./configure --disable-maintainer-mode
 grep '^MAINT.*#' Makefile
 
-sed 's/\(AM_MAINTAINER_MODE\).*/\1([foo])/' configure.in > configure.int
-mv -f configure.int configure.in
+sed 's/\(AM_MAINTAINER_MODE\).*/\1([foo])/' configure.ac > configure.int
+mv -f configure.int configure.ac
 $AUTOCONF --force -Werror && Exit 1
 
 :
index 0eb352ba66b8ed780aab802f9d1eb143670f628b..6c6191520bc5d6aad6025487839ac1a8e150cbd7 100755 (executable)
@@ -21,7 +21,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_MAINTAINER_MODE
 AC_PROG_CC
 AM_PROG_LEX
index e616ece8d2ff3b160492d662ea5a2224efb3ee55..b7ddf200ef6bd96d967123dfb239046cc6ac8c3e 100755 (executable)
@@ -30,7 +30,7 @@ cp "$mldir"/multi.m4 m4
 ACLOCAL_PATH=${ACLOCAL_PATH+"$ACLOCAL_PATH:"}`pwd`/m4
 export ACLOCAL_PATH
 
-cat >configure.in <<'END'
+cat >configure.ac <<'END'
 AC_INIT([multlib], [1.0])
 AC_CONFIG_SRCDIR(libfoo/foo.c)
 AC_CONFIG_AUX_DIR(.)
@@ -71,7 +71,7 @@ EOF
 mkdir libfoo
 cp "$mldir"/multilib.am libfoo/
 
-cat >libfoo/configure.in <<'END'
+cat >libfoo/configure.ac <<'END'
 AC_PREREQ(2.57)
 AC_INIT(libfoo, 0.1, nobody@localhost)
 AC_CONFIG_SRCDIR(foo.c)
@@ -98,7 +98,7 @@ END
 mkdir libbar
 cp "$mldir"/multilib.am libbar/
 
-cat >libbar/configure.in <<'END'
+cat >libbar/configure.ac <<'END'
 AC_PREREQ(2.57)
 AC_INIT(libbar, 0.1, nobody@localhost)
 # Apparently it doesn't work to have auxdir=.. when
index d0b18fb4b708e6bcb8ceaa4df141a0904bd784bf..1742dc433718a247676d54da5f7f41a7494777d3 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 : > Makefile.am
 
index 4e8ddfaa01afc9d9b313b9f036d2407d9a75bd1f..38008cd0af873326515010805ddedbd704158893 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 01d5c116029a5121be559f13450a8a01442738f0..d4ae44acc64a41404dbed0b57697fe69eb3f4292 100755 (executable)
@@ -21,7 +21,7 @@
 # Simulate no emacs and no python (it shouldn't be needed in this test).
 EMACS="no" PYTHON=":"; export EMCAS PYTHON
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PATH_LISPDIR
 AM_PATH_PYTHON([], [], [:])
 # Simulate no javac (it shouldn't be needed in this test).
index 9863fff58eb6fb90fe76698393ced0133f939e58..28509018b6d47aae13f04405f74decaaa8385f0c 100755 (executable)
@@ -19,7 +19,7 @@
 required=python
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AM_PATH_PYTHON
 AC_OUTPUT
 EOF
index 4bbaee5ceea87bb9b7e64c36b09464124c2ad384..e7661c09a426b2a31ff92696247a40abc796aec9 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 9f8df0b296e72f08e098c5ab7159a0958dea2174..3c55745b3459e3463f0bfcf384159c95eda69392 100755 (executable)
@@ -27,7 +27,7 @@
 
 # First, check that PACKAGE and VERSION are output by default.
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE([UnIqUe_PaCkAgE], [UnIqUe_VeRsIoN])
 AC_OUTPUT(output)
@@ -43,7 +43,7 @@ grep 'DEFS.*-DVERSION=\\"UnIqUe' output
 
 # Then, check that PACKAGE and VERSION are not output if requested.
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE([UnIqUe_PaCkAgE], [UnIqUe_VeRsIoN], [no])
 AC_OUTPUT(output)
index 8190ebee377ac7813ade631bd53fc5bc0adb8c5c..965a915ef4eb4886f4a136c3193c2876920350d1 100755 (executable)
@@ -20,7 +20,7 @@
 
 # First, check that PACKAGE and VERSION are output by default.
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([UnIqUe_PaCkAgE], [UnIqUe_VeRsIoN])
 AM_INIT_AUTOMAKE
 AC_OUTPUT(output)
@@ -36,7 +36,7 @@ grep 'DEFS.*-DVERSION=\\"UnIqUe' output
 
 # Then, check that PACKAGE and VERSION are not output if requested.
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([UnIqUe_PaCkAgE], [UnIqUe_VeRsIoN])
 AM_INIT_AUTOMAKE([no-define])
 AC_OUTPUT(output Makefile)
index b87c2ac8bbdb72a56050de5c688765669c305175..5dcad1ce9e7b940d5836de333b3a263d60559dcb 100755 (executable)
@@ -25,7 +25,7 @@ bin_PROGRAMS = zardoz
 zardoz_SOURCES = y.c
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index a79d698e258cda5c247158a25b80c5f04706279c..edf0fa9da8a94d9bd56678054f745d6a680c20c9 100755 (executable)
@@ -23,7 +23,7 @@ bin_PROGRAMS = foo
 foo_SOURCES = a.c b.cpp c.m d.S e.java f.upc
 END
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([nodep2], [1], [bug-automake@gnu.org])
 AM_INIT_AUTOMAKE([no-dependencies])
 AC_CONFIG_FILES([Makefile])
index 6636e911b36fef072928a5fabada414dc3b04130..92cc2f75a9af967e1938f5f2f92c48454c061a01 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 3c6e8c7cd4e427855da4fbbbdf8fbb30a5d8c489..36851be9011bce7b3f7b8f41b26d624ac5ef57c2 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AC_OUTPUT
 EOF
 
index 59a672798627f9c5024c6adc417d52fe7fe1f95d..23becc12de6196ecb7a035199ee314c1f269339a 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 9b3d8f627da9b0684caafde2a0c514a273c8b4cd..39abdc7e252a0382b3a6100528cc3aefea70fe17 100755 (executable)
@@ -32,7 +32,7 @@ check_PROGRAMS = bar
 check_HEADERS = bar.h
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 3230b2dba983fec76cc53dff24d1f0a51adf7199..868c0d990fd07d384e9fa126ee051c95b5f528d4 100755 (executable)
@@ -23,7 +23,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index e524f7dba498fc94e4619e034cc89eeeaf86c42c..487b66f3def50da60b210ce2cabdd5e8beee77bc 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_OUTPUT
 END
 
index fb6b45538118189d0ac729ea9c23b93331859e00..b96e1180dba47e39b4db563e28398227f635b581 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 8f74b7847e3048027ff130170ad9ce6787442b89..d0e7bf06e9ed6a2af434ed1d36458774a91f8870 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_OBJC
 END
 
index 4864f8ea206d7033c775cb814158d1490484d808..290bf26426a4a24e34404038aec213904df9b431 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >>configure.in
+echo AC_PROG_CC >>configure.ac
 
 cat >Makefile.am <<'END'
 bin_PROGRAMS = hello
index e1056357b551262a57ea0b92955a617079c31af5..2fe2dfd2cd52bd5b4aa258a07f1031aa99f6748e 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 LINK = echo >$@ Linked $@ from
index 00cbdaecc73115bec43d93e73ed5ea6ee6495e7c..c4240c200f2f82398a58bbe84bcec1002c4b57fc 100755 (executable)
@@ -22,24 +22,24 @@ set x ${AUTOUPDATE-autoupdate}
 required=$2
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 END
 
 $PERL -ne '/AU_DEFUN\(\[(\w+)\]/ && print "$1\n"' \
   "$am_automake_acdir/obsolete.m4" > obs
-cat obs >> configure.in
+cat obs >> configure.ac
 $PERL -ne 'chomp; print "grep $_ output || Exit 1\n"; ' obs > obs.1
-$PERL -ne 'chomp; print "grep $_ configure.in && Exit 1\n"; ' obs > obs.2
+$PERL -ne 'chomp; print "grep $_ configure.ac && Exit 1\n"; ' obs > obs.2
 echo : >> obs.1 # Since it will be sourced, it must end with a success.
 echo : >> obs.2 # Likewise.
 
-cat configure.in # For debugging.
+cat configure.ac # For debugging.
 cat obs.1        # Likewise.
 cat obs.2        # Likewise.
 
-# Sanity check.  Make sure we have added something to configure.in.
-test `wc -l <configure.in` -gt 1
+# Sanity check.  Make sure we have added something to configure.ac.
+test `wc -l <configure.ac` -gt 1
 
 $ACLOCAL
 
@@ -51,7 +51,7 @@ cat output
 $AUTOUPDATE
 . ./obs.2
 
-# Autoconf should be able to grok the updated configure.in.
+# Autoconf should be able to grok the updated configure.ac.
 $AUTOCONF
 
 :
index 2dbee35daa1fc69af8709f596f1d8c00a87dc692..2383403460686c8a740df45d261880d1e7613374 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 jm_TEST
 FOO
 END
index f260672b5716813d5ba7a16cb974a051331d6096..f242a5138111382c5823af923e77e1dd3efad1d0 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_OUTPUT
 END
 
index e241b1d9114b82d979dffec7c29adeb876a2eeb6..faf877ba59f47031b284cb26de5c50dfd3acbdbb 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_OUTPUT([Makefile frob/zardoz])
index 904e2bf25b7d5d810f526229e22c688a75cee167..92492f69214902f8d5b82ed68c06ed0ddddd8fb0 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << END
+cat >> configure.ac << END
 AC_SUBST([FOO], [top])
 AC_SUBST([BAR], [bot])
 AC_CONFIG_FILES([a/top])
index 8291fa54de52655841dbf6b8679ce3ff40ee6ae7..4413f9732af075cf3c8d9762cb4ace0689f45d3c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << \END
+cat >> configure.ac << \END
 AC_SUBST([FOO], [foo])
 file1=this.in
 echo @FOO@ >$file1
index 11a8f36afca49f2f9f32ef4a8b9f9793fe82ea5f..a3693cc29b6614a4da42e43c2684307c8050531e 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << \END
+cat >> configure.ac << \END
 AC_SUBST([FOO], [foo])
 AC_SUBST([file1], [this.in])
 echo @FOO@ >$file1
index 21fd4fefb54d4d53564b9f3f4da36f6457f3bec5..53d914d333418cfcae459b2b0a51cd0afd0c7d13 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << \END
+cat >> configure.ac << \END
 AC_SUBST([FOO], [foo])
 if $create; then
   AC_CONFIG_FILES([file])
index e7614daf53003409b56e7d41b50793eff72faf1d..41c81bfe70951b1578f42221949bf0cab8ef7752 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_OUTPUT([Makefile intl/intlh.inst po/Makefile.in misc/gettextize])
index 30df4539a6235592be5e7ca745c9293a231160b6..dd7aaefe7bbb6450bb29cc9d2bea018129b68855 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_OUTPUT([Makefile
index f4ee14565542ddf95fd85790e5e8ee1437ebc59f..fa6a95ea53a9ddbf237b3dd149cd754530e6743d 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_OUTPUT([tests/Makefile tests/defs])
index 4915370ebb35c02ad5fd3fb74ed507df83811a7f..8bf9403a2a1eb21f2905a8254c155d2bd37e81ce 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([foo], [bar], [baz])
 AM_INIT_AUTOMAKE
 AC_OUTPUT
index c363ebdd59de2d139ca06e2c1099adb198b25656..b55f5e3275187685ad97323a53828df88d1388db 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([foo:a.in:b.in:c.in:d.in])
index dc9752ea0272c18e3c1a6582fbde865ebf50c409..57ff35a5c1a1c8e3ecf63dad4e9bba72543309e0 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([
index a90280bd36b93ec1c489cb18de757f2b3b6ade61..75d71108059df0442fae5007be233495fbfe8ee8 100755 (executable)
@@ -22,8 +22,8 @@
 mkdir testdir
 cd testdir
 
-mv ../configure.in .
-cat >> configure.in << END
+mv ../configure.ac .
+cat >> configure.ac << END
 AC_CONFIG_FILES([a/foo.sh:../testdir/a/foo.sh.in])
 AC_CONFIG_FILES([a/Makefile])
 AC_OUTPUT
index 10c30ce813d4be9d1d562cfe3b8c2ff98c95d3e0..f0759108cdaded148719b67b77cd28a1b61415ae 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << END
+cat >> configure.ac << END
 AC_CONFIG_FILES([a/mid.in:a/input.in.in])
 AC_CONFIG_FILES([b/out:a/mid.in])
 AC_CONFIG_FILES([a/Makefile b/Makefile])
index 1f7b550fe96aad993d73415728d05650302e7ae1..1f66d3f47fd35f85a07d7b60972802e39de0694c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND], [test x"$cond" = x"yes"])
 AC_OUTPUT
 END
index acaa497c65ca948cdddbf2bec9069944b8849a47..4f0688832ba87dad5c5d78d75aa33a9fe9d95bfa 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND], [:])
 END
 
index b73f0f8a005dda81b8c37323ccde7daca4e95070..db184b2836701fa29868b10b142d210e2935bdad 100755 (executable)
@@ -38,7 +38,7 @@
 required=perl-threads
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([parallel-am], [1.0])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE
@@ -54,7 +54,7 @@ END
 
 list='1 2 3 4 5 6 7 8 9'
 for i in $list; do
-  echo "AC_CONFIG_FILES([sub$i/Makefile])" >> configure.in
+  echo "AC_CONFIG_FILES([sub$i/Makefile])" >> configure.ac
   echo "SUBDIRS += sub$i" >> Makefile.am
   mkdir sub$i
   echo > sub$i/Makefile.am
index 3d8f9876e035b319aca34af0a5866d5ed7ddacfa..a8ee1b9556cf6daf0f875adaf68f42ff2066d372 100755 (executable)
@@ -34,7 +34,7 @@ END
 
 list='1 2 3'
 for i in $list; do
-  echo "AC_CONFIG_FILES([sub$i/Makefile])" >> configure.in
+  echo "AC_CONFIG_FILES([sub$i/Makefile])" >> configure.ac
   echo "SUBDIRS += sub$i" >> Makefile.am
   mkdir sub$i sub$i/sub
   unindent > sub$i/Makefile.am << END
index dba339719008ad60644ceb2abc730c68f6a38b05..d6302907ede0ac1436cdcd9ab852db04726966ea 100755 (executable)
@@ -24,7 +24,7 @@
 required=perl-threads
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([parallel-am], [1.0])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE
@@ -40,7 +40,7 @@ END
 
 list='1 2 3'
 for i in $list; do
-  echo "AC_CONFIG_FILES([sub$i/Makefile])" >> configure.in
+  echo "AC_CONFIG_FILES([sub$i/Makefile])" >> configure.ac
   echo "SUBDIRS += sub$i" >> Makefile.am
   mkdir sub$i
   unindent > sub$i/Makefile.am <<END
index 2e7918d4e4d7a12fddc9c0993a1bdc33268ef2ca..86b0c94ef27e18120d6c2141df22d2f010a2c09d 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index a25b405d9c0b36bf20ea1c568d043394e833d4e2..ac43b2537e335647c14c2f49c2701a33a33654f6 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 012602d6e7bdd5a8e34527b00d56ffd1da0b368f..b538799e01a6368c785776f4215853fab5605cd8 100755 (executable)
@@ -25,7 +25,7 @@ am_parallel_tests=yes
 mkdir am-init-automake
 cd am-init-automake
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([my_aux_dir])
 AM_INIT_AUTOMAKE([parallel-tests])
@@ -53,7 +53,7 @@ test -f my_aux_dir/test-driver
 test ! -r test-driver
 test ! -r sub/test-driver
 
-grep '^configure\.in:3:.*installing.*my_aux_dir/test-driver' stderr
+grep '^configure\.ac:3:.*installing.*my_aux_dir/test-driver' stderr
 
 cd ..
 
@@ -62,7 +62,7 @@ cd ..
 mkdir automake-options
 cd automake-options
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE
index 27e62a080d97e36c5c173c19193683eef11cd4f6..b094c18419864fce657ac47636be98d611b20851 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 TESTS = foo.test bar.test
index 6cf1c23ccd8c59706a4f0c0d4b426ee58377297e..0d13677c2f0c10b892e40f5fc488db97f31fc737 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 608299f8f8a9e57068ff8d1109549cedf4f82c03..0ea6db837da6f1e6ce75957f9a94a9f4826296d2 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub1/Makefile sub2/Makefile])
 AC_OUTPUT
 END
index 05836fffbcc7370405f3337827f3b3126cf10dfb..e93f5f10dba8176ad067e44ef4c815e0c7790a8a 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 dnl We need to fool the init.m4 internals a little.
 AC_DEFUN([_AM_FOO],
   [m4_provide([_AM_COMPILER_EXEEXT])
index 042dbdb659ac191841d29dc369eed861a5ad1931..688ff8447f0aa41d000cd3733faa62e5129c11b4 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 5b1a58e1fb9d2075466bd159eb3c3e6f207fb3b9..55f0a4c73d2f92a7e0d16167f7262a66b0c937cd 100755 (executable)
@@ -21,7 +21,7 @@ required='cc native'
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 09d6297a5b98ec11ecee306592d80f38d475c5d4..46e0b66f0ef0114fbdc37fcd9606a6f78a103afc 100755 (executable)
@@ -25,7 +25,7 @@ required='cc native'
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 # Calls like "write(9, ...)" are unlikely to work for MinGW-compiled
 # programs.  We must skip this test if this is the case.
index 4af48da44166f958a0584515b5fc1fc9952b60a0..90b44ae43d597b13424a1d3bca86db40e1ac7aeb 100755 (executable)
@@ -23,7 +23,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index e457698e1c4ad832b58c7d97de8d9b08ea8d389e..d992d63a1660144abefd6b91598411997c039037 100755 (executable)
@@ -77,7 +77,7 @@ else
   cond=false
 fi
 
-cat >> configure.in << END
+cat >> configure.ac << END
 AM_CONDITIONAL([IS_GNU_MAKE], [$cond])
 AC_OUTPUT
 END
index 3f09d9d18c5d2304ec10b8fc52c6e65da3b5e959..14256ff22b300160f6f68e4c7c0e048485099990 100755 (executable)
@@ -19,7 +19,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 795b01ddcb99576d689a89ba17e0beee31db6ae7..39a04a75326d01df0d8d361e99101c307a75cc93 100755 (executable)
@@ -24,7 +24,7 @@ am_parallel_tests=yes
 
 plan_ 16
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 7b1b7c66ef6d2f7d9260d19841d7fc6ec7304557..e319c9e29036a825cd58b81a8e70250a654af07e 100755 (executable)
@@ -22,7 +22,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([acsubst_compiler], [t-compiler])
 AC_CONFIG_LINKS([chk-compiler:chk-compiler])
 AC_OUTPUT
index c3825a16d5d503ce8100b0e18b23686507dace71..7443e263fcfdd57bee1edf75121ec884d9f84a8b 100755 (executable)
@@ -23,7 +23,7 @@ am_parallel_tests=yes
 required='cc native'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index a043c5d008c5e79ec346a37494808e64a7ee8278..8b45758611661d243834acc13362034e4247d59c 100755 (executable)
@@ -21,7 +21,7 @@ am_parallel_tests=yes
 required=python
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_SUBST([PERL], ['$PERL'])
 AM_PATH_PYTHON
 AC_OUTPUT
index a0ac5a56f3320be364db57f6583171ba9886d5a5..76bedba63b050133152ca6512b809124d458e9a8 100755 (executable)
@@ -19,7 +19,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index af965465b6e973cb9c7856fa6996a8aaf03e36a2..ca0b59fbb2cf20de64ed0d15bf78715d684b177f 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index cf4a163f8d4e3a5ecfad06b010e72ed8b0de0f97..c7c1b2b396a8bab6d39f5ff5b75261b58bc8854b 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 0f2d73209042e62c79e43718ba54accbab3cb2b4..d14b09e9e211753f00701496ce831913ab5934cf 100755 (executable)
@@ -23,7 +23,7 @@ am_parallel_tests=yes
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 2b696d47a0dc9664458df62041a1281cb2855972..17115b943e46382026d159f136c6e4c5c967eb3b 100755 (executable)
@@ -32,7 +32,7 @@ esac
 
 TERM=ansi; export TERM
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_OUTPUT
 END
 
index 4a9fd2328f36168cb73339f2e83db6c9bccbc50c..ce33c7b48f5ecc5902d883831ba75631c0753dfb 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 0a7360db9d53f9468fbf8b13b20f063cf5fa5ea0..4962ecdd66a7d0edb69464d29e3b12719d42f24a 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index eab2948dee613fa0f82bb7db414386178f18e465..6307f6e4baf56ba3cfdabc6dcb918acf03cd5f36 100755 (executable)
@@ -30,7 +30,7 @@ case `echo "$esc" | $FGREP "$esc"` in
   *) skip_ "$FGREP can't parse nonprinting characters" ;;
 esac
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 7e7e031a43bd0dd7dfc7ede12f49e83a42251def..6848edbd83b658288dfe796f1c46c8902e41f153 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 10438a7d02f84f2333e8fd08406c13538d0764fb..abd4a5c42c410decf75eae29286d76ba8981c126 100755 (executable)
@@ -22,7 +22,7 @@ am_parallel_tests=yes
 required='cc native'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 826bb8140491e3e68b746f95fa78fd97142e756a..bd72d0d57ac8be9f4cd4eeb3dbb87b0c392ef432 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 418b7222bab488c4c650582c13c36d82df4a80da..129c5a14cde2ed043fd1a3db424ef2a3cdf69a22 100755 (executable)
@@ -22,7 +22,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 TESTS = foo.test
index 2bb505952ad40814dd7bb1dc4b63862c94300731..1750e26f42330dee3f4b98eda5046df89e3d6f2d 100755 (executable)
@@ -24,7 +24,7 @@ am_parallel_tests=yes
 chmod a-r t && test ! -r t || skip_ "you can still read unreadable files"
 rm -f t
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index d6076f20d3902c80d32606f5a58ed9d9be6c3af8..891d7bd809cfd7cd2721d8e60ca5bcdd1433877b 100755 (executable)
@@ -26,7 +26,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 2f2cae4f4ed1346749eaf2068ece012cfe6adacd..322767a1aa198f1a7a34a4ff429a42f39b52c28d 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index a5a3fc058cab95c866c1a39e523439dac5e4c59a..7b6933a5d6166124f6fc94fab8ff99193999d1d1 100755 (executable)
@@ -39,7 +39,7 @@ unset r2h
 cp "$top_testsrcdir"/contrib/check-html.am . \
   || fatal_ "cannot fetch 'check-html.am' from contrib"
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index b37cf0ad4df523be76714f2c98336c61d92577cd..b550b7b6b9d7f622721d8e6b64e289954c5b8aae 100755 (executable)
@@ -45,7 +45,7 @@ END
   rm -f one output Makefile
 fi
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index c0543297d0bfcadc12f1c4bd432828846ba27a0a..9f0a9669e36db3d0553a60419dc530e89b347052 100755 (executable)
@@ -24,7 +24,7 @@ am_parallel_tests=yes
 required='cc native GNUmake'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index be7e67f0427ea3617888b52413d911fc2ee0a14f..fb908e2b180e76cadfa681a7345b45736d9b5212 100755 (executable)
@@ -21,7 +21,7 @@
 
 am_parallel_tests=yes
 . ./defs || Exit 1
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index e214688cb563d9bd1ba917cc58a2c8221011b23e..fb06a30e3a80fd13f17cea2a5de2244607066faf 100755 (executable)
@@ -27,7 +27,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 6c47f73357f83cc94662464e9b6178e9153c91ea..f22be8d736813dfb532dd5a1d1d699b35960e531 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 37f21f9e8c4d86f7f6c3efe9a679383d6d64a6d8..20ac2fedc6cca82d692a7d0f921bf378cc632fdd 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index f9da113d4cb0b2c0c5937aec099b5b13556f8adf..bdba44eded56bec50f6c84f5b3703d593542a60b 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CC
 EOF
 
index 3c569c1ba3ee0b624be69d2f76cc1dc243157355..e9ce944a0aa9d1ad864766c3c979d6e213ece5e7 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in << 'END'
+cat >>configure.ac << 'END'
 AM_CONDITIONAL([A], [true])
 AM_CONDITIONAL([B], [false])
 AC_OUTPUT
index 7da9b4ff8c1caee0daff37a63f5b467b52e3d0b2..0090df0e899da40824648e26d396b0167070c486 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_OUTPUT
 END
 
index 418bf90e298e57009655a28431e20cabe6584698..d5a3fd95cc2768e037c50971a2bf629952d576b6 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([CHECK], [true])
 END
 
index 40ba82c5186fc01ea36f05a402594ad802c83a3a..4085a46409b8cde59e06e3c138021831dbd6847b 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([CHECK], [true])
 END
 
index 3d8e63cf8401508ae3de388730636a64778ee5d1..e95ed853184c53295cbcc466af2a04597338e41a 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 52661747a933d7df812dd89cd1f06121d6504faa..f8ffa000bfe1c5d07a7a0f73f42e0bb4d5be7d75 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([CHECK], [true])
 END
 
index f41ae519a1fd04e368b519acb1bfc0ef4275f3b1..971ed0382a18eb18b8ec1b6f7a0a46cd2fde14b1 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([ZZZ])
 END
 
index 7650f6855127e1eed2d2e39c7d6b4d29b9365253..6136dbe12b4f572b1a8ab15eceffcd535d798cb1 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 END
index 20c5ff8cc4030a27254b09672f0191963d234259..f127a6ffa550f0acf53ef746c534c6f7d653044a 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in << 'END'
+cat >>configure.ac << 'END'
 AM_CONDITIONAL([COND1], [true])
 AM_CONDITIONAL([COND2], [true])
 AM_CONDITIONAL([COND3], [true])
index 5670ddc921a13285e1f1d8223f14a8062adf8ac8..d1630493e780d459287b17c5b310141bd8eafea0 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 2f8b21bf941876d88dd47adf51e5089c9c41d1c7..216a8c91460400d845fe998389e59c16b12c0e80 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 6287c1ee8b8b5421fb4e1f84e04e3da63c2118b4..247789e718a384a678eade612d430cae07767958 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AM_PROG_AR
index 0ade779ed33cb586d884163da2f8b9a160330305..01edcbb98c29921032a2d37680075e51ad55bcca 100755 (executable)
@@ -21,7 +21,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 AM_PROG_AR
index 9da7aeb83352277c4bba886a13a7383072c97d92..d96770900bee12b377c63bd38c43f7d5a1ddd72a 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc libtool libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 0328a10c2c68dedce0505ca61694029657d60143..29f08dddcff83666b47f87b4ca663a5665afc766 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index f6e1b142f8a3ca01fb1367eb57fffb9a87b98d69..f6c31b3ad26b3c32cc3dea7330443996fd9597e6 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 0edec08d212bca3400b7e044bd639ff657e46d87..4c7b7408cbd5db001bd09cc92591e05a397244ed 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index bed12ad1e7cf90e5c8ffc78a3dfbea98eb1d4546..9b00b28ebca33e009d3d6b34b317ce8954ed0a6a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 7b3702dc43034aef1d728248b92c7e244ec01360..7eaa4f87129da519b5203946dd74fc7c448434e9 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >configure.in <<END
+cat >configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_PROG_CC
index fe439a7aad20468fb85ac16e47b54c26fd58e5a0..70266d639427e8f24c2c26edea877ab6a0b0e869 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_F77
 END
 
index 026d0c40aad632742e3b48ad8cc829343de8312c..ffe4a81d79a0616f86f7bc13a16171c1f0ea26a6 100755 (executable)
@@ -18,7 +18,7 @@
 # "make dist" fails for AC_OUTPUT(README.foo:templ/README.foo.in).
 #
 # == Report ==
-# When my AC_OUTPUT macro in configure.in contains something
+# When my AC_OUTPUT macro in configure.ac contains something
 # like the following (among the Makefiles)
 #       README.foo:templ/README.foo.in
 # the generated dist target in the Makefile.in fails,
@@ -30,7 +30,7 @@
 . ./defs || Exit 1
 
 # Please keep this underquoted and old-style.
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 AC_OUTPUT(README.foo:templ/README.foo.in Makefile)
index 0c6248161f45be4569bc1d308074e211aa631a85..6cb445e77ed67f2dba9dcd183fcd5d19e88e804c 100755 (executable)
@@ -30,7 +30,7 @@
 required=libtoolize
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_LIBTOOL
 AC_OUTPUT
index 4c5b91cc869c17ca70ac7b45b515f8623309ad8c..657221d2f603c9e74f66d931dfed6e258a49f51f 100755 (executable)
@@ -31,7 +31,7 @@ endif
 data_DATA = $(NEVER_DEFINED)
 EOF
 
-cat >> configure.in << 'EOF'
+cat >> configure.ac << 'EOF'
 AC_ARG_ENABLE([foo],
 [  --enable-foo          Enable foo],
 [ if test "foo" = "bar" ; then
index db96161d471e88904c4fd6e816d99707cac2095c..265a45baeceb45a7cf3eb4fed74c970e6ff95084 100755 (executable)
@@ -41,7 +41,7 @@ bin_PROGRAMS = bar
 bar_SOURCES = foo/main.c
 EOF
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index 023b6a6ccc0cb4ee1c812f51cf2ee8337fbf915b..cacdb824a03b4dd7100683c18bd217007a2f3a40 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<EOF
+cat >> configure.ac <<EOF
 AC_CYGWIN
 EOF
 
index 6fdd697bcea34f00bd07f6a3ac5d91e111f07995..e2586a59801b7f4edc0e113bfa6caad6175e5dee 100755 (executable)
@@ -19,7 +19,7 @@
 # `Makefile:Makefile.in:tail.mk' in AC_OUTPUT.
 #
 # == Report ==
-# If configure.in has something like:
+# If configure.ac has something like:
 #       AC_OUTPUT(Makefile:Makefile.in:tail.mk)
 # then config.status cannot parse the Makefile to build the
 # dependency files in the .deps directory.  This is because
@@ -29,7 +29,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_PROG_CC
index 4e9484f810f45f5fab61a665f4b2d934157aa491..ac5687894686844a48c569757cecc0c9a6b4e752 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_PROG_CC
index da271ec62f499bb84d85e0fd8fab38d053ecf126..5618d762562be03db22ba6bd09118388460f4c07 100755 (executable)
@@ -26,7 +26,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([FOOTEST], [false])
 AC_OUTPUT
index dd5961c6f9c256e6b2bccb4b5b43abda701bb1e3..338313184c0a969c6cebe578a429dfa57d1a9497 100755 (executable)
@@ -26,7 +26,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([FOOTEST], [false])
 AC_OUTPUT
index 576abeb4252bcac73ce9a3085e824381e5936c4e..681f6d61bfd099de4e43883b064331328adca085 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 6745669056b61f56435d348c3b7bafcb2736b81f..9f9791f3b1a564a963634064c5253ab4ef58d10c 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_RANLIB
 AC_PROG_CC
 AC_OUTPUT
index df9c2295be64917ec70793d591e2adbfdcb2f54b..09ae8700f94818b7c4495b171f3968444d960c95 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc libtoolize'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_LIBTOOL
 AC_OUTPUT
index 0f1c074a482a623d5234990cdf6dc5733c060ea6..6812231bd5805b516104d0dd8dcb144684afd3ea 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index f6994cd81cf6dfab0918c99682bbda55991381f8..b1af312b562fd80d51fdc5c0b69ba280e66329fe 100755 (executable)
@@ -35,7 +35,7 @@
 required='libtoolize gcc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_LIBTOOL
 AC_OUTPUT
index 3ae991d6d975175f2d148086d31c77a824d94a0a..9652786318a4854b2f1d8f143547f0f896f504d2 100755 (executable)
@@ -42,7 +42,7 @@ int main (void)
 }
 EOF
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 ## These lines are activated for later tests
 #: AC_CONFIG_LIBOBJ_DIR([lib])
 AC_PROG_CC
@@ -91,8 +91,8 @@ $MAKE distcheck
 # Invocation of AC_CONFIG_LIBOBJ_DIR may be necessary for reasons
 # unrelated to Automake or Makefile.am layout.
 
-sed 's/#: //' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/#: //' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 $ACLOCAL
 $AUTOCONF
@@ -116,8 +116,8 @@ mv -f src/t src/Makefile.am
 ## Test using LIBOBJS from a sibling directory. ##
 ## -------------------------------------------- ##
 
-sed 's/#x //; s/lib\/Makefile //' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/#x //; s/lib\/Makefile //' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 cat >Makefile.am <<'EOF'
 SUBDIRS = src
@@ -153,8 +153,8 @@ $MAKE distclean
 ## Test using LIBOBJS from parent directory. ##
 ## ----------------------------------------- ##
 
-sed 's/^.*src\/Makefile.*$//' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/^.*src\/Makefile.*$//' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 cat >Makefile.am <<'EOF'
 AUTOMAKE_OPTIONS = subdir-objects
index 0195a00980af09d3cc86b9f90f158649caabd242..756786612471e6f1bb2b825aafc107d0ee796416 100755 (executable)
@@ -42,7 +42,7 @@ int main (void)
 }
 EOF
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 ## These lines are activated for later tests
 #: AC_CONFIG_LIBOBJ_DIR([lib])
 AC_PROG_CC
@@ -92,8 +92,8 @@ $MAKE distcheck
 # Invocation of AC_CONFIG_LIBOBJ_DIR may be necessary for reasons
 # unrelated to Automake or Makefile.am layout.
 
-sed 's/#: //' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/#: //' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 $ACLOCAL
 $AUTOCONF
@@ -116,8 +116,8 @@ mv -f src/t src/Makefile.am
 ## Test using LTLIBOBJS from a sibling directory. ##
 ## ---------------------------------------------- ##
 
-sed 's/#x //; s/lib\/Makefile //' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/#x //; s/lib\/Makefile //' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 cat >Makefile.am <<'EOF'
 SUBDIRS = src
@@ -153,8 +153,8 @@ $MAKE distclean
 ## Test using LTLIBOBJS from parent directory. ##
 ## ------------------------------------------- ##
 
-sed 's/^.*src\/Makefile.*$//' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/^.*src\/Makefile.*$//' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 cat >Makefile.am <<'EOF'
 AUTOMAKE_OPTIONS = subdir-objects
index 75b516f91d8518f00330a5b366da187ced738dfa..50b263372310f7c6cd8c1eeee7ea6d9da5f340e5 100755 (executable)
@@ -45,7 +45,7 @@ int main (void)
 }
 EOF
 
-cat >>configure.in << 'EOF'
+cat >>configure.ac << 'EOF'
 ## These lines are activated for later tests.
 #: AC_CONFIG_LIBOBJ_DIR([lib])
 AC_PROG_CC
@@ -94,8 +94,8 @@ $MAKE distcheck
 # Invocation of AC_CONFIG_LIBOBJ_DIR may be necessary for reasons
 # unrelated to Automake or Makefile.am layout.
 
-sed 's/#: //' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/#: //' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 $ACLOCAL
 $AUTOCONF
@@ -119,8 +119,8 @@ mv -f src/t src/Makefile.am
 ## Test using ALLOCA from a sibling directory. ##
 ## ------------------------------------------- ##
 
-sed 's/#x //; s/lib\/Makefile //' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/#x //; s/lib\/Makefile //' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 cat >Makefile.am <<'EOF'
 SUBDIRS = src
@@ -156,8 +156,8 @@ $MAKE distclean
 ## Test using ALLOCA from parent directory. ##
 ## ---------------------------------------- ##
 
-sed 's/^.*src\/Makefile.*$//' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/^.*src\/Makefile.*$//' configure.ac >configure.int
+mv -f configure.int configure.ac
 
 cat >Makefile.am <<'EOF'
 AUTOMAKE_OPTIONS = subdir-objects
index 02d07877d711bc2fa66eb7bde67953c7cefa0c02..b16e8792f9d4ae150020f46990c441afbf709826 100755 (executable)
@@ -20,7 +20,7 @@
 required=libtool
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_LIBTOOL
 END
index d04168d4af5e38f148a6163087753c3741619015..2feaf6df2c9e99744992aa318875bec9d7eab83e 100755 (executable)
@@ -27,7 +27,7 @@
 # We'll use calls to stat to get debugging information.
 if stat /dev/null; then stat=stat; else stat=:; fi
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 FOOBAR=zardoz
 AC_OUTPUT
 END
@@ -45,7 +45,7 @@ $MAKE Makefile
 # Sanity check.
 $EGREP 'FOOBAR|zardoz' Makefile && fatal_ 'unexpected AC_SUBST in Makefile'
 
-echo 'AC_SUBST([FOOBAR])' >> configure.in
+echo 'AC_SUBST([FOOBAR])' >> configure.ac
 
 # Modified configure dependencies must have the same timestamp of
 # config.status and Makefile in order to trigger the bug.
@@ -54,11 +54,11 @@ echo 'AC_SUBST([FOOBAR])' >> configure.in
 # autoconf manual).  Finally, we also sleep before touching, to ensure
 # that the (possibly truncated) timestamps of config.status etc. are
 # strictly newer than the non-truncated configure timestamp.
-$stat config.status Makefile configure.in
+$stat config.status Makefile configure.ac
 $sleep
 touch config.status
-touch -r config.status config.status Makefile configure.in
-$stat config.status Makefile configure.in
+touch -r config.status config.status Makefile configure.ac
+$stat config.status Makefile configure.ac
 
 # Also, the race condition is triggered only when aclocal, automake
 # and aclocal run fast enough to keep the timestamp of the generated
@@ -70,7 +70,7 @@ cat > aclocal-wrap <<END
 #!/bin/sh
 set -ex
 # aclocal shouldn't use our autoconf wrapper when extracting
-# the races from configure.in.
+# the races from configure.ac.
 AUTOCONF='$AUTOCONF'; export AUTOCONF
 $ACLOCAL "\$@"
 touch -r config.status aclocal.m4
@@ -81,7 +81,7 @@ cat > automake-wrap <<END
 #!/bin/sh
 set -ex
 # automake shouldn't use our autoconf wrapper when extracting
-# the races from configure.in.
+# the races from configure.ac.
 AUTOCONF='$AUTOCONF'; export AUTOCONF
 $AUTOMAKE "\$@"
 touch -r config.status Makefile.in
index 58cdfd2f6cef995f1161b007772cb9de11e49bbe..a0c7ac5318c0f81a104a9f1c933e5f80fff325f9 100755 (executable)
@@ -37,7 +37,7 @@ EOF
 done
 
 echo "SUBDIRS = $subdirs" > Makefile.am
-cat >configure.in <<EOF
+cat >configure.ac <<EOF
 AC_INIT(`echo $subdirs | sed 's|\([a-z][a-z]*\).*|\1/\1.c|'`)
 AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE($me, 1.0)
index f4c8c26e1cc8de1d7c049c3c7503bb49237ae3ce..f1df402f7d7cafb3129a2c30d2ef9bc099718db2 100755 (executable)
@@ -25,7 +25,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([support])
 AM_INIT_AUTOMAKE
index 5b43f76c362f57a0c716e1b842f69963da4a99b1..26c088a0eb348004aba2b585fd665371eeb5f4dc 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index c80afcdef1df142f27764bdec2f9184de8f57059..7b0021abb521990a53b9e52bf4a37b322c955e9b 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index db2594db81becbbe7fdbc584f69128e8cff96d84..064db2bbb40eb7d7ccf7bd52b587506da48abe24 100755 (executable)
@@ -26,7 +26,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 3747f3b68f3fc3c18eaad83e68d54afdb18bb5d1..d957b1fdaf52e48a5ff6d6d0d17ac3b5069dc441 100755 (executable)
@@ -34,7 +34,7 @@ oIFS=$IFS # Saved for later.
 : > config.guess
 : > config.sub
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index a345c21b5b16d2f8f0eb9da2afcb749115303be6..1b1e89bbdb9807ebad03cdc6ced6b9ee2f9849b5 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 1298c782ba3fc3d3716173e24a42dd9ec643d421..f9417d8f3f3bf8fd3e816aa183ddd1e7bb30184e 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 
 cat > Makefile.am << 'END'
 bin_PROGRAMS = @programs@
index a6b899504b5626f6bc45a576a33c2c96b43cff3e..ba34b575dc0f3055f70240939f7f6051e513cf85 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CC
 AC_OUTPUT
 EOF
index 65c432e35258d9478cbc606fc899aecdd069f196..7e1bd0b1ff69dc3de8b97401fcf08bb92663e36e 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([FOO], [c])
 AC_OUTPUT
 END
index 6740df6a822d00df248e4ce160220de6f72ef51c..25dd4fe8b34a6934502e650ea312c67b4f7aeee6 100755 (executable)
@@ -19,7 +19,7 @@
 # This test does not require python.
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PATH_PYTHON([], [:], [:])
 AC_OUTPUT
 END
index 53e2620fb2447b9853582bb5d39d3e8c88ec492a..ff4d13ef20423c8541476e13b7db43fb50babf4a 100755 (executable)
@@ -40,7 +40,7 @@ pkgpyexecdir="\${pyexecdir}/$me"
 pyvars='PYTHON_VERSION PYTHON_PLATFORM PYTHON_PREFIX PYTHON_EXEC_PREFIX
         pkgpythondir pkgpyexecdir'
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([vars-got pythondir pyexecdir])
 AM_PATH_PYTHON
 AC_OUTPUT
index 248e0bb5a40a7ab1d776f79015024d25327f9736..c534e8da45bba2d689fc5c1a3e31429995fac91d 100755 (executable)
@@ -39,7 +39,7 @@ py_version=`python -c 'import sys; print("%u.%u" % tuple(sys.version_info[:2]))'
 py_site=$VIRTUAL_ENV/lib/python$py_version/site-packages
 
 # We need control over the package name.
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([am_virtenv], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index d85631f153f14d69f62dbe2c4d4074981579a4f9..8a39f9f9c23f0560f1fe511a8d745ad4cd291770 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo 'AM_PATH_PYTHON' >> configure.in
+echo 'AM_PATH_PYTHON' >> configure.ac
 
 cat > Makefile.am << 'END'
 python_PYTHON = foo.py
index 67db3fbfd6560b022d94b25f07bed7a87ee0d843..b28c3a44955b271deef9976bbab18979f5ee0616 100755 (executable)
@@ -19,7 +19,7 @@
 required=python
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_PATH_PYTHON
 AM_CONDITIONAL([ONE], [test "x$one" = x1])
 AC_OUTPUT
index 7e2c52a3ec2812d9f798972237cba4986e9d880c..aff3c9c7cd73c48ce0b8ea048997059c7bce97ea 100755 (executable)
@@ -19,7 +19,7 @@
 # Python is not required for this test.
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 m4_define([_AM_PYTHON_INTERPRETER_LIST], [IShouldNotExist1 IShouldNotExist2])
 AM_PATH_PYTHON
 # The following be executed only after the first run, once a
@@ -40,8 +40,8 @@ grep 'checking for IShouldNotExist1' stdout
 grep 'checking for IShouldNotExist2' stdout
 grep 'no suitable Python interpreter found' stderr
 
-sed 's/AM_PATH_PYTHON/AM_PATH_PYTHON(,,:)/' configure.in >configure.int
-mv -f configure.int configure.in
+sed 's/AM_PATH_PYTHON/AM_PATH_PYTHON(,,:)/' configure.ac >configure.int
+mv -f configure.int configure.ac
 $ACLOCAL --force
 $AUTOCONF --force
 # This one should define PYTHON as ":" and exit successfully.
index 38270d04db7f163b999dc348a5674a8754877157..3faeb457f72e70d4d6d7b362b0b62f8fb4337656 100755 (executable)
@@ -19,7 +19,7 @@
 required=python
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_PATH_PYTHON
 AC_OUTPUT
 EOF
index 6d1fda0f7aca3b504be14efbeedf68e99bd44eca..72021cd86992f8fd23e5e1a4d24172bcd65ed792 100755 (executable)
@@ -19,7 +19,7 @@
 required=python
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AM_PATH_PYTHON
 AC_OUTPUT
 EOF
index 65d3754b70ad523ca01697e0de7c36bce5ba420d..4294bb2ef20715c8bffca8b4e79ff5a2bc681eec 100755 (executable)
@@ -19,7 +19,7 @@
 # Python is not required for this test.
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AM_PATH_PYTHON
 AC_OUTPUT
 EOF
index f3ee778fd86df184a29a2582c504e03a62325598..80429f9c657921e2ae098329eaf1923411f1bacc 100755 (executable)
@@ -20,7 +20,7 @@
 # Python is not required for this test.
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 # Hopefully the Python team will never release such a version.
 AM_PATH_PYTHON([9999.9])
 AC_OUTPUT
index e95e035db16edf8c0e96b2ad4dc99188c91e3ee3..b382b38f99238f10a86fb7f792be6b943b5fa41a 100755 (executable)
@@ -20,7 +20,7 @@
 required=python
 . ./defs || Exit 1
 
-cat >>configure.in << 'END'
+cat >>configure.ac << 'END'
 # Hopefully the Python team will never release such a version.
 AM_PATH_PYTHON([9999.9])
 AC_OUTPUT
index 21d8d1ef38fede986de3e7b39f57d7667c28c0e3..0e09a4381a61075e7c5be95f27ba64e24dc33682 100755 (executable)
@@ -20,7 +20,7 @@
 # Python is not required for this test.
 . ./defs || Exit 1
 
-cat >>configure.in <<\EOF
+cat >>configure.ac <<\EOF
 AM_PATH_PYTHON(,, [echo "$PYTHON" > py])
 AC_OUTPUT
 EOF
index 070139d870f2cda8ff8f77723adc2ae5962d839a..ec0ac070a6e5fa6b4fda24920f6315499f0f57ee 100755 (executable)
@@ -20,7 +20,7 @@
 # Python is not required for this test.
 . ./defs || Exit 1
 
-cat >>configure.in <<\EOF
+cat >>configure.ac <<\EOF
 # Hopefully the Python team will never release such a version.
 AM_PATH_PYTHON([9999.9], [], [echo "$PYTHON" > py])
 AC_OUTPUT
index 1ba387fc5cceaeca533b903a2a7f0a53225e76b8..f999cb684d6f782253353d407a91e97447decdd4 100755 (executable)
@@ -19,7 +19,7 @@
 required=python
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 # $PYTHON is supposed to be properly set in ACTION-IF-TRUE.
 AM_PATH_PYTHON(, [$PYTHON -V >py-version 2>&1])
 AC_OUTPUT
index 35929c9431d7c41ebb039253ff71af18d1082e1a..e567adcde42425de7cb8809c44a9dca256827829 100755 (executable)
@@ -20,7 +20,7 @@
 required=python
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 # $PYTHON is supposed to be properly set in ACTION-IF-TRUE.
 AM_PATH_PYTHON([0.0], [$PYTHON -c 'print("%u:%u" % (1-1, 2**0))' > py.out])
 AC_OUTPUT
index bcec3653d64f1aefc442996a2e5f30e88949b021..5a9c165857821bf987d66010ea6977a2292b8587 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL(ONE, true)
 AM_CONDITIONAL(TWO, false)
index d9594f779c149993e65a84435386bfce7c64ebb0..50cc7a09d8a1c34b961f8e15d53c7b71111d247c 100755 (executable)
@@ -25,7 +25,7 @@ magic1=::MagicStringOne::
 magic2=__MagicStringTwo__
 magic3=%%MagicStringThree%%
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([$mkfile sub/$mkfile])
@@ -51,7 +51,7 @@ $FGREP "$magic1" mkfile.in && Exit 1 # Sanity check.
 
 # - either a file in $(am__configure_deps) has been updated ...
 $sleep
-echo "AC_SUBST([FOO])" >> configure.in
+echo "AC_SUBST([FOO])" >> configure.ac
 $MAKE
 $FGREP FOO $mkfile # For debugging.
 $FGREP $magic1 $mkfile
index 3a4c25967fd797f66394744b372354da091cb366..314c970d7acaf82bc75208efb094befc70f28403 100755 (executable)
@@ -26,7 +26,7 @@ magic1=::MagicStringOne::
 magic2=__MagicStringTwo__
 magic3=%%MagicStringThree%%
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([$mkfile sub/$mkfile])
@@ -59,7 +59,7 @@ $FGREP "$magic1" mkfile.in && Exit 1 # Sanity check.
 
 # - either a file in $(am__configure_deps) has been updated ...
 $sleep
-echo "AC_SUBST([FOO])" >> configure.in
+echo "AC_SUBST([FOO])" >> configure.ac
 $MAKE -f $mkfile
 $FGREP FOO $mkfile # For debugging.
 $FGREP $magic1 $mkfile
index d6d225ab3d87e2e82ee1ed5c1d962448b645a1b0..c56760842be0c26e66e1695dfd6dbdc90b6d7dc7 100755 (executable)
@@ -24,7 +24,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
@@ -53,7 +53,7 @@ mkdir build
 cd build
 ../configure
 # He wants to verify that the rules he's written to rebuild a file
-# included by configure.in works also in VPATH builds.
+# included by configure.ac works also in VPATH builds.
 rm -f ../foobar.am
 $MAKE
 grep '= foobar was here =' ../Makefile.in
index e855115daaf0d3ac10be96d0e72c366ade319ab5..61696393e90b56fc36b2c798568142a228c897de 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 $ACLOCAL
 $AUTOCONF
index 022fbb7b7227cb0c52e1b69d1f8ab4fef9b59ffc..fefe1ff081bf5f224648db629d5895e32a214716 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_FILES([sub1/Makefile sub2/Makefile])
 AC_OUTPUT
 END
index ba8c6f962e6fb93abb4debf57c4758ae37ef5d65..2543bd6c413e49d5e52ff626a0cd478f3d989ce5 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 $ACLOCAL
 $AUTOCONF
index ce5d3d59444cb7a5607f30f5d4c3ac52f90b285f..177979e9e297bd8c7a3ef092cb6755e3ca78d2b6 100755 (executable)
@@ -22,7 +22,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 FOO_MACRO
 AC_OUTPUT
 END
@@ -64,8 +64,8 @@ $MAKE test
 
 $sleep
 
-sed -e "s|FOO_MACRO|$macro_value|" configure.in > t
-mv -f t configure.in
+sed -e "s|FOO_MACRO|$macro_value|" configure.ac > t
+mv -f t configure.ac
 rm -f m4/foo.m4
 
 using_gmake || $MAKE Makefile
index 22101a6843bec39ddb2e6a0dd28e34ac51be0eaa..23a02bc188df9d971f002c4507e5d94cccec227e 100755 (executable)
@@ -24,7 +24,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 MY_MACROS
 AC_OUTPUT
index 2c6fc38bc472d38c0c2dd66ad47ad35f94e16ffa..97f0c037eff13be3b887b8a513ff415052789102 100755 (executable)
@@ -24,7 +24,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_CC
 MY_MACROS
index 8fc80cbf4a2b99fc47469914383e7f3329b41165..04f3410423bbcd403cd68575e7cf973f8cb021fa 100755 (executable)
@@ -25,7 +25,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_CC
 MY_MACROS
index c988f284393d17d867d3a3e8184337932cacb8ee..09a2a4c9f19e7bb05a2c0b5717b35ea024d73fe4 100755 (executable)
@@ -24,7 +24,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 m4_include([foobar.m4])
 AC_OUTPUT
 END
@@ -51,7 +51,7 @@ mkdir build
 cd build
 ../configure
 # He wants to verify that the rules he's written to rebuild a file
-# included by configure.in works also in VPATH builds.
+# included by configure.ac works also in VPATH builds.
 rm -f ../foobar.m4
 $MAKE
 grep ': foobar was here :' ../configure
index 03d362936a6913e745664bce603c6574b07d6e1a..f1281ab2df2e7976dbe6feb045e0a781d24e7585 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 MY_MACRO
 AC_OUTPUT
 END
index 3febaa33e78f7ebb8f4e4511ef68cea36c853d43..2ccc9ba1b7b7f3d01468534d6e45fe6c103914c9 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am <<'END'
 include foo.am
index 32ecf9da8f4b2ce28e2cd4e8254ff5994ae7c809..87721f55d505cc09ef7aafda800c9914afcc1e2c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 MY_MACRO
 AC_OUTPUT
 END
index afd8d6ecda9bc174e6cad1dfbcbf3bb21403b228..77e9d3eb55a0ba2b26cd725ed4161f3ed3deec99 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 MY_MACRO
 AC_OUTPUT
 END
@@ -72,8 +72,8 @@ sed -e 's/BAR_MACRO/QUUX_MACRO/' \
 sed -e 's/BAR_MACRO/QUUX_MACRO/' -e 's/MY_MACRO/A_MACRO/' \
   m4/macros.m4 > m4/defs.m4
 rm -f m4/macros.m4 m4/bar.m4
-sed -e 's/BAR_MACRO/QUUX_MACRO/' -e 's/MY_MACRO/A_MACRO/' configure.in > t
-mv -f t configure.in
+sed -e 's/BAR_MACRO/QUUX_MACRO/' -e 's/MY_MACRO/A_MACRO/' configure.ac > t
+mv -f t configure.ac
 using_gmake || $MAKE Makefile
 $MAKE test
 $MAKE distdir
index 38036cb86d2d30c75a287166d6f3e2b1f50ea374..5ec71d69226a453ad212703831dc3b88b328bdc1 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 MY_MACRO
 AC_OUTPUT
 END
@@ -61,7 +61,7 @@ $MAKE test
 
 $sleep
 
-for f in m4/macros.m4 configure.in; do
+for f in m4/macros.m4 configure.ac; do
   sed -e 's/MY_MACRO/YOUR_MACRO/' $f > t
   mv -f t $f
 done
index 22aafb45cc8601ae372df8c137f3126a6475b131..62a8427efdbd14ab67187936a1835615280043a3 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 m4_include([subdirs.m4])
 AC_SUBST([MAGIC], [magic])
 AC_OUTPUT
index 11664b949866dc0f43815385ece0f1426b3216e8..cf135faceab50ccebe07cc7be0fceb8b70c6b65d 100755 (executable)
@@ -32,7 +32,7 @@ debug_info ()
                 sub/GNUmakefile.in sub/GNUmakefile
 }
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([GNUmakefile sub/GNUmakefile])
@@ -56,8 +56,8 @@ $MAKE
 debug_info
 
 $sleep
-sed "s|magic|$magic1|" configure.in > t
-mv -f t configure.in
+sed "s|magic|$magic1|" configure.ac > t
+mv -f t configure.ac
 cd sub
 $MAKE
 cd ..
index 0eee5a01e5b7835ce45d168b4b062e47e1292ffc..8f3174025d6de73e2381ff4e14892035d1134a54 100755 (executable)
@@ -23,7 +23,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
 AC_CONFIG_FILES([Makefile sub/Makefile])
@@ -96,8 +96,8 @@ rm -f automake-has-run aclocal-has-run
 ACLOCAL=false AUTOMAKE=false AUTOCONF=false $MAKE -e
 
 $sleep
-sed "s|magic|magic2|" configure.in > t
-mv -f t configure.in
+sed "s|magic|magic2|" configure.ac > t
+mv -f t configure.ac
 
 cd sub
 AUTOMAKE="$AUTOMAKE" ACLOCAL="$ACLOCAL" $MAKE -e Makefile
index 7df8a879c3e2470fde3fe84ba62460cac4e66174..3b3a8c1b08dc2ba324ce390575be46e6a76e8236 100755 (executable)
@@ -35,7 +35,7 @@ debug_info ()
   grep -i magic configure Makefile.in Makefile sub/Makefile.in sub/Makefile
 }
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_SUBST([MAGIC], [magic])
 AC_OUTPUT
@@ -57,8 +57,8 @@ $MAKE
 debug_info
 
 $sleep
-sed "s|magic|$magic1|" configure.in > t
-mv -f t configure.in
+sed "s|magic|$magic1|" configure.ac > t
+mv -f t configure.ac
 cd sub
 $remake
 cd ..
index 7b2c1baef37375efa64c8d859f9f6ce87b6214ed..97d4baf7786c2cc83416ca2edb649d28d60c6b47 100755 (executable)
@@ -29,7 +29,7 @@ debug_info ()
   grep -i magic configure build.in build.mk sub/build.in sub/build.mk
 }
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([build.mk:build.in])
@@ -58,8 +58,8 @@ $MAKE -f build.mk
 debug_info
 
 $sleep
-sed "s|magic|$magic1|" configure.in > t
-mv -f t configure.in
+sed "s|magic|$magic1|" configure.ac > t
+mv -f t configure.ac
 cd sub
 $MAKE -f build.mk build.mk
 cd ..
index e9afa4d1839f3a4ab1fac500e15394c72becd05a..75785e8359d03466f42dbbf86dec774f61712a6e 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([sub/Makefile])
index bafb0823b1fd9c157680dfda85a8870e5a34ba1a..9cb835cf74e34a087a91017e0f560afdd7907c02 100755 (executable)
@@ -30,7 +30,7 @@ else
   remake="$MAKE Makefile"
 fi
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 m4_include([foo.m4])
 AC_SUBST([FINGERPRINT], [my_fingerprint])
 AC_OUTPUT
index cb96339b6819023b6b920403fb259cc301d26a69..2fce52c07f9c14c1c1b8a9f19dc76aafe99b74c9 100755 (executable)
@@ -30,7 +30,7 @@ else
   remake="$MAKE Makefile"
 fi
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 01e761d0f88db3a08f1f2a4ce4ce5588287fcb29..51537c129ee16d0bf87deb3f037950b3e7e96f21 100755 (executable)
@@ -30,7 +30,7 @@ else
   remake="$MAKE Makefile"
 fi
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 FINGERPRINT='my_fingerprint'
 AC_SUBST([FINGERPRINT])
 AC_OUTPUT
index 32d320d99641ac51587ffc256a8fade69234f7c9..ec96a08296be218df6e39fa21afe13250f561b0e 100755 (executable)
@@ -26,20 +26,20 @@ ocwd=`pwd` || Exit 1
 magic1=::MagicStringOne::
 magic2=__MagicStringTwo__
 
-echo "AC_SUBST([FOO], [$magic1])" >> configure.in
+echo "AC_SUBST([FOO], [$magic1])" >> configure.ac
 
 echo "@FOO@" > bar.in
-echo "AC_CONFIG_FILES([bar])" >> configure.in
+echo "AC_CONFIG_FILES([bar])" >> configure.ac
 for i in 0 1 2 3 4 5 6 7 8 9; do
   d=${d+"$d/"}sub$i
   echo "SUBDIRS = sub$i" > Makefile.am
-  echo "AC_CONFIG_FILES([$d/Makefile])" >> "$ocwd"/configure.in
-  echo "AC_CONFIG_FILES([$d/bar])" >> "$ocwd"/configure.in
+  echo "AC_CONFIG_FILES([$d/Makefile])" >> "$ocwd"/configure.ac
+  echo "AC_CONFIG_FILES([$d/bar])" >> "$ocwd"/configure.ac
   mkdir sub$i
   cd sub$i
   echo "$d: @FOO@" > bar.in
 done
-echo AC_OUTPUT >> "$ocwd"/configure.in
+echo AC_OUTPUT >> "$ocwd"/configure.ac
 : > Makefile.am
 unset d i
 bottom=`pwd`
@@ -51,7 +51,7 @@ makefiles_list=`echo "$makefiles_am_list" | sed 's/\.am$//'`
 bar_in_list=`find . -name bar.in | LC_ALL=C sort`
 bar_list=`echo "$bar_in_list" | sed 's/\.in$//'`
 
-cat configure.in # For debugging.
+cat configure.ac # For debugging.
 
 $ACLOCAL
 $AUTOMAKE
@@ -64,8 +64,8 @@ for f in configure config.status $makefiles_list $bar_list; do
 done
 
 $sleep
-sed "s/$magic1/$magic2/" configure.in >configure.tmp
-mv -f configure.tmp configure.in
+sed "s/$magic1/$magic2/" configure.ac >configure.tmp
+mv -f configure.tmp configure.ac
 
 cd "$bottom"
 $MAKE
index 720b71fe34bb8541d5ade8f5ed2e95e73a701359..103e00962b8ac7c6c019f3282b867e5a79655597 100755 (executable)
@@ -38,7 +38,7 @@ else
   skip_ "make doesn't support any \"include\" directive"
 fi
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([zardoz])
@@ -116,9 +116,9 @@ $FGREP $magic2 zardoz.in
 
 $sleep
 sed 's/^\(AC_CONFIG_FILES\)(.*/\1([zardoz:top.in:quux.in:bot.in])/' \
-  <configure.in >t
-mv -f t configure.in
-cat configure.in # For debugging.
+  <configure.ac >t
+mv -f t configure.ac
+cat configure.ac # For debugging.
 sed '/^#H:/d' zardoz.am > quux.am
 echo 'FOO = dummy' >> quux.am
 echo 'BAR = $(BAZ)' > top.in
index c6f6ae52a0a7634eaa98c1ee61c444fd14d763a7..ce32cbcd8f5d3310a23d176f0ea5af5d9884677c 100755 (executable)
@@ -21,7 +21,7 @@
 
 fingerprint='=/FiNgErPrInT/='
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([sub/Makefile])
index 95d210f9e659c67935606329d37f80b2d9d0f469..228b14f5606f1ee68522c4f848db5c27e7392b07 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([sub/Makefile])
index 6e7e2325aeaa7c54b5e933aa40510d2eaee00153..361b5f410f06501033ec520e9698e0c560d78f02 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/foo])
 AC_OUTPUT
 END
index 4aa549a8b2d910235713ebe5afd96a3a94fb8918..b10c541d7dc868aaf361a684313d7bba5a450ff0 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/foo])
 AC_OUTPUT
 END
index e2fd132808704b51fc48c2fa650556674136e699..2205ab417211a0bdb42b171d97fab80df751dcca 100755 (executable)
@@ -27,7 +27,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 # Rebuild rule are ok until make dist, but not afterwards.
 if test ! -f rebuild_ok; then
   ACLOCAL=false
index 42f08065d17307ae97ccb5425a55f36774927d97..dba802a894036ed0f112103a3efc05ae5ddd5ae5 100755 (executable)
@@ -26,7 +26,7 @@ else
   remake="$MAKE Makefile"
 fi
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_MAINTAINER_MODE
 m4_include([foo.m4])
 if test ! -f rebuild_ok; then
@@ -50,7 +50,7 @@ $MAKE
 # triggered by default.  ($MAKE will fail if they are, because the
 # tools are set to false.)
 $sleep
-touch aclocal.m4 Makefile.am configure.in foo.m4
+touch aclocal.m4 Makefile.am configure.ac foo.m4
 $remake
 
 # Make sure the rebuild rule for Makefile is triggered.
index b7e5f0b0d9891461b03c49c2a703cf17272b7520..c48c1b8824c11674f23e7f5d7734ca723891a3bb 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 6e3ef2a84d797604ad2a6b4e4677ee5dd70eab27..fbd15e66bf1819ef3c3e87b1a142f8a0d34c8957 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index cf4f2ee3f3fd8be47c8a392ec5302043c2ccb884..ed790245bb7da40b5b5297cc6f34aa3cf5e372bf 100755 (executable)
@@ -23,7 +23,7 @@
 
 . ./defs || Exit 1
 
-mv -f configure.in configure.stub
+mv -f configure.ac configure.stub
 
 cat > Makefile.am <<'END'
 all-local: foo
@@ -35,7 +35,7 @@ check-local:
 CLEANFILES = foo
 END
 
-cat configure.stub - > configure.in <<'END'
+cat configure.stub - > configure.ac <<'END'
 AC_OUTPUT
 END
 
@@ -79,7 +79,7 @@ $MAKE distcheck
 
 rm -f bar
 
-# Modify Makefile.am and configure.in.
+# Modify Makefile.am and configure.ac.
 
 $sleep
 
@@ -91,7 +91,7 @@ check-local:
        test ! -r bar
 END
 
-cat $srcdir/configure.stub - > $srcdir/configure.in <<'END'
+cat $srcdir/configure.stub - > $srcdir/configure.ac <<'END'
 AC_CONFIG_FILES([quux])
 AC_SUBST([QUUX], [Zardoz])
 AC_OUTPUT
@@ -128,11 +128,11 @@ END
 $MAKE # This should place aclocal flags in Makefile.
 grep '.*-I m4' Makefile # Sanity check.
 
-# Modify configure.in and aclocal.m4.
+# Modify configure.ac and aclocal.m4.
 
 $sleep
 
-cat $srcdir/configure.stub - > $srcdir/configure.in <<'END'
+cat $srcdir/configure.stub - > $srcdir/configure.ac <<'END'
 AC_CONFIG_FILES([quux])
 MY_CUSTOM_MACRO
 AC_OUTPUT
@@ -149,7 +149,7 @@ $MAKE distcheck
 
 # Modify Makefile.am, remove aclocal.m4, and add a new m4 file to
 # the directory of extra m4 files considered by aclocal.  This new
-# file should now provide a macro required by configure.in and that
+# file should now provide a macro required by configure.ac and that
 # was previously provided by aclocal.m4.
 
 $sleep
@@ -169,7 +169,7 @@ $MAKE distcheck
 
 # Modify Makefile.am, remove all the extra m4 files to considered
 # by aclocal, and add an acinclude.m4 file.  This last file should
-# now provide a macro required by configure.in, and that was
+# now provide a macro required by configure.ac, and that was
 # previously provided by the extra m4 files considered by aclocal.
 
 $sleep
index 1bfaf88113f34865289f882f5634f206fbc17326..6754ed3ff6583d04aaf8441c795b842681d98d03 100755 (executable)
@@ -23,7 +23,7 @@
 
 . ./defs || Exit 1
 
-mv -f configure.in configure.stub
+mv -f configure.ac configure.stub
 
 cat > Makefile.am <<'END'
 all-local: foo
@@ -35,7 +35,7 @@ check-local:
 CLEANFILES = foo
 END
 
-cat configure.stub - > configure.in <<'END'
+cat configure.stub - > configure.ac <<'END'
 AC_OUTPUT
 END
 
@@ -81,7 +81,7 @@ $MAKE distcheck
 
 rm -f bar
 
-# Modify Makefile.am and configure.in.
+# Modify Makefile.am and configure.ac.
 
 $sleep
 
@@ -93,7 +93,7 @@ check-local:
        test ! -r bar
 END
 
-cat $srcdir/configure.stub - > $srcdir/configure.in <<'END'
+cat $srcdir/configure.stub - > $srcdir/configure.ac <<'END'
 AC_CONFIG_FILES([quux])
 AC_SUBST([QUUX], [Zardoz])
 AC_OUTPUT
@@ -130,11 +130,11 @@ END
 $MAKE # This should place aclocal flags in Makefile.
 grep '.*-I m4' Makefile # Sanity check.
 
-# Modify configure.in and aclocal.m4.
+# Modify configure.ac and aclocal.m4.
 
 $sleep
 
-cat $srcdir/configure.stub - > $srcdir/configure.in <<'END'
+cat $srcdir/configure.stub - > $srcdir/configure.ac <<'END'
 AC_CONFIG_FILES([quux])
 MY_CUSTOM_MACRO
 AC_OUTPUT
@@ -151,7 +151,7 @@ $MAKE distcheck
 
 # Modify Makefile.am, remove aclocal.m4, and add a new m4 file to
 # the directory of extra m4 files considered by aclocal.  This new
-# file should now provide a macro required by configure.in and that
+# file should now provide a macro required by configure.ac and that
 # was previously provided by aclocal.m4.
 
 $sleep
@@ -171,7 +171,7 @@ $MAKE distcheck
 
 # Modify Makefile.am, remove all the extra m4 files to considered
 # by aclocal, and add an acinclude.m4 file.  This last file should
-# now provide a macro required by configure.in, and that was
+# now provide a macro required by configure.ac, and that was
 # previously provided by the extra m4 files considered by aclocal.
 
 $sleep
index 677b161aa205c129941a8046d4b4a1eab7647c0f..90a780a401aeca99bd63669a96c3d22bfd0661e2 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test remake rules when configure.in or its prerequisites change.
+# Test remake rules when configure.ac or its prerequisites change.
 # Keep in sync with the other sister tests `remake9*.test'.
 
 . ./defs || Exit 1
@@ -28,7 +28,7 @@ else
   remake_() { $MAKE Makefile && $MAKE foo.sh; }
 fi
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 FINGERPRINT=BadBadBad
 AC_SUBST([FINGERPRINT])
 AC_CONFIG_FILES([foo.sh:foo.in], [chmod a+x foo.sh])
@@ -39,7 +39,7 @@ cat > Makefile.am <<'END'
 nil:
 .PHONY: nil
 
-$(srcdir)/configure.in: $(srcdir)/tweak-configure-in
+$(srcdir)/configure.ac: $(srcdir)/tweak-configure-in
        $(SHELL) $(srcdir)/tweak-configure-in <$@ >$@-t
        mv -f $@-t $@
 EXTRA_DIST = $(srcdir)/tweak-configure-in
@@ -76,8 +76,8 @@ for vpath in : false; do
   $MAKE # Should be a no-op.
 
   $sleep
-  sed "s/^\\(FINGERPRINT\\)=.*/\\1=$magic1/" $srcdir/configure.in >t
-  mv -f t $srcdir/configure.in
+  sed "s/^\\(FINGERPRINT\\)=.*/\\1=$magic1/" $srcdir/configure.ac >t
+  mv -f t $srcdir/configure.ac
   remake_
   $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile
@@ -94,8 +94,8 @@ for vpath in : false; do
 
   $sleep
   echo cat > $srcdir/tweak-configure-in # Make it a no-op again.
-  sed "s/^\\(FINGERPRINT\\)=.*/\\1=DummyValue/" $srcdir/configure.in >t
-  mv -f t $srcdir/configure.in
+  sed "s/^\\(FINGERPRINT\\)=.*/\\1=DummyValue/" $srcdir/configure.ac >t
+  mv -f t $srcdir/configure.ac
   using_gmake || remake_
   $MAKE distcheck
   $FGREP $magic1 Makefile && Exit 1 # Sanity check.
index 4747c0c93dfed12030542149efbac8ac1d709a22..77ebaae1c20969920fe18649fcdef574c0b3eba9 100755 (executable)
@@ -28,7 +28,7 @@ fi
 magic1=::MagicStringOne::
 magic2=__MagicStringTwo__
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 7a27acc4ec35256ddc2f9a91ad760625c34d6a90..77a327fac9743bb971098474cd2ea52eff4f376a 100755 (executable)
@@ -28,7 +28,7 @@ else
   remake_() { $MAKE Makefile && $MAKE foo.sh; }
 fi
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 FINGERPRINT='my_fingerprint'
 AC_SUBST([FINGERPRINT])
 AC_CONFIG_FILES([foo.sh:foo.in], [chmod a+x foo.sh])
index 4e2aee70278806a3e9d574d9ea6dfaee76032524..4ebd3e7619b43059a83b7a480c8e57f609a5a631 100755 (executable)
@@ -28,7 +28,7 @@ else
   remake_() { $MAKE Makefile && $MAKE foo.sh; }
 fi
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 FINGERPRINT='my_fingerprint'
 AC_SUBST([FINGERPRINT])
 AC_CONFIG_FILES([foo.sh:foo.in], [chmod a+x foo.sh])
index 827f877a2a4ee10c46b2278f407a1ae0168e8118..8ad576500b17a0887e7ff58e114371b8bc8b25ec 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc bzip2'
 . ./defs || Exit 1
 
-cat >configure.in <<END
+cat >configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip no-dist-gzip dist-bzip2])
 AC_PROG_CC
index abe1ef8e76d8392a76d3edb8cbe17e6aa785b16a..cfc3b4399526d67422d326a454389aac54439229 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<EOF
+cat > configure.ac <<EOF
 AC_INIT
 AM_INIT_GUILE_MODULE
 EOF
index 021b114c62040d49f6f8ba1399cae5b6543b205a..9e0bcc1f1d042c1f36726d6f92f08bd0b2862acb 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<EOF
+cat >> configure.ac <<EOF
 AC_CONFIG_FILES([one/Makefile two/Makefile])
 AC_OUTPUT
 EOF
index 3008583b3f149018eab3d9b781766c28cbcf481e..a9442a29b90ae89651e54c3182ab1d2512a32007 100755 (executable)
@@ -21,7 +21,7 @@
 required='libtoolize'
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([req2], [1.0])
 AC_CONFIG_AUX_DIR([autoconf])
 AM_INIT_AUTOMAKE
@@ -52,6 +52,6 @@ $AUTOCONF
 test -f autoconf/ltmain.sh # Sanity check.
 rm -f autoconf/ltmain.sh
 AUTOMAKE_fails --add-missing --copy
-grep '^configure\.in:7:.* required file.*autoconf/ltmain\.sh' stderr
+grep '^configure\.ac:7:.* required file.*autoconf/ltmain\.sh' stderr
 
 :
index 0620c171cd95e656480e21bb6a17531cf100fc59..d4f328c610d731dd2d8fefa049c2f443182fbcc2 100755 (executable)
@@ -21,7 +21,7 @@
 mkdir 'unsafe$'
 cd 'unsafe$'
 
-mv ../configure.in .
+mv ../configure.ac .
 mv ../install-sh ../missing .
 
 : > Makefile.am
index 0cb26d172daaccef7bddc1c6d1472231568f4b14..d1bfa23a15f5829e777d877eed7eb47b3d51cbce 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 dnl AC_PROG_CC and AC_PROG_CXX missing on purpose
 AC_LIBOBJ([fsusage])
 AC_LIBOBJ([mountlist])
index a93418844e174c2bb0f04c8843f27e5da934dd52..45da51147428c882322f186fb445c473224925b3 100755 (executable)
@@ -51,7 +51,7 @@ do_check 'testdir has the expected path' \
 do_check 'fully pre-populated testdir' \
          'unset am_create_testdir' \
          'test -f install-sh || Exit 1
-          test -f configure.in || Exit 1
+          test -f configure.ac || Exit 1
           case `pwd` in '"$cwd"'/_self.dir) : ;; *) Exit 1;; esac'
 
 do_check 'testdir has the expected path' \
index 681c2747e00fae57e9904a43aac54ec87927e31c..813753b74080f93b84302f4650b0e9e64d8873c2 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_OUTPUT
 EOF
@@ -35,7 +35,7 @@ EOF
 
 unset enable_silent_rules || :
 
-: 'No explicit default in configure.in, enable by default in config.site'
+: 'No explicit default in configure.ac, enable by default in config.site'
 
 $ACLOCAL
 $AUTOCONF
@@ -49,10 +49,10 @@ CONFIG_SITE=./config.site ./configure --disable-silent-rules
 $MAKE test-nosilent
 $MAKE distclean
 
-: 'Disable by default in configure.in, enable by default in config.site'
+: 'Disable by default in configure.ac, enable by default in config.site'
 
-sed 's/^AM_SILENT_RULES/&([no])/' configure.in > configure.tmp
-mv -f configure.tmp configure.in
+sed 's/^AM_SILENT_RULES/&([no])/' configure.ac > configure.tmp
+mv -f configure.tmp configure.ac
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE --add-missing
@@ -65,10 +65,10 @@ CONFIG_SITE=./config.site ./configure --disable-silent-rules
 $MAKE test-nosilent
 $MAKE distclean
 
-: 'Enable by default in configure.in, disable by default in config.site'
+: 'Enable by default in configure.ac, disable by default in config.site'
 
-sed 's/^AM_SILENT_RULES/&([yes])/' configure.in > configure.tmp
-mv -f configure.tmp configure.in
+sed 's/^AM_SILENT_RULES/&([yes])/' configure.ac > configure.tmp
+mv -f configure.tmp configure.ac
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE --add-missing
index 78cd53f814f449eee1f10feb49a4590efeb452ab..ff68edaa29039aa14d06b1340bc930dfa79aa011 100755 (executable)
@@ -23,7 +23,7 @@ set -e
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AM_PROG_CC_C_O
 AC_PROG_LEX
index ed05785b75b507473156249d08cbc0b29f1911ba..708b9b7c73190db2a3d7b74f2023d3ad632aa41e 100755 (executable)
@@ -94,7 +94,7 @@ do_and_check_verbose_build ()
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AM_PROG_CC_C_O
 AC_PROG_CXX
index 409a08bb739c5058b52ad34854b8c151b830a6d7..2f4cd9b8ab9fc8b051b21f0c1316cb4f99bb7670 100755 (executable)
@@ -95,7 +95,7 @@ do_and_check_verbose_build ()
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AM_PROG_CC_C_O
 AC_PROG_F77
index ad7a462f7daf17bf456d5599f796ec1bea26e307..c9b5733756bc09d87397820fd60b791f6b8ce7d4 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_PROG_CC
 AM_PROG_CC_C_O
index 18f00322c8995791327ed5ec200f55da99a637fb..5a547bc134db3f799bfb43f8c81aa6bf69e9ba50 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 # Yes, we repeat the warnings two times, both before and after
 # 'silent-rules'.  This is deliberate.
index a87047530d9d1268db4f641016dab39e30adde1a..aaf0b3020051355dd6cf161b965da900367f55c5 100755 (executable)
@@ -24,7 +24,7 @@ set -e
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_PROG_YACC
 AC_PROG_CC
index fc02353a54ce98de46bc0a48871b39516c4c7222..11fa1973201a03e582140e6fbeaca2fdcf28050a 100755 (executable)
@@ -24,7 +24,7 @@ set -e
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AM_PROG_CC_C_O
 AC_PROG_YACC
index c08fccaa60c5e954fa9208a59fdb659f5ba4524d..f914c445c14c4e77ccf0eab32e05a701f30471ab 100755 (executable)
@@ -23,7 +23,7 @@ required=cc
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_CONFIG_FILES([sub/Makefile])
 AC_PROG_CC
index 2fc32c5aa061472f7297a7d6a19de234d41a94ea..6565a270192a641c0fecbe0cd0bd554c555348da 100755 (executable)
@@ -24,7 +24,7 @@ required=gcc
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_CONFIG_FILES([sub/Makefile])
 AC_PROG_CC
index b5667a8b2e5d5f80c352490c6b710b811ad15646..21609f159889487135f154ee44ce5b8732a6f2f0 100755 (executable)
@@ -23,7 +23,7 @@ required='cc libtoolize'
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_CONFIG_FILES([sub/Makefile])
 AC_PROG_CC
index 1e71664406d1e822481b0705f72b2e73ed7aa960..cce38fcfdba49c0d8d2ede21eebc39501328a615 100755 (executable)
@@ -24,7 +24,7 @@ required="libtoolize gcc"
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_CONFIG_FILES([sub/Makefile])
 AC_PROG_CC
index f08ba3b3557b57f165aa3d528f8528bf6b2dd96f..96ddeb7e9b8f87df6859912cc51e25137064f24d 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_OUTPUT
 EOF
@@ -72,7 +72,7 @@ $MAKE distclean
 
 $sleep
 # Things should also work with -Wall in AM_INIT_AUTOMAKE.
-cat > configure.in <<'END'
+cat > configure.ac <<'END'
 AC_INIT([silent6], [1.0])
 AM_INIT_AUTOMAKE([-Wall])
 AC_CONFIG_FILES([Makefile])
@@ -84,7 +84,7 @@ $AUTOMAKE -Wno-error
 
 # AM_SILENT_RULES should turn off the warning.
 $sleep
-echo 'AM_SILENT_RULES' >> configure.in
+echo 'AM_SILENT_RULES' >> configure.ac
 $ACLOCAL
 $AUTOMAKE
 grep 'AM_V_GEN' Makefile.in
@@ -93,7 +93,7 @@ grep 'AM_V_GEN' Makefile.in
 
 # The `silent-rules' option to AM_INIT_AUTOMAKE should work likewise.
 $sleep
-cat > configure.in <<'END'
+cat > configure.ac <<'END'
 AC_INIT([silent6], [1.0])
 AM_INIT_AUTOMAKE([silent-rules])
 AC_CONFIG_FILES([Makefile])
index 98cd55fee1e3313fb7fbd8fd906361bd0492aee9..d376c278f3947f5852a82f4bb9de99449a7b0dc1 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_OUTPUT
 EOF
index c8a987041cdcbe492f3afbe1001fa2204f0f23fd..257786a624c6c490a1c723f99d0b91c04fae990d 100755 (executable)
@@ -19,7 +19,7 @@
 required='makeinfo-html tex texi2dvi-o dvips'
 . ./defs || Exit 1
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_OUTPUT
 EOF
index 8edfc18286ab764c580bd85e1c085bfbd3f66e8d..f8e017ffc3a1bd34a2dbdfeb1eabedb1e0627243 100755 (executable)
@@ -23,7 +23,7 @@ required='cc libtoolize'
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_CONFIG_FILES([sub/Makefile])
 AC_PROG_CC
index 16a44ea943efc0fe28aac5f9693915ac02c9eb87..7699ac8a1cbfd53ba5134f73e4c59bb30f259cff 100755 (executable)
@@ -23,7 +23,7 @@ required=g++
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_PROG_CXX
 AC_CONFIG_FILES([sub/Makefile])
index 3621f07f545c9388a3d6bfac88ddcdf8a0804577..192178de495688be8901faab9cd47af017be96a5 100755 (executable)
@@ -24,7 +24,7 @@ required=c++
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_PROG_CXX
 AC_CONFIG_FILES([sub/Makefile])
index 6075cf0d9fd68079ba5ec38de1f515dd0dd25219..ce6f6a044cc8d6b2c00a699004e19031e1971a16 100755 (executable)
@@ -22,7 +22,7 @@ required=fortran77
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_PROG_F77
 AC_CONFIG_FILES([sub/Makefile])
index bdecd986539588f82527cf5bf620c35c94ed0b7f..8bb06b2622ff10e3030c825ca2127a0620a81b40 100755 (executable)
@@ -22,7 +22,7 @@ required=fortran
 
 mkdir sub
 
-cat >>configure.in <<'EOF'
+cat >>configure.ac <<'EOF'
 AM_SILENT_RULES
 AC_PROG_FC
 AC_CONFIG_FILES([sub/Makefile])
index efefab38962ebb2c5716ff81a460946c369d9ceb..c46ade12fb93547176b606dba247c30c460d9d84 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 
 cat > Makefile.am << 'END'
     bin_PROGRAMS = foo
index b030585d737e004dec68b5c8b6b9d5f02189f01a..ae6473a8b9b279f011eaa9dc5e2b83d9998d3985 100755 (executable)
@@ -51,7 +51,7 @@ AC_DEFUN([AC_PROG_LIBTOOL], [AC_SUBST([LIBTOOL], [dummy])])
 END
 : > ltmain.sh
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_YACC
index 44fb7b8d5e6b39a6d3616086546c1df71bbaa3d6..b4ffd00f80f96e6ed111d6aa60ef6aa32df370fd 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 END
index 76e167735a42f8b5ef62b84936339674f71a4760..3b8fc5be4c18879964d88803dbe388f7312f9a93 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc c++'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AC_CONFIG_FILES([sub/Makefile sub2/Makefile])
index 38a9168ba51ebb6c0faaf48ef8af513d4dfad5b5..be7ebb5a296046dd3c49a6d977b0f7a6950a44ed 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_CXX
index b4611aa23edb60be2d6aee326a289115896fc061..9e788726468cdeebc3448f274ae7d27b319cdee4 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index 846eab36c8b2a5e9dc289865b0edf158da98b727..f420cdfd252d87832cf1dea83c5a7063dbe13471 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_CONDITIONAL([BAR], [true])
index 83c8193c9c31da4a0176b252c835032cae4dc5a5..26ad75cf510122d244217610276a79add655786a 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc native'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index 8febbcd189d846462a2d3355a9fdb7a18f4f6df7..435ce16240d18faa931aa91ce3469ad799e3002c 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc native'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index c7b2012cf19707abed69210c346fc38edd7bd9e2..96e7a2e22244f80f20009a54c15974c6935257a3 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index 0a504c0c8cdd0936f009d46e4a23c9de195c372d..a4b0a46055e0d509e6a927492a92014a76fea4d3 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >> configure.in
+echo AC_PROG_CC >> configure.ac
 
 cat > Makefile.am << 'END'
 bin_PROGRAMS = zardoz
index 7ecfacc56d36b835b3d79a0b32e8d3ca9e30b10b..978a10538549726eedfed5fc2c7bc0e1ea7c9fb4 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index fe4428d04603145f2997430b45e81b3d4ce92c82..2d6da979378437c706d949c05bada62b7f7d62da 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index d3096ea489ab9b96c96eb28c603b52b345dbd58b..a7a3c343181f1e40f353e4bb8abeedab09ecc253 100755 (executable)
@@ -17,7 +17,7 @@
 # Make sure stamp-h* files are created where we expect
 . ./defs || Exit 1
 
-cat >> configure.in << END
+cat >> configure.ac << END
 AM_CONFIG_HEADER([1.h
                   2.h:config.hin
                   3.h:sdir1/config1.hin])
index db10243c76a42d69334796439fcd34c54120d2a7..ec9948391f5cd5eba23b94670f318c0ec46a289a 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_CONFIG_HEADERS([sub/config.h])
 AC_CONFIG_FILES([sub/bar.h])
index 84412f3e160da92e53a7c17ee13e378a057eae07..1594707c569e87a76595e4b8b4eb5ba238af0422 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 773da1d3400c2e1a1648a5290692c8073dca0dd1..749f22e1d872c2d1ffdf98184f11102409ec99e3 100755 (executable)
@@ -28,7 +28,7 @@ required=libtool
 : > config.guess
 : > config.sub
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 8acbda07adcf18bf9c42dea30014c7e1821efa3f..8c365f0a07785065b3648a57647ba3389b9ddf67 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # The strictness specified in Makefile.am:AUTOMAKE_OPTIONS should
-# override that specified in configure.in:AM_INIT_AUTOMAKE, and both
+# override that specified in configure.ac:AM_INIT_AUTOMAKE, and both
 # should override the strictness specified on the command line.
 # NOTE: the current semantics might not be the best one (even if it has
 # been in place for quite a long time); see also Automake bug #7673.
@@ -59,63 +59,63 @@ touch INSTALL NEWS AUTHORS ChangeLog COPYING
 
 rm -rf autom4te*.cache
 set_strictness '' Makefile.am
-set_strictness '' configure.in
+set_strictness '' configure.ac
 ko --gnu
 ko
 ok --foreign
 
 rm -rf autom4te*.cache
 set_strictness 'gnu' Makefile.am
-set_strictness '' configure.in
+set_strictness '' configure.ac
 ko --gnu
 ko
 ko --foreign
 
 rm -rf autom4te*.cache
 set_strictness '' Makefile.am
-set_strictness 'gnu' configure.in
+set_strictness 'gnu' configure.ac
 ko --gnu
 ko
 ko --foreign
 
 rm -rf autom4te*.cache
 set_strictness 'foreign' Makefile.am
-set_strictness '' configure.in
+set_strictness '' configure.ac
 ok --gnu
 ok
 ok --foreign
 
 rm -rf autom4te*.cache
 set_strictness '' Makefile.am
-set_strictness 'foreign' configure.in
+set_strictness 'foreign' configure.ac
 ok --gnu
 ok
 ok --foreign
 
 rm -rf autom4te*.cache
 set_strictness 'gnu' Makefile.am
-set_strictness 'gnu' configure.in
+set_strictness 'gnu' configure.ac
 ko --gnu
 ko
 ko --foreign
 
 rm -rf autom4te*.cache
 set_strictness 'foreign' Makefile.am
-set_strictness 'foreign' configure.in
+set_strictness 'foreign' configure.ac
 ok --gnu
 ok
 ok --foreign
 
 rm -rf autom4te*.cache
 set_strictness 'foreign' Makefile.am
-set_strictness 'gnu' configure.in
+set_strictness 'gnu' configure.ac
 ok --gnu
 ok
 ok --foreign
 
 rm -rf autom4te*.cache
 set_strictness 'gnu' Makefile.am
-set_strictness 'foreign' configure.in
+set_strictness 'foreign' configure.ac
 ko --gnu
 ko
 ko --foreign
index 34b8844860f8273f5edfedae1479fc9299c95f33..6f5a143da54386084cf56df1c57794549dab2f27 100755 (executable)
@@ -57,16 +57,16 @@ ko --foreign --gnu
 ok --gnu --foreign
 
 set_strictness '' Makefile.am
-set_strictness 'gnu foreign' configure.in
+set_strictness 'gnu foreign' configure.ac
 rm -rf autom4te*.cache
 $ACLOCAL
 ok
-set_strictness 'foreign gnu' configure.in
+set_strictness 'foreign gnu' configure.ac
 rm -rf autom4te*.cache
 $ACLOCAL
 ko
 
-set_strictness '' configure.in
+set_strictness '' configure.ac
 rm -rf autom4te*.cache
 $ACLOCAL
 set_strictness 'gnu foreign' Makefile.am
index 2e1338d05d4cd393dfa6d27a58c22642f8a15ddc..dfefcd9c2af6fc3a269dbf5396281cc91000341b 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index f1df9058f27b2f9d25ca724a2e50f234f5a1efa3..49a5c066c49b99f7af5b8bc1d311259c40245236 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc strip'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index af0ef2d57e6ece6f6085b350cd8d1e3556f10425..187e8a58e6324071c952cc0402d455b1d44026f1 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc libtoolize strip'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index e0910e36f0c8922134656ea965b8222544d2ce9d..c09e5ad4f2c5adcf55882533d656b159a063e8cc 100755 (executable)
@@ -19,7 +19,7 @@
 required=gettext
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_GNU_GETTEXT
 AM_CONDITIONAL(MAUDE, true)
 ALL_LINGUAS=
index 304b2ed6e7404148b6e4e7383a4bd041d4bd1474..d3e3679579c7f686a5dd09c98fb156d068b1a419 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_CONDITIONAL([COND_OPT], [test "$want_opt" = yes])
 AC_CONFIG_FILES([src/Makefile opt/Makefile])
 AC_OUTPUT
index d701dde7076bd39f6798c2ce4033427814026ef4..39b39d95b5b6272c782c6ef648171cbbc44504b5 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 if test "$want_opt" = yes; then
   MAYBE_OPT=opt
 else
index 20ad10e70065b2ca83f6b2aa6173dd0c364860d4..34b6ece885e770b21d6d324c8f15270930ad8559 100755 (executable)
@@ -21,7 +21,7 @@
 
 mkdir zot
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([zot/Makefile])
 AC_OUTPUT
 END
index 67a22a9568e042ea3885ded2688e87896c25caec..4ba791ad8b068f73762a766c7dfe7e3b3351611e 100755 (executable)
@@ -20,7 +20,7 @@
 
 mkdir sub
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 7311c6cae2619e09a53e9433edb8744aaa7cabcd..3ef41510839904c407a87f78e81973725b08e95a 100755 (executable)
@@ -21,7 +21,7 @@
 mkdir one
 mkdir one/two
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([one/Makefile one/two/Makefile])
 AC_OUTPUT
 END
index 5e48d4d31889002f43005b7fa08d9ac488cca002..d9b160fa8374e5f9715ce2cd6bd2181db0937e6f 100755 (executable)
@@ -24,7 +24,7 @@ zardoz_SOURCES = y.c x/z.c
 widdershins_SOURCES = x/z.c
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index f0cf1c33b7b03b971377073cee185eb96518f62d..2094a1a100d9539d43f25c17088da3bbe1d16b39 100755 (executable)
@@ -21,7 +21,7 @@
 
 mkdir lib src
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_RANLIB
 AC_PROG_CC
 AM_PROG_AR
index c0c7548e9d2e516d635f7dabaee079218d3bad79..ed8eb7564e048b4b05dfff4e109aa0e85f286a3e 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
@@ -35,20 +35,20 @@ $MAKE
 
 # Now add new directories.
 
-# First we add a new directory by modifying configure.in directly.
-# We update configure.in *before* updating sub/Makefile.am; subdir8.test
+# First we add a new directory by modifying configure.ac directly.
+# We update configure.ac *before* updating sub/Makefile.am; subdir8.test
 # does it in the other way: it updates confiles.m4 (which is m4_included
-# by configure.in there) after Makefile.am.
+# by configure.ac there) after Makefile.am.
 
 # Modified configure dependencies must be newer than config.status.
 $sleep
-sed <configure.in >configure.tmp -e '/^AC_OUTPUT$/i\
+sed <configure.ac >configure.tmp -e '/^AC_OUTPUT$/i\
 AC_CONFIG_FILES([maude/Makefile])\
 m4_include([confile.m4])\
 ' # Last newline required by older OpenBSD sed.
-mv -f configure.tmp configure.in
+mv -f configure.tmp configure.ac
 
-cat configure.in # For debugging.
+cat configure.ac # For debugging.
 
 : > confile.m4
 
@@ -69,7 +69,7 @@ grep '^SUBDIRS = *maude *$' Makefile
 test -f maude/Makefile
 
 # Then we add a new directory by modifying a file included (through
-# `m4_include') by configure.in.
+# `m4_include') by configure.ac.
 mkdir maude2
 # Modified configure dependencies must be newer than config.status.
 $sleep
index 44e7d51c9b94ac231483656f555ecf9aa65c7778..5c17b65506de6960e215c8a366bb280da616f890 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONFIG_HEADER([sub/config.h:sub/config.hin])
 AC_OUTPUT
 END
index 49125dd1af8a90d9f752648e2b9f34bf9e4d3710..2e26b55b2755dcdbe241453aefcbf2dea4ab05e3 100755 (executable)
@@ -20,7 +20,7 @@
 
 mkdir obj
 
-cat >>configure.in << 'END'
+cat >>configure.ac << 'END'
 AC_CONFIG_FILES([obj/Makefile])
 AC_OUTPUT
 END
index f0c7c491bd6eb5ac8f811128949cdb329e2e1696..f7a464c743d5e3f4cf5e4f47162a4a4a9ee35120 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 m4_include([confiles.m4])
 MORE_DEFS
 AC_OUTPUT
@@ -50,9 +50,9 @@ $MAKE
 # Now add new directories.
 
 # The first step users typically do when adding a new subdir is
-# editing configure.in.  That is already tested by subdir5.test,
+# editing configure.ac.  That is already tested by subdir5.test,
 # though, so here we try to just edit a file that is included by
-# configure.in, without touching configure.in itself.
+# configure.ac, without touching configure.ac itself.
 
 mkdir sub/maude
 cat > sub/maude/Makefile.am << 'END'
@@ -67,7 +67,7 @@ mkdir maude
 : > maude/Makefile.am
 
 # Update confiles.m4 *after* updating sub/Makefile.am; subdir5.test do
-# it in the other way: it updates configure.in before Makefile.am.
+# it in the other way: it updates configure.ac before Makefile.am.
 # We sleep here because modified configure dependencies must be newer
 # than config.status.
 $sleep
index 8c6a6b6e29c30c341e074c0099ee25f60be0a867..116e1c3063f01109a8457f50ad9f1170268e6509 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([src/subdir/Makefile src/subdir2/Makefile])
 AC_OUTPUT
 END
index f2bba568cbbcfa7c34faef309d9b849bb7bcaef9..23c04f70a94d5d6bc2723c897ad745ce61d5d8f5 100755 (executable)
@@ -23,7 +23,7 @@ required=cc
 
 mkdir lib
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([lib/Makefile])
 AC_PROG_RANLIB
 AC_PROG_CC
index 291c18d79557c2b231987df483a39b5c1b010bda..b7f6597d49dfaa8577cb34fd3d609c5deb9144fe 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 END
index 30f31f170ddb648a91ce7bdf58cb03689afcff32..db6bf726798ef4f178a81e1341f38c61845d7cbb 100755 (executable)
@@ -19,7 +19,7 @@
 required=gcc
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE([subdir-objects])
 
index 5ceea5b48cee44932fa6eb21de573f45a8e3aeee..d7e3e7cb838542a005ab59aef9fff901bd6af98b 100755 (executable)
@@ -29,7 +29,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index a2b664701ab1bd4ce72c69cefce5dbd04281e041..fe1de5c521f7b09b771bc3d86900ca071331daa9 100755 (executable)
@@ -28,7 +28,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 END
index 1088f74329cfe1358d2ba6ed86ba0654ba80de9c..80d394be5e64fa83b9a1a395ea728eb66342ba8f 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 END
index 038da434f17ba4ce88aef6c87a356ff928affbad..3a3f86192b69ceec1d584ed7cb9967be979e30e3 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 END
 
index 4af4901ac28bf7ec09e67feeaa59d3d367bb4dd8..552e178d79197d0f839bd5c661db773d52f63fdf 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_CXX
index d4bd9cd247bf837e53b2df728a59237d1df6a0b7..3b05b6a74176e419a63bc6b3c129beb096162f4e 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([generic/Makefile])
 AC_PROG_CC
 AM_PROG_CC_C_O
index 87a68150fc26fca18f9699290f709cc1a0475d17..2f902f20ada4dd688674d3258ae108343e181d44 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_CC_C_O
 AC_OUTPUT
 END
index 3670731529667e73e976afddabfcea0e71a6b24e..863cae0318d48ee9bef3aecf06c0d8e0a3ebd593 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index 7bfd7edb528409a6f39f44f75da16bdc0b2fb12f..da64f74b290779aef939635d37a0ba0a0e25257f 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([tools])
 AM_INIT_AUTOMAKE
index ed5c0640200a5009fff89ae2e9bdf245d32a9c16..dfa70c137079891907e79995f875643966cf170f 100755 (executable)
@@ -25,7 +25,7 @@
 required='c++ libtoolize'
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE([subdir-objects])
 AC_PROG_CXX
index d10317d4d0ad15222489706c05a877c6290df256..bef3bf0bdc9bf6f78b8eb5352192c91b85d57fa1 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_CONDITIONAL([FOO1], [some test])
 AM_CONDITIONAL([FOO2], [some test])
index ca14d80ddff8f78c851b1314987d6c63e69b3b0f..f1b2ac31cda06b236148fcbd5fcd7a623d15f831 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AC_CONFIG_SUBDIRS([lib])
 AC_OUTPUT
index 6f85bfaf02ec4ba1148d80b0d8b2751ac550ed6f..82bf33818ea95e4168ff0ab6967776708ca9ac81 100755 (executable)
@@ -28,7 +28,7 @@ AC_DEFUN([FOO],[
 ])
 EOF
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_CONFIG_SUBDIRS([lib])
 FOO
 END
index fb2afe40b9bdfbcf9e1fcaaed3e11c751b577eab..af89fc173ee8e86a0a0f08c9be7a561272e466ea 100755 (executable)
@@ -27,7 +27,7 @@ AC_DEFUN([FOO],[
 ])
 EOF
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_CONFIG_SUBDIRS([sub])
 AC_OUTPUT
 END
index 8b4831161b12a91dd23847b57d0833a4cfab4557..38dc455b97ce812520007b36bdc33d846b0b5620 100755 (executable)
@@ -23,7 +23,7 @@ SUBDIRS = subpkg
 EXTRA_DIST = subpkg/foobar
 END
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_CONFIG_SUBDIRS([subpkg])
 AC_OUTPUT
 END
@@ -34,7 +34,7 @@ echo foobar >subpkg/foobar
 
 echo SUBDIRS = >subpkg/Makefile.am
 
-cat >subpkg/configure.in <<'END'
+cat >subpkg/configure.ac <<'END'
 AC_INIT([subpkg], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index ca225cacfaec6b21f019bff5f3a6c12b81a9301f..28ee7638aa0a63aff72858c5d20c8d1a8d4360b4 100755 (executable)
@@ -34,7 +34,7 @@ test-distdir-is-readable:
        fi
 END
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_CONFIG_SUBDIRS([subpkg])
 AC_OUTPUT
 END
@@ -49,7 +49,7 @@ cat >subpkg/Makefile.am <<'END'
 EXTRA_DIST = foobar dir
 END
 
-cat >subpkg/configure.in <<'END'
+cat >subpkg/configure.ac <<'END'
 AC_INIT([subpkg], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index 9bae82f3486f6a0711455c77a7850a8f34c8cfb1..f288019cbe35aa8d4951f35628750aa67bc30532 100755 (executable)
@@ -34,7 +34,7 @@ v3=ABCDEFGHIJKLMNOPQRSTUVWXYZ
 # Literal backslash for use by grep.
 bs='\\'
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_SUBST([A], [''])
 AC_SUBST([$v1], [''])
 AC_SUBST([$v2], [''])
index c28dbd7074bc4f41d29578cb40ec43f952ba563c..f46f2ed9a78316464d61328064ac4aefed289c40 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 dnl This test used to have the following lines, which cannot have
 dnl worked sensibly with Autoconf for years, however:
 dnl AC_SUBST($1)
index 47d108074ed9f186834341654c1067e340421470..cc81063e373808deb50e3e2d6bab3507af3d60ec 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_RANLIB
index 7c0cc82ab5b4b00b2bbbbff85b95525566f8cf3e..ab3631e140be65dec571254c8af49b48573599f3 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 myrule="\
 foo: bar
        echo making \$@ from bar
index ab484a9bc44f9a55805d67b40df66c13c7d7af8e..2fef1b9d5cd76d654354e7e8dedb7e1e527d9d58 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AC_SUBST([substed1])
 AC_SUBST([substed2])
index 99aa3c6e28782b71401d96789bd42823d8b4cc07..a205c085d192fc09400fc875b96c83d04d1b3346 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([CC], [whocares])
 AC_OUTPUT
 END
index 6eb5c12ce088926216cdc5316a814ad90bd7a5b0..7183a9146a2aeb391db3b9b992d7ebdcc9f3fcd4 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([CC], [whocares])
 AC_OUTPUT
 END
index abca74923c4c8464671dd165cc3b5399a362c2c8..2e695f8431d32ae8c3984bd273a7832d059affea 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_SOURCE([fakelib.c])
 AC_PROG_CC
 AM_PROG_AR
index feb35c30cedb99be08122553af89fb9ddef1e8af..604e8a9c2bae27b1e5e750cbb9d26695c3a1ed89 100755 (executable)
@@ -23,7 +23,7 @@ required=cc
 
 plan_ 8
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 8529a67ffac77303225083de26605c782d81e03b..1490f6ed74685bb23faac0eac39c8631daa80a53 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
 END
@@ -34,7 +34,7 @@ for use_arlib in false :; do
 
   if $use_arlib; then
     am_warns=
-    echo AM_PROG_AR >> configure.in
+    echo AM_PROG_AR >> configure.ac
     : > ar-lib
   else
     am_warns=-Wno-extra-portability
index 5af8a18d14e4a474db6954b9805b7d47ffe9a239..14e0f9925b648738126e70abefa62b918e02374e 100755 (executable)
@@ -22,7 +22,7 @@ required='cc libtoolize yacc'
 
 plan_ 7
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CC
 AC_PROG_YACC
 AM_PROG_AR
index b69a740f7a1e3f950a72385f595baeba96181148..cfdd8521e3a8fa810718dc5f73c270c19513a23f 100755 (executable)
@@ -23,7 +23,7 @@ required=cc
 
 plan_ 10
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CC
 AC_OUTPUT
 EOF
index 61c60d141e761949a89894d0cfebc62cf7dbdd80..5882df7d64944f122be44b1ec788ea323563d7ba 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CC
 AC_OUTPUT
 EOF
index d5af31bd63cf3ae3a11e5fd3fdc7b5cb3eb04186..60222052a43a2430f04d4d1f6e51cb59c14493cc 100755 (executable)
@@ -21,7 +21,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<EOF
+cat >>configure.ac <<EOF
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index f34a4123692183534b7e28ff071006c6d7f8ff9d..afd67d4fc4b7316bd96d39b16b3f0c1b5fb7cc8b 100755 (executable)
@@ -21,7 +21,7 @@ required=libtoolize
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 3613480a283e86efec182981fa529135b81f535b..d5d6ba2be8984cc038cc9dd9afbefd95857c669c 100755 (executable)
@@ -21,7 +21,7 @@ required=c++
 
 plan_ 10
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_OUTPUT
 END
index cfbc03b308a70613c324c1b3780f9fc9ab749ad2..b3852de4cad1a6e4503a7a8c1afdd15e124d73c4 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc libtool'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([LINK], [:])
 AM_PROG_AR
 AC_PROG_LIBTOOL
index 6deb7dc64cf3c924f89c04ebc04814c6d4f21aca..319e02179179d629f9260349e927c571183826fa 100755 (executable)
@@ -20,7 +20,7 @@
 required=GNUmake # Other makes might not grok dot-less suffix rules.
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 # $(LINK) is not defined automatically by Automake, since the *_SOURCES
 # variables don't contain any known extension (.c, .cc, .f, ...).
 # So we need this hack -- but since such an hack can also serve as a
index cf48c06e8b51f081c4c62b1aafb3f2c4a9d3770d..243cf3cb2269c3362bb30f75fe17001cdd03f13a 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 # $(LINK) is not defined automatically by Automake, since the *_SOURCES
 # variables don't contain any known extension (.c, .cc, .f ...),
 # So we need this hack -- but since such an hack can also serve as a
index 69d298aff9b0a84bbe32f785ca83602187510c3b..288dd99dfa3ee954a1e17dec1f0f6ed343ee0891 100755 (executable)
@@ -23,7 +23,7 @@ required='cc libtoolize'
 
 plan_ 10
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_PROG_AR
 AM_PROG_LIBTOOL
 AC_OUTPUT
index 7e4547b5b92bbb84048129152e60bbbadd542730..a38f143e3aa5cd3becc49165adc5330380b1e158 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in << 'END'
+cat >>configure.ac << 'END'
 AC_PROG_CC
 END
 
index 1936d071b74c951b677a15f927407df7ccf7a959..f4b4338d8265ddf5cc1d0a79390facc560551577 100755 (executable)
@@ -22,7 +22,7 @@ am_create_testdir=empty
 
 : > Makefile.am
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([symlink], [1.0])
 AC_CONFIG_AUX_DIR([subdir])
 AM_INIT_AUTOMAKE
@@ -32,8 +32,8 @@ END
 $ACLOCAL
 AUTOMAKE_fails --add-missing
 
-grep '^configure\.in:3: .*missing.*error while making link' stderr
-grep '^configure\.in:3: .*install-sh.*error while making link' stderr
+grep '^configure\.ac:3: .*missing.*error while making link' stderr
+grep '^configure\.ac:3: .*install-sh.*error while making link' stderr
 
 test `$FGREP -c 'error while making link' stderr` -eq 2
 
index efc9e48a186ccc595ca82e3e338ad534771b9794..7d4ee64401b75d45f41c069b8f20f255138372b3 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 807c8506e1b6474c99e6fb50951d160a0b93a2b2..5915d46c021f234795826d09da00b47ca74c12ea 100755 (executable)
@@ -20,7 +20,7 @@
 required=etags
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 7504bbd0e83a72236424a7ef1354e4629e34f52e..580e7d31c79f1f786d8c5919e6b68f6219393b59 100755 (executable)
@@ -25,7 +25,7 @@ fetch_tap_driver
 
 plan_ 6
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 5c4f06af4546fe4e9402e3c8661822242a0dfbb0..3d6d8fe2304022c64f6db4097a0a356d7ee1092b 100755 (executable)
@@ -29,7 +29,7 @@ am_parallel_tests=yes
 
 fetch_tap_driver
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 1f93cea9bc8554cf10d1e5fed13e2c803a23a81d..b14099a5fbae9494d2e2890ae4325eef14d5f831 100755 (executable)
@@ -19,7 +19,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << END
+cat >> configure.ac << END
 AC_OUTPUT
 END
 
index d11fac974f7e69b1884969349f4eab6581d7061f..d3f28a577df0d7064155272004cb265f6726f6b5 100755 (executable)
@@ -23,7 +23,7 @@ am_parallel_tests=yes
 
 fetch_tap_driver
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 5622b3fe0ac6d4435861b238a6e74b98c97e2820..46b3b510cdf2a8dca88f4b70ecdc01753e0573f8 100755 (executable)
@@ -22,7 +22,7 @@ am_parallel_tests=yes
 
 fetch_tap_driver
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_PROG_CC
 AC_OUTPUT
 END
index 413edb1f0a36fd440af033333b645ef934f392bf..643ca21b0427e970554df3c2b0df3557e36c1d03 100755 (executable)
@@ -29,7 +29,7 @@ am_parallel_tests=yes
 
 fetch_tap_driver
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_SUBST([AM_TEST_LOG_DRIVER_FLAGS], ['--comments'])
 AC_OUTPUT
 END
index c5e173a3be6f01d9d1e16a5d026568e620f79077..253fdb9950a1743192da637bb9959d95f41be0af 100755 (executable)
@@ -25,7 +25,7 @@ am_parallel_tests=yes
 
 fetch_tap_driver
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_PROG_CC
 AC_OUTPUT
 END
index 6ff5d3d06e7c133ecc5858c602e556c27a4e254d..4b120a52964ed216040f4d42ef1c63a9153a2498 100755 (executable)
@@ -22,7 +22,7 @@ am_parallel_tests=yes
 
 fetch_tap_driver
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 58f8d0cc80ed222811aae56b41931494138c26c3..ab1cd40efd09633d9ec01812ff9814e8f23b99e2 100755 (executable)
@@ -24,7 +24,7 @@ fetch_tap_driver
 
 plan_ 10
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index feb98826ef86bbd0abc38d6279b8461bff4aeb54..022d1d7f2c5fdf41f487eed7c5ac5db2006ab112 100755 (executable)
@@ -28,7 +28,7 @@ esac
 
 fetch_tap_driver
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([GNU AutoTAP], [5.12], [bug-automake@gnu.org])
 AM_INIT_AUTOMAKE([parallel-tests])
 AC_CONFIG_FILES([Makefile])
index bda62c48d1885b63fb79be2816e258ba92d7b1c7..393bae8ba8229d845445cc0a1b0cccdbbee70324 100755 (executable)
@@ -23,7 +23,7 @@
 
 cwd=`pwd` || fatal_ "couldn't get current working directory"
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > am--tar <<'END'
 #!/bin/sh
index 1e6a3f24e42fe133fa7e5b2362ee7a2aa6f19075..263049ad025355a51f1b22b759f1c88e75fd4ace 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([tar], [1.0])
 AM_INIT_AUTOMAKE([tar-ustar])
 AC_CONFIG_FILES([Makefile])
index 0b62a7f09e9ec3bdb8bd50957271f91022329ad4..f9cc00052f5ed434e130239b17246f38b448d245 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([tar2], [1.0])
 AM_INIT_AUTOMAKE([tar-pax])
 AC_CONFIG_FILES([Makefile])
index 12126b4ce377ec9ef3dbe07f9b822eff87c909c7..ea46bb87b3c1101f8cd69777a462bf99f7c980b5 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([tar2], [1.0])
 AM_INIT_AUTOMAKE([tar-pax tar-v7])
 AC_CONFIG_FILES([Makefile])
@@ -29,11 +29,11 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-grep 'configure.in:2:.*mutually exclusive' stderr
+grep 'configure.ac:2:.*mutually exclusive' stderr
 
 rm -rf autom4te.cache
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT([tar2], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index 82ead7d58c025fcf0b7cde03b454a19f794864aa..ad0e94d4f442e86a3b3ca2aa73163cb6ceb01e27 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_OUTPUT
index a2c841cc2ca77bcd230b310765e0a0d7c92fb048..43e227da1840354e7b148de6da20a2187ce38a0c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index 970a7b3d25af141206a27a406d25451d03f6a4d5..eefdd815469e5039126ceb32efe895c998270bef 100755 (executable)
@@ -27,7 +27,7 @@ cp "$testsrcdir"/trivial-test-driver test-drivers/triv \
 cp "$am_scriptdir"/test-driver test-drivers/dflt \
   || fatal_ "failed to fetch auxiliary script test-driver"
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([LOG_DRIVER],      ['${SHELL} test-drivers/triv'])
 AC_SUBST([TEST_LOG_DRIVER], ['${SHELL} test-drivers/dflt'])
 AC_SUBST([SH_LOG_DRIVER],   ['${my_drv}'])
index 932df51249aa72ca41361fca139bbc8a2566798e..3129b9bd649e95767c0abdfb315b78bee49c190d 100755 (executable)
@@ -26,7 +26,7 @@ cp "$testsrcdir"/trivial-test-driver . \
 cp "$am_scriptdir"/tap-driver.pl . \
   || fatal_ "failed to fetch auxiliary script tap-driver.pl"
 
-cat >> configure.in << END
+cat >> configure.ac << END
 AM_CONDITIONAL([COND1], [:])
 AM_CONDITIONAL([COND2], [false])
 AM_CONDITIONAL([COND3], [false])
index 15ed0cb5f25af46db44e92ad2ede46389a66a32b..988331e4ead36e3d2d1d0469971ec69f934c4d99 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 7d9411d4f72bdc2ad0c1d226a0fcf3c0d0130a43..4bf9c004007312d2fa1185b155e7baab32c2b81f 100755 (executable)
@@ -28,7 +28,7 @@ am_parallel_tests=yes
 cp "$testsrcdir"/trivial-test-driver . \
   || fatal_ "failed to fetch auxiliary script trivial-test-driver"
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 17262d8b59ab1147bdb7c20e8ad00fd794fcb649..f6b15b9e43627f69e62bbe83d1c3d5650fd4330e 100755 (executable)
@@ -27,7 +27,7 @@ am_parallel_tests=yes
 cp "$testsrcdir"/trivial-test-driver . \
   || fatal_ "failed to fetch auxiliary script trivial-test-driver"
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index aa29ab85da2a8a05c2393e97c5b5b86de5cae31d..0ed00cd3987759a3e6c83f01fdb62bee6879468f 100755 (executable)
@@ -25,7 +25,7 @@ am_parallel_tests=yes
 cp "$testsrcdir"/trivial-test-driver . \
   || fatal_ "failed to fetch auxiliary script trivial-test-driver"
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 6bfe95292982466eb35066d2b9cec44253dc609a..b177181fb7b3e22f33d0c3d2d1f79b98ae1b172c 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AC_CONFIG_FILES([sub1/Makefile sub2/Makefile])
 AC_SUBST([X_LOG_DRIVER], [none])
index 225c925b14d6af6c59f97769bc0d6d85818a3688..9a4e3fec5cb3cd00b7844ea52c6c2d4cb6a26a2c 100755 (executable)
@@ -19,7 +19,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([nihil], [])
 AC_SUBST([ac_xfail_tests], ['x5.test x6$(test_suffix)'])
 AC_CONFIG_FILES([sub1/Makefile sub2/Makefile])
index 3fc7ab9ce593e8f586e26e7e84d8cc465026b922..74e8a9e66d777090f30393ab06c5017ddae77cfa 100755 (executable)
@@ -19,7 +19,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index a9359da9aecd327ffd202658aee77617489c6f64..0eb22680085cc2a2edfb00c06e190cc478dd7d8e 100755 (executable)
@@ -25,7 +25,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 106c792cd42a224cac27a6f51579201ac1f860ef..971b8bb971ab6ee3bc5c636cae168f146851ea55 100755 (executable)
@@ -35,7 +35,7 @@ do_check ()
   mkdir $whereopts
   cd $whereopts
   mkdir tests
-  unindent > configure.in << END
+  unindent > configure.ac << END
     AC_INIT([$me], [1.0])
     AC_CONFIG_AUX_DIR([$auxdir])
     AM_INIT_AUTOMAKE([$ac_opts])
index f6b232b2cd97bb975e3ecd8254b1231491fef2ec..21bd9c31605a84d4dee2ce31c11e8f4d6eba1ef2 100755 (executable)
@@ -23,12 +23,12 @@ am_parallel_tests=yes
 ocwd=`pwd` || fatal_ "cannot get current working directory"
 
 mkdir src build
-mv install-sh missing configure.in src
+mv install-sh missing configure.ac src
 rm -f depcomp
 
 cd src
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 55fc4f4df1582bde7dd48f0e02774862e6cfeaaf..81808033a36688feb685c8c3c9373c3e27b39d0c 100755 (executable)
@@ -19,7 +19,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND], [:])
 AM_CONDITIONAL([COND2], [:])
 END
index d024619f11f133d769edd6d99582a8acb9c8f663..d2fc2dd06b528538bbc5706e8db7e2a039b687bb 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 1ce483329c5041fb90f235a6fc61a87a5fbb6059..f0f71c66f93ad7f8594c59bb1f0dec2e30cf54dd 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 89d9ce8523c9e8de40865240d56770f0c02d86d4..d400b52bc608349ae4fe4a257d50be346ae96de5 100755 (executable)
@@ -25,7 +25,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 07387869c2ec65c7bcc5ab518c9e621a7d7e07dc..d75bbcb15cad88e45a4022fe94b05548f7a97bba 100755 (executable)
@@ -23,7 +23,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index ce956d9a013449c653933410f2f8796d0269ffb2..bbd9339174e4ede3b33f248d34c819095e2fbcf5 100755 (executable)
@@ -23,7 +23,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index c3682a382cb0c9feb0423ecc82d9c7b26b40acf2..8a6020cc2c52b93d74ce83ac9dc592f37d23614e 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 377971099d8c71effea980df815b3c4089761326..0a7a7ccb42bf10d55d3a152ec072a3cde9667ae5 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 373b84f0e5760ac43b7c20749609f7ac1a3e64a0..91102a8b769fde71a0d6320091b04d32a4ac52be 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index ba618d6aca06505bb2e2c48855bc35a48d8434f0..9bca8fcfb4b5739324cacbb3690a45ef05024b9e 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index c762dd61d5ae77eb047aa1c8af6c9f124782cf92..e511a8b4edf760904d75d7ea803f085f73c39fb0 100755 (executable)
@@ -22,7 +22,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 88015584f898e7729efa46fe942d0c14acf26ed8..53c26db4e4beb37409c721f118617d0496e6ae0c 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 68a4d94e9940e96f4b5124189b9d8b698b7fe99d..3ee6781d452b566562a736561d80f65a8b2df921 100755 (executable)
@@ -22,7 +22,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 7096b1f65bda3a4ad10138baddc70dc711f5a3d5..6fd9d1cbbb17d3f61ce84d60f7503e6e0bbffbea 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_OUTPUT
 END
 
index 3767790a93587f74855454ef91f32ec94aca78c2..0e9d6e737c777fac5052ae895087908de743fe48 100755 (executable)
@@ -21,7 +21,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index af2b5d5a7b532f57f4a1036b6b10ba42f70ebffe..f773cbdf64ca9684185a2420801cade5ff8ad284 100755 (executable)
@@ -22,7 +22,7 @@
 am_parallel_tests=no
 . ./defs || Exit 1
 
-cat >> configure.in <<END
+cat >> configure.ac <<END
 AC_SUBST([PERL], ['$PERL'])
 AC_OUTPUT
 END
index dc5886fdda0e7782c23d1cd9b1ff4e04b9613fd4..0361affeaede8feb4d8d6b0738246ccca9b12cd5 100755 (executable)
@@ -29,7 +29,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 87b097530fe787321ece79d21ae1d3c307eb4b48..27cd458f262605cb8b3a6d82fd628e0a592459dc 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 1ed2b32767736da19e72a027bdc74a9a9a0c9713..e126bd5c61faa02b0b6fc8aa2096a8d6f08220c6 100755 (executable)
@@ -36,7 +36,7 @@ case $use_colors in
     fatal_ "invalid use_colors='$use_colors'";;
 esac
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([GNU AutoFoo], [7.1], [bug-automake@gnu.org])
 AM_INIT_AUTOMAKE([$am_opts])
 AC_CONFIG_FILES([Makefile])
index 5e8a29583a82ad5559a3f0d655e8d3904d6cd837..43c2b65e564fde0724736185fa57b3b946f54282 100755 (executable)
@@ -38,7 +38,7 @@ ${br}
 See ./test-suite.log
 ${br}"
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 TEST_LOG_DRIVER = $(SHELL) $(srcdir)/trivial-test-driver
index e5678fa024c9c6a6d113161f9609f0b3043cfab7..480ec12d601e7e241be54e4f5cc6768999e79134 100755 (executable)
@@ -20,7 +20,7 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-mv configure.in configure.stub
+mv configure.ac configure.stub
 
 cat > fail << 'END'
 #!/bin/sh
@@ -28,7 +28,7 @@ exit 1
 END
 chmod a+x fail
 
-cat configure.stub - > configure.in <<'END'
+cat configure.stub - > configure.ac <<'END'
 AC_OUTPUT
 END
 
@@ -62,7 +62,7 @@ mkdir sub
 echo TESTS = fail > sub/Makefile.am
 mv fail sub
 
-cat configure.stub - > configure.in <<'END'
+cat configure.stub - > configure.ac <<'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index acb49a3afbf8399e6484a3b469373be5709e96be..7aa958ea0f2ffd8a461dac16e7343540b7a476fb 100755 (executable)
@@ -19,7 +19,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 2b27b45b3a6a71d1491fbfc1ad0f421665c87423..a4a94f7a921eae9a6fd99a69f4117c91a2126ff8 100755 (executable)
@@ -20,7 +20,7 @@
 required=cc
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_CC
 AC_OUTPUT
 END
index 40c92c5e3273e2e345c8e1f8975b2e5d2b413367..e6667cbedea1f4c5030c6f46f6109e4bd09d2fe8 100755 (executable)
@@ -20,7 +20,7 @@
 required=makeinfo
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_OUTPUT
 END
 
index 625dd107dcdd9043c0bde4d45677014941687915..77f9af785b7081e07a16046979aa9002cad3d61e 100755 (executable)
@@ -21,7 +21,7 @@
 required='makeinfo tex texi2dvi-o'
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 info_TEXINFOS = subdir/main.texi
index c1b3fe7eaec316bcbf62870edc01c84b30eef66c..7ed194e80b9c5f46f74ad360e8f319cd130d8f5a 100755 (executable)
@@ -20,7 +20,7 @@
 required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index c0d18812544bcb61b100ad7e1b09031be914fced..22b096ba2d8d013258003c2b04217b5410713b5a 100755 (executable)
@@ -21,7 +21,7 @@
 required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index c947753948be499808e7da9672833ccb87b20872..e304b42e2086dfeefdadb0be19ef197a749febad 100755 (executable)
@@ -19,7 +19,7 @@
 required='makeinfo tex'
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 info_TEXINFOS = main.texi
index a33bf7e4018e5c1c1d965ce031335404109db51b..0daebd9a893df11a13889a719dae6dd8edb4ea64 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 2fd4cdf654cb144d57b4a1766b18ca9b2091d46e..5c07880c13855fc3aeb5172ff7daf871f9eedfef 100755 (executable)
@@ -19,7 +19,7 @@
 required=makeinfo
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 info_TEXINFOS = main.texi sub/main.texi
index 5e1148c752b921a681a3f38c7da21cb0f3c62cd5..93543a78597bd8aac11b2dc5ec6152590cf30a76 100755 (executable)
@@ -20,7 +20,7 @@
 required='makeinfo-html tex texi2dvi'
 . ./defs || Exit 1
 
-cat >>configure.in <<\EOF
+cat >>configure.ac <<\EOF
 AC_CONFIG_FILES([rec/Makefile])
 
 # At the time of writing, Autoconf does not supplies any of these
index 0b90e853e53d78dc5df22e14eab4cbb4ad8d1b6f..c33898b6736853fdddae4a62897470a3ef8282fe 100755 (executable)
@@ -21,7 +21,7 @@
 required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([aux1])
 AM_INIT_AUTOMAKE
index 1693b82c416a629c5cb03f61d637c1f929f813fc..e5c17611d69b0a23b7b842dd74f1c2c527a41920 100755 (executable)
@@ -22,7 +22,7 @@
 required='makeinfo tex texi2dvi-o'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index f62e14a91524ba71b8f93daad921cf7ebdf1cf87..709cee71f94f891bf0e5eba4a817138b8f79dfe8 100755 (executable)
@@ -21,7 +21,7 @@
 required='makeinfo tex texi2dvi-o'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 5cdd2938131ed61260d2d5a178fcbcdd1ce7fd26..cb6abaac049607f827c5b50b0704dbea69a3ab54 100755 (executable)
@@ -23,7 +23,7 @@
 required='makeinfo tex texi2dvi-o'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index b958aaff842adb18ef395e73686471a9865e79bb..e336bba7978989a078d43b3efd93244d59a520b6 100755 (executable)
@@ -20,7 +20,7 @@
 required='makeinfo'
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 info_TEXINFOS = main.texi
index ecd98c625446f37a76bf250640fecd91ff1ef710..131300ae9c68f477953359000640994e93859755 100755 (executable)
@@ -19,7 +19,7 @@
 required='makeinfo'
 . ./defs || Exit 1
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 info_TEXINFOS = main.texi
index 058e47cf4488107ce9d3907d1cd885663043e2ce..97b36d50a6c7f2692736a782b8983f329e2456d8 100755 (executable)
@@ -27,7 +27,7 @@ required='makeinfo tex texi2dvi-o'
 TIME_STYLE="+%Y-%m-%d %H:%M:%S"
 export TIME_STYLE
 
-echo AC_OUTPUT >> configure.in
+echo AC_OUTPUT >> configure.ac
 
 cat > Makefile.am << 'END'
 MA = ma
index cf6112faa9cb637b128a681817d449f873161f47..a0013d252a1a8193f003653d78872a4911d4e7ee 100755 (executable)
@@ -43,13 +43,13 @@ grep '^INFO_DEPS *= *foo.info *$' Makefile.in
 cat > Makefile.am << 'END'
 info_TEXINFOS = bar.texi
 END
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_SUBST([INFO_DEPS])
 END
-rm -rf autom4te.cache # Make sure autoconf sees the configure.in update.
+rm -rf autom4te.cache # Make sure autoconf sees the configure.ac update.
 AUTOMAKE_fails
 
-grep '^configure\.in:4:.*user variable.*INFO_DEPS' stderr
+grep '^configure\.ac:4:.*user variable.*INFO_DEPS' stderr
 grep 'overrides Automake variable.*INFO_DEPS' stderr
 
 $AUTOMAKE -Wno-override
index b662defdfca5d5cf8a8f6ee8ce3f05a30a246c15..88e1bacfe9bc0a7a9543ac578601913c0e437f0b 100755 (executable)
@@ -19,7 +19,7 @@
 required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 799cefceb36d01c7e82c77040e2004e9a91475b1..b85ef0fa85c886c11733015b7db0b39043ad5a1b 100755 (executable)
@@ -26,7 +26,7 @@ cat >bar.texi <<EOF
 @setfilename bar.info
 EOF
 
-echo AC_OUTPUT >>configure.in
+echo AC_OUTPUT >>configure.ac
 
 cat >makeinfo <<\EOF
 #!/bin/sh
index 8c25bedfe530e7eea25eb21b1c801105db98c3be..7fa793858c89a166ad65c2bea2fc90bd25dc1af0 100755 (executable)
@@ -20,7 +20,7 @@
 . ./defs || Exit 1
 
 mkdir sub
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 30f34f98964af15f86972a82a72690f19757c2cf..d7248249a65b1278df413350d4c157fa34bf9f61 100755 (executable)
@@ -22,7 +22,7 @@ required='makeinfo tex texi2dvi-o dvips'
 
 mkdir sub
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index e4aa1f6f1131dc5697d389f4ccaf0e6236a0f7c2..da32cb61f4be0bbd5e055645f2919f18b2c206c0 100755 (executable)
@@ -22,7 +22,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_MAINTAINER_MODE
 END
 
index d4e0b19dc5ff178e738147e4b68aa094f19ad81d..a52be5a86da8179adfcdc636c479a8fed7442061 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_MAINTAINER_MODE
 END
 
index e8f6107b4e1f47f8f08439b6cc5ffe5493f94283..4b186bc38b2bd8af102b343f4092b98ac8038dcb 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([auxdir])
 AM_INIT_AUTOMAKE
index 640ef711e365791fbac845045e7caf980e811bd1..69154bb0c308b4408755fc1e437a849493a9a60c 100755 (executable)
@@ -39,7 +39,7 @@ else
   rm_f_is_silent_on_error=yes
 fi
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index ba961f9ce253873414ae9f8dcd99e49b7ecc3fb5..1ba6ac7edbc756b775073935145890bec1d1bcb8 100755 (executable)
@@ -24,7 +24,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_OUTPUT
 END
 
index 5852f75a8dc481a6c130a084f45b1443c997c692..271273fe5eab83e6913b6b867cf6eac558bf53ba 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 MACRO_1
 MACRO_1_2
 MACRO_1_2_3
index 6b467bc9ee421fb3b76cd5bcb8d50af38d84afdb..320e02fc787cddb3e5049123e747941847860a30 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_PROG_UPC
 AC_OUTPUT
 END
index 01a8ca700e9d8409b593aa785ec85f555580e6a8..43575d8cb7cafb9052b670b6aa68bd083ac18f65 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-echo AC_PROG_CC >>configure.in
+echo AC_PROG_CC >>configure.ac
 
 cat >Makefile.am <<'END'
 bin_PROGRAMS = hello
index 91826a91192fbe4a7fb108aea9f743bfd6e94567..eb026792c61e664311d3d73a798c4f2edf8847e3 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_UPC
 AC_OUTPUT
index b1d1bafdbf5ca89ea28f132955735633795b1160..acf47d989773b3209ba9b9bb07fb1f0c2b0efe2d 100755 (executable)
@@ -19,7 +19,7 @@
 required='valac cc GNUmake'
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_PROG_VALAC
index 54f9e452e32bfcb76bfa1b6b70ce531edf12fdc7..636e66ec6a5cd4a8dff3a76f5febdea10873ed07 100755 (executable)
@@ -20,7 +20,7 @@
 required="valac GNUmake"
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_SRCDIR([hello.vala])
 AC_PROG_CC
 AM_PROG_VALAC([0.7])
index b68fd78781dd1a058494dc9d0ae69fec31301631..b4e2d765666d36aed50d0c4c1b7ab54decc07526 100755 (executable)
@@ -24,7 +24,7 @@ AC_DEFUN([AC_PROG_LIBTOOL],
          [AC_SUBST([LIBTOOL], [:])])
 END
 
-cat >> 'configure.in' << 'END'
+cat >> 'configure.ac' << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_LIBTOOL
index e5d31fcdb8709524261866c7a1b3fb9b43c2beef..9aca0fbc3b09fed25c99fcecfd1671299e42991b 100755 (executable)
@@ -20,7 +20,7 @@
 required="libtool"
 . ./defs || Exit 1
 
-cat >> 'configure.in' << 'END'
+cat >> 'configure.ac' << 'END'
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_LIBTOOL
index d5bf687ac8b90cbbf6138608a140957bd5618745..cceed5495cbb69617a860cab9324caeea5f98610 100755 (executable)
@@ -21,7 +21,7 @@ required="libtool libtoolize pkg-config valac gcc GNUmake"
 
 mkdir src
 
-cat >> 'configure.in' << 'END'
+cat >> 'configure.ac' << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_LIBTOOL
index ca985bb9e34e83de7cec9d5116ef2074513a7cac..c93db9a9b5c3b47b54df2f413bd3feb449beb0a0 100755 (executable)
@@ -21,7 +21,7 @@ required="libtool libtoolize pkg-config valac gcc GNUmake"
 
 mkdir src
 
-cat >> 'configure.in' << 'END'
+cat >> 'configure.ac' << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_LIBTOOL
index f1ce2cca58f99a0067db2cdaf9ed8186002b0ce6..3fc06bc9fb36402b958b44ec6d20aa3414742cf3 100755 (executable)
@@ -19,7 +19,7 @@
 required=libtoolize
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_LIBTOOL
 AM_PROG_VALAC([0.0.1])
@@ -48,13 +48,13 @@ $AUTOMAKE -a
 $AUTOCONF
 ./configure "VALAC=$cwd/valac" || Exit $?
 
-sed 's/AM_PROG_VALAC.*/AM_PROG_VALAC([9999.9])/' < configure.in >t
-mv -f t configure.in
+sed 's/AM_PROG_VALAC.*/AM_PROG_VALAC([9999.9])/' < configure.ac >t
+mv -f t configure.ac
 $AUTOCONF --force
 ./configure "VALAC=$cwd/valac" && Exit 1
 
-sed 's/AM_PROG_VALAC.*/AM_PROG_VALAC([1.2.3])/' < configure.in >t
-mv -f t configure.in
+sed 's/AM_PROG_VALAC.*/AM_PROG_VALAC([1.2.3])/' < configure.ac >t
+mv -f t configure.ac
 $AUTOCONF --force
 ./configure "VALAC=$cwd/valac" || Exit $?
 
index 7c1a9ac7638e7cdbf9097197fe8f991560ea1494..79fb316232f9b0b009f819a787c99a45fcabbb7d 100755 (executable)
@@ -21,7 +21,7 @@ required="pkg-config valac gcc GNUmake"
 
 mkdir src
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_PROG_VALAC([0.7.0])
index c58a62677b4313608995f26753af37962c14f95b..9b52df683fb7c3005d0fed048cb430a259f79ce2 100755 (executable)
@@ -20,7 +20,7 @@
 required=libtoolize
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AM_PROG_AR
 AC_PROG_LIBTOOL
 AC_OUTPUT
index f356385b36edd48e4fa5955aad393530308cccbb..e3ea16e430ebd50d0882f4aeca7028f24281bd99 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<'END'
+cat >>configure.ac <<'END'
 AC_PROG_RANLIB
 AC_OUTPUT
 END
index d7fbc03f575b00aa4d6571d15b8f7cdd9d80d515..98664e28ca3057403d2bae3d7281dcee7532f9f7 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE([sh-utils], [1.12o])
 AC_CONFIG_FILES([Makefile])
index 8a28227ce3dd155fcbb12c78185b4fc4d6c7838f..71749f64b4fb265ace6fc4ef3249d016fc48a61e 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat > configure.in << 'END'
+cat > configure.ac << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE([sh-utils], [1.12o], [no])
 AC_CONFIG_FILES([Makefile])
index 96547e29f4c57c641b0a65592fb41ec059212c67..28929204b5cf623c2e9d8ba099f34ae5a7a3935d 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test for a special setup where the package's version isn't defined
-# in configure.in.  We want GNU Make for this test (part of the test
+# in configure.ac.  We want GNU Make for this test (part of the test
 # is to make sure Makefile.ins get rebuilt when a m4_included file
 # changes -- we don't support this feature on non-GNU Makes).
 
 required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
-cat >configure.in <<END
+cat >configure.ac <<END
 m4_include([version.m4])
 AC_INIT([$me], [THE_VERSION])
 AM_INIT_AUTOMAKE
index ace527c6b50586bc3c209e70569e9deba2500a3c..1e66280d4b21e4d8ee5a5356160536249585cf21 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-echo 'AM_AUTOMAKE_VERSION([1.9])' >>configure.in
+echo 'AM_AUTOMAKE_VERSION([1.9])' >>configure.ac
 $ACLOCAL 2>stderr && { cat stderr >&2; Exit 0; }
 cat stderr >&2
 $FGREP 'AM_INIT_AUTOMAKE([1.9])' stderr
index b51e145dd11fcd26324d0bdd6b125fce5cae7752..679199d5bf8219e8603524c8ff6999a0e001dc25 100755 (executable)
@@ -30,7 +30,7 @@ distdir=$me-7.45.3a
 TEX=false TEXI2DVI=false MAKEINFO=false
 export TEX TEXI2DVI MAKEINFO
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [7.45.3a])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index ed4c6fee9e484e18b734c3e2cef0a9ed08f26d63..b422522eabff8cf771a40ea8dc088c732a7c39c4 100755 (executable)
@@ -38,7 +38,7 @@ day=`echo "$day" | sed 's/^0//'`
 (echo '\ex\a' | grep x) \
   || skip_ "grep doesn't work on input that is not pure text"
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [123.456])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
index ec8f9b052fdaa8326aeb7c6bf192cb70c4724555..331b3e64cab673bcec069279fb7bfe9755155903 100755 (executable)
@@ -27,7 +27,7 @@ AUTOMAKE=$am_original_AUTOMAKE
 # Files required in gnu and/or gnits strictness.
 touch README INSTALL NEWS AUTHORS ChangeLog COPYING THANKS
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 m4_include([am-init-automake.m4])
 AC_PROG_CC
index 475a1bd9c9dcb59682cbc9e0e4e9f2b29f61348f..9f973c6dba7ec79f8f8136d5f2c02fb3f362d827 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # The warnings specified in Makefile.am:AUTOMAKE_OPTIONS should override
-# those specified in configure.in:AM_INIT_AUTOMAKE, and both should
+# those specified in configure.ac:AM_INIT_AUTOMAKE, and both should
 # override the warnings specified on the command line.
 # NOTE: the current semantics might not be the best one (even if it has
 # been in place for quite a long time); see also Automake bug #7673.
@@ -59,52 +59,52 @@ touch README INSTALL NEWS AUTHORS ChangeLog COPYING
 
 rm -rf autom4te*.cache
 set_warnings '-Wno-portability' Makefile.am
-set_warnings '' configure.in
+set_warnings '' configure.ac
 
 ok -Wportability
 ok
 
 rm -rf autom4te*.cache
 set_warnings '' Makefile.am
-set_warnings '-Wno-portability' configure.in
+set_warnings '-Wno-portability' configure.ac
 
 ok -Wportability
 ok
 
 rm -rf autom4te*.cache
 set_warnings '-Wno-portability' Makefile.am
-set_warnings '-Wno-portability' configure.in
+set_warnings '-Wno-portability' configure.ac
 
 ok -Wportability
 
 rm -rf autom4te*.cache
 set_warnings '-Wportability' Makefile.am
-set_warnings '' configure.in
+set_warnings '' configure.ac
 
 ko
 ko -Wno-portability
 
 rm -rf autom4te*.cache
 set_warnings '' Makefile.am
-set_warnings '-Wportability' configure.in
+set_warnings '-Wportability' configure.ac
 
 ko
 ko -Wno-portability
 
 rm -rf autom4te*.cache
 set_warnings '-Wportability' Makefile.am
-set_warnings '-Wportability' configure.in
+set_warnings '-Wportability' configure.ac
 ko -Wno-portability
 
 rm -rf autom4te*.cache
 set_warnings '-Wno-portability' Makefile.am
-set_warnings '-Wportability' configure.in
+set_warnings '-Wportability' configure.ac
 ok
 ok -Wportability
 
 rm -rf autom4te*.cache
 set_warnings '-Wportability' Makefile.am
-set_warnings '-Wno-portability' configure.in
+set_warnings '-Wno-portability' configure.ac
 ko
 ko -Wno-portability
 
index 2b2152f89be48e774bcf5142da46af21301e2662..a5886701aefc27d136669270d9da9286d4737c51 100755 (executable)
@@ -57,16 +57,16 @@ ok -Wportability -Wno-portability
 ko -Wno-portability -Wportability
 
 set_warnings '' Makefile.am
-set_warnings '-Wportability -Wno-portability' configure.in
+set_warnings '-Wportability -Wno-portability' configure.ac
 rm -rf autom4te*.cache
 $ACLOCAL
 ok
-set_warnings '-Wno-portability -Wportability' configure.in
+set_warnings '-Wno-portability -Wportability' configure.ac
 rm -rf autom4te*.cache
 $ACLOCAL
 ko
 
-set_warnings '' configure.in
+set_warnings '' configure.ac
 rm -rf autom4te*.cache
 $ACLOCAL
 set_warnings '-Wportability -Wno-portability' Makefile.am
index 5dfb2db5b04a014509d4668a44c35937c3a1b4c6..774fd3aae9bd2fb1b960422054bf8a7c87aa3f89 100755 (executable)
@@ -38,7 +38,7 @@ set_am_opts ()
   cat $2
 }
 
-set_am_opts '-Wportability' configure.in
+set_am_opts '-Wportability' configure.ac
 set_am_opts 'foreign' Makefile.am
 
 $ACLOCAL
@@ -49,7 +49,7 @@ rm -rf autom4te*.cache
 # Files required in gnu strictness.
 touch README INSTALL NEWS AUTHORS ChangeLog COPYING
 
-set_am_opts '-Wno-portability' configure.in
+set_am_opts '-Wno-portability' configure.ac
 set_am_opts 'gnu' Makefile.am
 
 AUTOMAKE_fails
index bddbb259f504bc340678b3adaaed72b8b0303a52..4d64059e0fa235c47d732036395c0f2d5d343912 100755 (executable)
@@ -21,7 +21,7 @@
 # We want (almost) complete control over automake options.
 AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror"
 
-cat > configure.in <<END
+cat > configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE([-Wno-zardoz])
 AC_CONFIG_FILES([Makefile])
@@ -38,7 +38,7 @@ AUTOMAKE_fails -Wbazquux
 sed "s/^automake:/automake-$APIVERSION:/" stderr > t
 mv -f t stderr
 cat stderr >&2
-grep '^configure\.in:2:.* unknown warning category.*zardoz' stderr
+grep '^configure\.ac:2:.* unknown warning category.*zardoz' stderr
 grep '^Makefile\.am:1:.* unknown warning category.*foobar' stderr
 grep "^automake-$APIVERSION:.* unknown warning category.*bazquux" stderr
 
index 72eebad473f3e1a8728660b96fbe52eed5108995..5d47f5047c6c52d016deb0601f0ecd165ce9caf0 100755 (executable)
@@ -63,20 +63,20 @@ ok -Wno-portability --gnu
 set_am_opts '' Makefile.am
 
 rm -rf autom4te*.cache
-set_am_opts 'foreign -Wportability' configure.in
+set_am_opts 'foreign -Wportability' configure.ac
 ko
 rm -rf autom4te*.cache
-set_am_opts '-Wportability foreign' configure.in
+set_am_opts '-Wportability foreign' configure.ac
 ko
 rm -rf autom4te*.cache
-set_am_opts 'gnu -Wno-portability' configure.in
+set_am_opts 'gnu -Wno-portability' configure.ac
 ok
 rm -rf autom4te*.cache
-set_am_opts '-Wno-portability gnu' configure.in
+set_am_opts '-Wno-portability gnu' configure.ac
 ok
 
 rm -rf autom4te*.cache
-set_am_opts '' configure.in
+set_am_opts '' configure.ac
 
 set_am_opts 'foreign -Wportability' Makefile.am
 ko
index 54c27d58951eae3c372299e541e272d02b0ffc39..bb9cfb3e08e203ae877a7c81579e4bf2e5a267ea 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<END
+cat >>configure.ac <<END
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
@@ -55,15 +55,15 @@ grep '^Makefile.am:.*INCLUDES' stderr && Exit 1
 test `grep -v 'warnings are treated as errors' stderr | wc -l` = 3
 
 # On fast machines the autom4te.cache created during the above run of
-# $AUTOMAKE is likely to have the same time stamp as the configure.in
-# created below; thus causing traces for the old configure.in to be
+# $AUTOMAKE is likely to have the same time stamp as the configure.ac
+# created below; thus causing traces for the old configure.ac to be
 # used.  We could do `$sleep', but it's faster to erase the
 # directory.  (Erase autom4te*.cache, not autom4te.cache, because some
 # bogus installations of Autoconf use a versioned cache).
 rm -rf autom4te*.cache
 
 # If we add a global -Wnone, all warnings should disappear.
-cat >configure.in <<END
+cat >configure.ac <<END
 AC_INIT([warnopts], [1.0])
 AM_INIT_AUTOMAKE([-Wnone])
 AC_CONFIG_FILES([Makefile sub/Makefile])
index 302d26aad1a26de2508b363e335949cf59788757..67e0e01f70f52b666657355ff248176921b36d2d 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-echo AC_OUTPUT>>configure.in
+echo AC_OUTPUT>>configure.ac
 
 : > Makefile.am
 
index 75da9761fd36a0a3fcb58005b76d508ec95605d9..b5e35e370f7ab8fc748031c183cf1b8d34031f47 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<\END
+cat >>configure.ac <<\END
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 9dd0672807495d8d52c5cb575fa850f75b1be051..b2f3f6a78714bb0fb218fbaef5df662091ea8b0c 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >>configure.in <<\END
+cat >>configure.ac <<\END
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 END
index 175f02b3e873554f7cf37f39c9043a50f29182b8..72153cadac8739f11599329979ff87a974b4980f 100755 (executable)
@@ -20,7 +20,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 WHO_AM_I=17
 END
 
index 39dbbecbda241a1e9dfba1b5f9d40aaac734ca71..5f89dc9c6e59792bfd4108211842940dc6fc8fd9 100755 (executable)
@@ -24,7 +24,7 @@ bin_PROGRAMS = zardoz
 zardoz_SOURCES = z.c x/z.c
 END
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 END
 
index e58d9a469351987b0689694c517b98415648e089..d268fc5861dba2f589498ff4135bc5ab407d2d00 100755 (executable)
@@ -23,7 +23,7 @@ set -e
 
 mkdir aux1 sub
 
-cat > configure.in << END
+cat > configure.ac << END
 AC_INIT([$me], [1.0])
 # 'aux' is not an acceptable file/directory name on Windows systems
 AC_CONFIG_AUX_DIR([aux1])
index ff233c03acddbffb97741a329e3b65cdd61e1799..6d1edfd85ddefdb751c4732afab525d2ec5f8896 100755 (executable)
@@ -20,7 +20,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 0d3c99b8ade922244751b58e4bb563e7ea6fcdb2..63ed60800fe38a584b34719eaa7ce1fabd7a81d8 100755 (executable)
@@ -22,7 +22,7 @@ required=bison
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_YACC
 AC_OUTPUT
index aa606585aba1cfb3e53764b402c7f5509e21000e..c42063c2ea4869dc0d4aec2eb6aa823417100a22 100755 (executable)
@@ -22,7 +22,7 @@ required=bison
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 1abbfba7cd02ae71e95279c6629c6d3d8118d2fe..5fc815e6b78398b937ab8f0778073405eccf91c3 100755 (executable)
@@ -25,7 +25,7 @@ required=yacc
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_YACC
 AC_CONFIG_FILES([sub1/Makefile sub2/Makefile])
index ba230072eda002c7c3fcf3445a63b7944d9f2216..4ecd5b1d0e51f31f3368b0b52c83bdb425796a4a 100755 (executable)
@@ -22,7 +22,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_CONFIG_FILES([sub1/Makefile sub2/Makefile])
index 71fb61ccb60fc68aa276ab8e0b034b54126cd898..4e4ec9dd4f3b3e09213df0d8502617ffed74c9b9 100755 (executable)
@@ -23,7 +23,7 @@ required=yacc
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_YACC
 AC_OUTPUT
index 933b2bd09b691213c04b7619a8f7f87fdcc540bf..6c75663cb84c45b627913ff1d5e96cf64d126bbe 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_CONFIG_FILES([foo/Makefile bar/Makefile baz/Makefile])
index 21d830200df3be1ed35107f317e0f14d6dba0cff..a9862a02367b2daf564f64c67244a0118e11c9f5 100755 (executable)
@@ -55,7 +55,7 @@ write_main ()
 END
 }
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_YACC
 AC_CONFIG_FILES([foo/Makefile bar/Makefile baz/Makefile qux/Makefile])
index bbd5c364750c51d56d7d22e0626b7381ebaffeab..dd74877483e79f5b82a6df48117ca05946954a68 100755 (executable)
@@ -25,7 +25,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 146eafddb7216f9e9f53cab1b18d0685d76bc8d4..ec275180a2b24f39a2ba7d40ba0cb311821fe2c6 100755 (executable)
@@ -21,7 +21,7 @@ required=yacc
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 5cd4f15ba8e220752cc9bb48167e4f121c5db578..8a3c0eef7693cd1121f77573343d30feb49a2796 100755 (executable)
@@ -22,7 +22,7 @@ required=yacc
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index b067e6997b5ce3cff035c3caa89e30038a23321c..205c21ca79cb958943a46942a5acd7a2cf3bfd6d 100755 (executable)
@@ -23,7 +23,7 @@ required=yacc
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index c02a10073454605321d5293349588d672f587642..67568d79731878533754ac3b542e2b220eef65b5 100755 (executable)
@@ -25,7 +25,7 @@ required=yacc
 # triggers automake bug#7884.
 useless_vpath_rebuild && skip_ "would trip on automake bug#7884"
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_YACC
index 0d678f1957df5cb36b9c4503afda545d41db4c20..bdfaca6e1c0dc1a878d4cd483046d23fd312c516 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 4475b08579ec46413461a1d024eb967cb5628a17..1959048e58e40cce2b11d8df0a3a56cbab19c45c 100755 (executable)
@@ -24,7 +24,7 @@ required=yacc
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_PROG_CC
 AM_PROG_CC_C_O
index 722a01c1925ffbabcbabf5ee9192c70bd49c8d0d..62f326003c98749cbd35cb05065cecd547c3f905 100755 (executable)
@@ -22,7 +22,7 @@ required=yacc
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_YACC
index 619ed878b0a09540784438d946751f515b5a9d60..2124357d5b1aeadcadd2b61878b5565bffd16597 100755 (executable)
@@ -23,7 +23,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_CONFIG_FILES([sub1/Makefile sub2/Makefile])
index 30fff2ab3d10489809566076001dbe2d9015d57f..fa8d4640b7f90c452e73aaa468dc12481db440e9 100755 (executable)
@@ -23,7 +23,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in <<'EOF'
+cat >> configure.ac <<'EOF'
 AM_MAINTAINER_MODE
 AC_PROG_CC
 AC_PROG_YACC
index 6fa19ccd16eb976b1c0b764c8cfb8da6a0a7e7f1..909b018f834b005172cf1d4d566585e292076922 100755 (executable)
@@ -21,7 +21,7 @@
 
 set -e
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_YACC
index 8829e8b2a6a3478b80d6389389748c557c6a9617..60b5a4ffc53171a7244df61b8c268e1d61149561 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 END
index a0c671e84b7ccda2442f7349c4dfaeb4fc9c10f0..95784623cd2cdd05801cdadc538baa08103307c0 100755 (executable)
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 END
 
 # Run it here once and for all, since we are not going to modify
-# configure.in anymore.
+# configure.ac anymore.
 $ACLOCAL
 
 cat > Makefile.am <<'END'
index 7c87c539bfb5b2e494bb3083a8569b89ec7c21c3..3f9a204784777fc895ebdb49ee919509a8b1e088 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 4aa1c80911bce815799ae8fd45466d44edc57d80..ab24b563d8da8c2f6278d55dfff42838e85ea981 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_YACC
index 5dc01021d51da537bb308915b8c9a70f9e72e34c..c7cd40e4125be529670366344a9777de415422ec 100755 (executable)
@@ -23,7 +23,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index ad841bc93884191ae9d15de76529988344961dfb..bab627dfb6a0d3ca6629a14909170ff4f449c223 100755 (executable)
@@ -20,7 +20,7 @@ required='cc yacc'
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_YACC
index 92f506aa50a72b40d6024e17c3d4d1d659a48969..445eb123571beb762b7c418bc9cab8f60e5dcb52 100755 (executable)
@@ -19,7 +19,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 0f12331b265cb44ca4999c9180c04724f6a12af1..c3a8b25713ff5c3646ac41e6bd0b542603096673 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CXX
 AC_PROG_YACC
 END
index d11fbaf1476202e4c05d96f80019b76c3108bc9d..3ad8454b0135f9a0a5a37357e5775294039ac01c 100755 (executable)
@@ -25,7 +25,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 7ad63cb9bc58aa70aab3a36a460076215b32a2fa..d42fa521cb6345bb5bd5455aefe7667b4c476980 100755 (executable)
@@ -22,7 +22,7 @@ required='cc yacc'
 
 unset YFLAGS || :
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index 40f040fca1121e778e0e61d7afa8369ada9534a6..c0b5a1982e583c29bebe6ba56ba98fb85e58215c 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 
 # `YFLAGS' is AC_SUBST'd by AC_PROG_YACC by default, but we
index 0f497d01fa9273b057a97d7017890e5acb1efcae..97b01f5e1672ccc9658dc7ed149c894d6782b370 100755 (executable)
@@ -18,7 +18,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AC_PROG_YACC
 END
index c58753726d2407c1467688b4f4dcf15f6802bcce..53038a82ad118d583d7407cda06afd0d3ae88ba1 100755 (executable)
@@ -19,7 +19,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([CC], [false])
 AC_PROG_YACC
 AM_CONDITIONAL([COND], [test x"$cond" = x"yes"])
index e792d02114404dd2086cf5b1e678ea1ed257b8f5..3f4755ed1be6d473e6e28b88dcaaf2be81270dcb 100755 (executable)
@@ -21,7 +21,7 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT
index af7ede8c10389c766d6389e56dca184ad1346180..bf9198e8a383522e93659e4007c01b51965b4eff 100755 (executable)
@@ -21,7 +21,7 @@
 
 . ./defs || Exit 1
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_PROG_CC
 AC_PROG_YACC
 END
index 38064a00e946ee5e48ae8a7a9398bb2399787682..5101eedc9e7747ce0f3ed81b7c5daaa256a38856 100755 (executable)
@@ -32,7 +32,7 @@ chmod a+x fake-yacc
 # with `make -e' below.
 unset YACC || :
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([CC], [false])
 # Simulate presence of Yacc using our fake-yacc script.
 AC_SUBST([YACC], ['$(abs_top_srcdir)'/fake-yacc])
index ac784fa1b5b35745223f5e7855f0563eaacee24c..d9cf5ed15664bbca139546d12f63e81403ba7eb7 100755 (executable)
@@ -32,7 +32,7 @@ chmod a+x fake-yacc
 # with `make -e' below.
 unset YACC || :
 
-cat >> configure.in <<'END'
+cat >> configure.ac <<'END'
 AC_SUBST([CXX], [false])
 # Simulate presence of Yacc using our fake-yacc script.
 AC_SUBST([YACC], ['$(abs_top_srcdir)'/fake-yacc])