summaryrefslogtreecommitdiff
path: root/devel/autoconf253/files/patch-aa
blob: 82781c318f046530ecfa626d2e7cec2d1fc26159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** Makefile.in.orig	Sat Jul  1 18:18:43 1995
--- Makefile.in	Sat Jul  1 18:19:38 1995
***************
*** 138,144 ****
  	-if test -f autoscan; then \
  	$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
  	for i in acfunctions acheaders acidentifiers acprograms \
! 	  acmakevars; do \
  	$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
  	done; \
  	else :; fi
--- 138,144 ----
  	-if test -f autoscan; then \
  	$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
  	for i in acfunctions acheaders acidentifiers acprograms \
! 	  acmakevars config.guess config.sub; do \
  	$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
  	done; \
  	else :; fi