[PD-cvs] packages Makefile,1.65,1.66

Russell Bryant russellbryant at users.sourceforge.net
Wed Jan 9 15:29:30 CET 2008


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

Modified Files:
	Makefile 
Log Message:
Check for AC_CONFIG_HEAEDERS in configure.in before running autoheader.


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





More information about the Pd-cvs mailing list