1 --- portsmf/configure.ac.orig 2013-06-22 20:54:59.000000000 +0200
2 +++ portsmf/configure.ac 2013-06-22 21:52:25.212040115 +0200
4 dnl keep autools files in a subdirectory
5 AC_CONFIG_AUX_DIR(autotools)
6 # which also contains a subdir containing macros
7 -AC_CONFIG_MACRO_DIR([autotools/m4])
8 +dnl AC_CONFIG_MACRO_DIR([autotools/m4])
10 AM_INIT_AUTOMAKE([-Wall foreign])
11 dnl Audacity policy: don't enable automatic rebuild of configure et al if
13 dnl we will need an "install" program to be available
15 dnl and ranlib for static libraries
19 dnl Make the install prefix available to the program so that the pkg-config file
20 dnl can be created correctly
21 --- portsmf/Makefile.am.orig 2013-06-22 20:55:00.000000000 +0200
22 +++ portsmf/Makefile.am 2013-06-22 21:52:52.898705781 +0200
24 ACLOCAL_AMFLAGS = -I autotools/m4
26 # define the output library (link with -lportSMF)
27 -lib_LIBRARIES = libportSMF.a
28 +lib_LTLIBRARIES = libportSMF.la
30 # define the source files to use
31 -libportSMF_a_SOURCES = allegro.cpp \
32 +libportSMF_la_SOURCES = allegro.cpp \