[PD-cvs] packages Makefile,1.62,1.63

Russell Bryant russellbryant at users.sourceforge.net
Tue Jan 8 02:07:25 CET 2008


Update of /cvsroot/pure-data/packages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25519

Modified Files:
	Makefile 
Log Message:
Make sure aclocal and autoheader get executed when building pd-extended ...


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** Makefile	21 Oct 2007 00:06:23 -0000	1.62
--- Makefile	8 Jan 2008 01:07:23 -0000	1.63
***************
*** 256,260 ****
  
  $(pd_src)/src/configure: $(pd_src)/src/configure.in
! 	cd $(pd_src)/src/ && $(PD_AUTOCONF)
  
  # this is not used yet because MinGW doesn't use ./configure && make yet
--- 256,260 ----
  
  $(pd_src)/src/configure: $(pd_src)/src/configure.in
! 	cd $(pd_src)/src/ && autoconf && $(PD_AUTOCONF) && autoheader
  
  # this is not used yet because MinGW doesn't use ./configure && make yet





More information about the Pd-cvs mailing list