autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About autoconf.texi (Autoconf-2.53c)


From: Akim Demaille
Subject: Re: About autoconf.texi (Autoconf-2.53c)
Date: 09 Sep 2002 18:06:36 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| And I get patch from Koji Arai <address@hidden>.
| ====== from here ======
| --- autoconf.texi.orig  2002-09-09 20:30:31.000000000 +0900
| +++ autoconf.texi       2002-09-09 20:31:11.000000000 +0900
| @@ -13668,8 +13668,8 @@
|  
|  AUTOTEST = $(AUTOM4TE) --language=autotest
|  $(TESTSUITE): $(srcdir)/testsuite.at
| -        $(AUTOTEST) -I $(srcdir) address@hidden -o address@hidden
| -        mv address@hidden $@
| +        $(AUTOTEST) -I $(srcdir) $@@.at -o $@@.tmp
| +        mv $@@.tmp $@@
|  @end example
|  
|  You might want to list explicitly the dependencies, i.e., the list of
| @@ -13683,11 +13683,11 @@
|  
|  atconfig: $(top_builddir)/config.status
|          cd $(top_builddir) && \
| -           $(SHELL) ./config.status $(subdir)/$@
| +           $(SHELL) ./config.status $(subdir)/$@@
|  
|  atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status
|          cd $(top_builddir) && \
| -           $(SHELL) ./config.status $(subdir)/$@
| +           $(SHELL) ./config.status $(subdir)/$@@
|  @end example
|  
|  @noindent

Thanks, installed!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]