Skip to content
Snippets Groups Projects
Commit f8ad2018 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

remove trailing spaces from last commit

parent 983f7061
No related branches found
No related tags found
No related merge requests found
......@@ -143,11 +143,11 @@ else
#----------------------------------------------------------------------------#
# old build system
PD_AUTOCONF = autoconf
$(pd_src)/src/configure: $(pd_src)/src/configure.ac
$(pd_src)/src/configure: $(pd_src)/src/configure.ac
cd $(pd_src)/src/ && \
if [ -f acinclude.m4 ] ; then aclocal ; fi && \
$(PD_AUTOCONF) && \
if grep -q AC_CONFIG_HEADERS configure.ac ; then autoheader ; fi
if grep -q AC_CONFIG_HEADERS configure.ac ; then autoheader ; fi
# this is not used yet because MinGW doesn't use ./configure && make yet
#$(pd_src)/src/makefile: $(pd_src)/src/makefile.in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment