/[bison]/bison/tests/Makefile.in
ViewVC logotype

Diff of /bison/tests/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.3 by akim, Tue Sep 18 10:51:36 2001 UTC revision 1.3.2.4 by akim, Fri Sep 21 14:44:22 2001 UTC
# Line 229  uninstall-am: uninstall-info-am Line 229  uninstall-am: uninstall-info-am
229          uninstall uninstall-am uninstall-info-am          uninstall uninstall-am uninstall-info-am
230    
231  $(srcdir)/$(TESTSUITE): package.m4 $(TESTSUITE_AT)  $(srcdir)/$(TESTSUITE): package.m4 $(TESTSUITE_AT)
232            {                                       \
233              echo '# Signature of the current package.'; \
234              echo 'm4_define([PACKAGE_NAME],      [@PACKAGE_NAME@])'; \
235              echo 'm4_define([PACKAGE_TARNAME],   [@PACKAGE_TARNAME@])'; \
236              echo 'm4_define([PACKAGE_VERSION],   [@PACKAGE_VERSION@])'; \
237              echo 'm4_define([PACKAGE_STRING],    [@PACKAGE_STRING@])'; \
238              echo 'm4_define([PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
239            } >package.m4
240          $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp          $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
241          mv $@.tmp $@          mv $@.tmp $@
242    
# Line 247  check-local: atconfig atlocal $(TESTSUIT Line 255  check-local: atconfig atlocal $(TESTSUIT
255  # Run the test suite on the *installed* tree.  # Run the test suite on the *installed* tree.
256  installcheck-local:  installcheck-local:
257          $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin          $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin
   
 package.m4: $(top_srcdir)/configure.in  
         {                                       \  
           echo '# Signature of the current package.'; \  
           echo 'm4_define([PACKAGE_NAME],      [@PACKAGE_NAME@])'; \  
           echo 'm4_define([PACKAGE_TARNAME],   [@PACKAGE_TARNAME@])'; \  
           echo 'm4_define([PACKAGE_VERSION],   [@PACKAGE_VERSION@])'; \  
           echo 'm4_define([PACKAGE_STRING],    [@PACKAGE_STRING@])'; \  
           echo 'm4_define([PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \  
         } >package.m4  
258  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
259  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
260  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26