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

port e3e30ff94964fddd5764fd64391dcf8216354264 from Pd-l2ork: forgot to convert...

port e3e30ff94964fddd5764fd64391dcf8216354264 from Pd-l2ork: forgot to convert configure.in to configure.ac
parent bb4600c4
No related branches found
No related tags found
No related merge requests found
...@@ -143,11 +143,11 @@ else ...@@ -143,11 +143,11 @@ else
#----------------------------------------------------------------------------# #----------------------------------------------------------------------------#
# old build system # old build system
PD_AUTOCONF = autoconf PD_AUTOCONF = autoconf
$(pd_src)/src/configure: $(pd_src)/src/configure.in $(pd_src)/src/configure: $(pd_src)/src/configure.ac
cd $(pd_src)/src/ && \ cd $(pd_src)/src/ && \
if [ -f acinclude.m4 ] ; then aclocal ; fi && \ if [ -f acinclude.m4 ] ; then aclocal ; fi && \
$(PD_AUTOCONF) && \ $(PD_AUTOCONF) && \
if grep -q AC_CONFIG_HEADERS configure.in ; 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 # this is not used yet because MinGW doesn't use ./configure && make yet
#$(pd_src)/src/makefile: $(pd_src)/src/makefile.in #$(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