[PD-cvs] packages Makefile,1.64,1.65

Russell Bryant russellbryant at users.sourceforge.net
Wed Jan 9 00:32:02 CET 2008


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

Modified Files:
	Makefile 
Log Message:
Make sure we need to run aclocal before doing so.


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** Makefile	8 Jan 2008 01:09:27 -0000	1.64
--- Makefile	8 Jan 2008 23:32:00 -0000	1.65
***************
*** 256,260 ****
  
  $(pd_src)/src/configure: $(pd_src)/src/configure.in
! 	cd $(pd_src)/src/ && aclocal && $(PD_AUTOCONF) && autoheader
  
  # 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/ && if [ -f acinclude.m4 ] ; then aclocal ; fi && $(PD_AUTOCONF) && autoheader
  
  # this is not used yet because MinGW doesn't use ./configure && make yet





More information about the Pd-cvs mailing list