Skip to content

Commit

Permalink
Update configure
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Jan 2, 2025
1 parent 5c8e784 commit ec9a7ad
Show file tree
Hide file tree
Showing 7 changed files with 1,417 additions and 1,416 deletions.
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5090,11 +5090,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
if test ${ac_cv_prog_cxx_11+y}
if test ${ac_cv_prog_cxx_cxx11+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_11=no
ac_cv_prog_cxx_cxx11=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down Expand Up @@ -5136,11 +5136,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
if test ${ac_cv_prog_cxx_98+y}
if test ${ac_cv_prog_cxx_cxx98+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_98=no
ac_cv_prog_cxx_cxx98=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down
50 changes: 25 additions & 25 deletions include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,43 @@
############################################################

mupnp_headers = \
./mupnp/icon.h \
./mupnp/statevariable.h \
./mupnp/xml/xml.h \
./mupnp/upnp_status.h \
./mupnp/device.h \
./mupnp/typedef.h \
./mupnp/version.h \
./mupnp/controlpoint.h \
./mupnp/control/control.h \
./mupnp/ssdp/ssdp_server.h \
./mupnp/ssdp/ssdp.h \
./mupnp/service.h \
./mupnp/soap/soap.h \
./mupnp/statevariable.h \
./mupnp/upnp_limit.h \
./mupnp/argument.h \
./mupnp/net/socket.h \
./mupnp/net/interface.h \
./mupnp/net/uri.h \
./mupnp/net/url.h \
./mupnp/net/socket.h \
./mupnp/service.h \
./mupnp/event/notify.h \
./mupnp/event/property.h \
./mupnp/event/subscriber.h \
./mupnp/event/event.h \
./mupnp/event/subscription.h \
./mupnp/typedef.h \
./mupnp/upnp_status.h \
./mupnp/event/notify.h \
./mupnp/event/event.h \
./mupnp/http/http.h \
./mupnp/controlpoint.h \
./mupnp/soap/soap.h \
./mupnp/version.h \
./mupnp/io/file.h \
./mupnp/upnp_function.h \
./mupnp/argument.h \
./mupnp/device.h \
./mupnp/ssdp/ssdp.h \
./mupnp/ssdp/ssdp_server.h \
./mupnp/action.h \
./mupnp/util/time.h \
./mupnp/util/cond.h \
./mupnp/util/list.h \
./mupnp/util/mutex.h \
./mupnp/util/log.h \
./mupnp/util/cond.h \
./mupnp/util/string.h \
./mupnp/util/dictionary.h \
./mupnp/util/string.h \
./mupnp/util/mutex.h \
./mupnp/util/thread.h \
./mupnp/upnp_limit.h \
./mupnp/control/control.h \
./mupnp/upnp.h
./mupnp/util/time.h \
./mupnp/upnp_function.h \
./mupnp/icon.h \
./mupnp/action.h \
./mupnp/upnp.h \
./mupnp/io/file.h


mupnp/upnp.h: $(top_builddir)/config.h
Expand Down
50 changes: 25 additions & 25 deletions include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -273,43 +273,43 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
mupnp_headers = \
./mupnp/icon.h \
./mupnp/statevariable.h \
./mupnp/xml/xml.h \
./mupnp/upnp_status.h \
./mupnp/device.h \
./mupnp/typedef.h \
./mupnp/version.h \
./mupnp/controlpoint.h \
./mupnp/control/control.h \
./mupnp/ssdp/ssdp_server.h \
./mupnp/ssdp/ssdp.h \
./mupnp/service.h \
./mupnp/soap/soap.h \
./mupnp/statevariable.h \
./mupnp/upnp_limit.h \
./mupnp/argument.h \
./mupnp/net/socket.h \
./mupnp/net/interface.h \
./mupnp/net/uri.h \
./mupnp/net/url.h \
./mupnp/net/socket.h \
./mupnp/service.h \
./mupnp/event/notify.h \
./mupnp/event/property.h \
./mupnp/event/subscriber.h \
./mupnp/event/event.h \
./mupnp/event/subscription.h \
./mupnp/typedef.h \
./mupnp/upnp_status.h \
./mupnp/event/notify.h \
./mupnp/event/event.h \
./mupnp/http/http.h \
./mupnp/controlpoint.h \
./mupnp/soap/soap.h \
./mupnp/version.h \
./mupnp/io/file.h \
./mupnp/upnp_function.h \
./mupnp/argument.h \
./mupnp/device.h \
./mupnp/ssdp/ssdp.h \
./mupnp/ssdp/ssdp_server.h \
./mupnp/action.h \
./mupnp/util/time.h \
./mupnp/util/cond.h \
./mupnp/util/list.h \
./mupnp/util/mutex.h \
./mupnp/util/log.h \
./mupnp/util/cond.h \
./mupnp/util/string.h \
./mupnp/util/dictionary.h \
./mupnp/util/string.h \
./mupnp/util/mutex.h \
./mupnp/util/thread.h \
./mupnp/upnp_limit.h \
./mupnp/control/control.h \
./mupnp/upnp.h
./mupnp/util/time.h \
./mupnp/upnp_function.h \
./mupnp/icon.h \
./mupnp/action.h \
./mupnp/upnp.h \
./mupnp/io/file.h

nobase_include_HEADERS = \
$(mupnp_headers)
Expand Down
140 changes: 70 additions & 70 deletions lib/unix/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,101 +15,101 @@ lib_LIBRARIES = libmupnp.a
AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @XML_CFLAGS@ @HTTP_CFLAGS@ @CLOG_DEBUG_FLAGS@

mupnp_sources = \
../../src/mupnp/icon.c \
../../src/mupnp/upnp_status.c \
../../src/mupnp/service_std_dcp.c \
../../src/mupnp/service_notify.c \
../../src/mupnp/xml/xml_attribute_list.c \
../../src/mupnp/xml/xml_attribute.c \
../../src/mupnp/xml/xml_parser.c \
../../src/mupnp/xml/xml_node.c \
../../src/mupnp/xml/xml_node_list.c \
../../src/mupnp/xml/xml_function.c \
../../src/mupnp/xml/xml_parser_expat.c \
../../src/mupnp/xml/xml_function.c \
../../src/mupnp/xml/xml_node.c \
../../src/mupnp/xml/xml_parser_libxml2.c \
../../src/mupnp/xml/xml_attribute.c \
../../src/mupnp/xml/xml_parser.c \
../../src/mupnp/service_ssdp_server.c \
../../src/mupnp/action.c \
../../src/mupnp/service.c \
../../src/mupnp/net/interface_function.c \
../../src/mupnp/net/socket_list.c \
../../src/mupnp/net/interface.c \
../../src/mupnp/service_list.c \
../../src/mupnp/device_ssdp_server.c \
../../src/mupnp/argument.c \
../../src/mupnp/upnp_function.c \
../../src/mupnp/controlpoint_event.c \
../../src/mupnp/controlpoint_http_server.c \
../../src/mupnp/control/action_response.c \
../../src/mupnp/control/action_ctrl.c \
../../src/mupnp/control/query_response.c \
../../src/mupnp/control/action_request.c \
../../src/mupnp/control/query_ctrl.c \
../../src/mupnp/control/control_function.c \
../../src/mupnp/control/query_request.c \
../../src/mupnp/ssdp/ssdp_response_server.c \
../../src/mupnp/ssdp/ssdp_server.c \
../../src/mupnp/ssdp/ssdp_packet.c \
../../src/mupnp/ssdp/ssdp_request.c \
../../src/mupnp/ssdp/ssdp.c \
../../src/mupnp/ssdp/ssdp_server_list.c \
../../src/mupnp/ssdp/httpu_socket.c \
../../src/mupnp/ssdp/ssdp_socket.c \
../../src/mupnp/ssdp/httpmu_socket.c \
../../src/mupnp/ssdp/ssdp_response.c \
../../src/mupnp/ssdp/ssdp_response_server_list.c \
../../src/mupnp/service_notify.c \
../../src/mupnp/device_advertiser.c \
../../src/mupnp/controlpoint.c \
../../src/mupnp/soap/soap.c \
../../src/mupnp/soap/soap_request.c \
../../src/mupnp/soap/soap_response.c \
../../src/mupnp/servicestate_table.c \
../../src/mupnp/device.c \
../../src/mupnp/net/url.c \
../../src/mupnp/net/socket_list.c \
../../src/mupnp/net/socket.c \
../../src/mupnp/net/net_function.c \
../../src/mupnp/net/interface_function.c \
../../src/mupnp/net/uri.c \
../../src/mupnp/net/interface_list.c \
../../src/mupnp/net/net_function.c \
../../src/mupnp/net/interface.c \
../../src/mupnp/net/datagram_packet.c \
../../src/mupnp/service_list.c \
../../src/mupnp/statevariable.c \
../../src/mupnp/net/interface_list.c \
../../src/mupnp/event/subscription_request.c \
../../src/mupnp/event/notify_request.c \
../../src/mupnp/event/subscription.c \
../../src/mupnp/event/property.c \
../../src/mupnp/event/subscriber.c \
../../src/mupnp/event/property_list.c \
../../src/mupnp/event/subscription_request.c \
../../src/mupnp/event/subscriber_list.c \
../../src/mupnp/event/property.c \
../../src/mupnp/event/eventlistener_list.c \
../../src/mupnp/event/subscription_response.c \
../../src/mupnp/upnp_function.c \
../../src/mupnp/controlpoint.c \
../../src/mupnp/device_advertiser.c \
../../src/mupnp/event/subscriber_list.c \
../../src/mupnp/icon_list.c \
../../src/mupnp/http/http_request.c \
../../src/mupnp/http/http_server_list.c \
../../src/mupnp/http/http.c \
../../src/mupnp/http/http_header.c \
../../src/mupnp/http/http_header_list.c \
../../src/mupnp/http/http_response.c \
../../src/mupnp/http/http_date.c \
../../src/mupnp/http/http_server.c \
../../src/mupnp/http/http_persistent_connection.c \
../../src/mupnp/http/http_packet.c \
../../src/mupnp/soap/soap_request.c \
../../src/mupnp/soap/soap.c \
../../src/mupnp/soap/soap_response.c \
../../src/mupnp/device_ssdp_server.c \
../../src/mupnp/io/file_list.c \
../../src/mupnp/io/file.c \
../../src/mupnp/service_ssdp_server.c \
../../src/mupnp/controlpoint_event.c \
../../src/mupnp/ssdp/ssdp.c \
../../src/mupnp/ssdp/ssdp_server.c \
../../src/mupnp/ssdp/httpu_socket.c \
../../src/mupnp/ssdp/ssdp_socket.c \
../../src/mupnp/ssdp/ssdp_response_server_list.c \
../../src/mupnp/ssdp/ssdp_response.c \
../../src/mupnp/ssdp/httpmu_socket.c \
../../src/mupnp/ssdp/ssdp_response_server.c \
../../src/mupnp/ssdp/ssdp_request.c \
../../src/mupnp/ssdp/ssdp_packet.c \
../../src/mupnp/ssdp/ssdp_server_list.c \
../../src/mupnp/device_list.c \
../../src/mupnp/argument.c \
../../src/mupnp/device_http_server.c \
../../src/mupnp/controlpoint_http_server.c \
../../src/mupnp/servicestate_table.c \
../../src/mupnp/util/string.c \
../../src/mupnp/util/string_tokenizer.c \
../../src/mupnp/util/dictionary.c \
../../src/mupnp/util/thread.c \
../../src/mupnp/http/http_persistent_connection.c \
../../src/mupnp/http/http_date.c \
../../src/mupnp/http/http.c \
../../src/mupnp/http/http_server_list.c \
../../src/mupnp/http/http_header.c \
../../src/mupnp/http/http_response.c \
../../src/mupnp/util/time.c \
../../src/mupnp/util/log.c \
../../src/mupnp/util/thread_list.c \
../../src/mupnp/util/time_wince.c \
../../src/mupnp/util/cond.c \
../../src/mupnp/util/thread.c \
../../src/mupnp/util/dictionary_elem.c \
../../src/mupnp/util/time_wince.c \
../../src/mupnp/util/string_function.c \
../../src/mupnp/util/list.c \
../../src/mupnp/util/string_tokenizer.c \
../../src/mupnp/util/thread_list.c \
../../src/mupnp/util/mutex.c \
../../src/mupnp/action_list.c \
../../src/mupnp/control/query_request.c \
../../src/mupnp/control/query_ctrl.c \
../../src/mupnp/control/action_request.c \
../../src/mupnp/control/control_function.c \
../../src/mupnp/control/query_response.c \
../../src/mupnp/control/action_response.c \
../../src/mupnp/control/action_ctrl.c \
../../src/mupnp/util/dictionary.c \
../../src/mupnp/util/cond.c \
../../src/mupnp/util/string.c \
../../src/mupnp/util/log.c \
../../src/mupnp/argument_list.c \
../../src/mupnp/icon_list.c \
../../src/mupnp/device.c
../../src/mupnp/icon.c \
../../src/mupnp/upnp_status.c \
../../src/mupnp/statevariable.c \
../../src/mupnp/device_http_server.c \
../../src/mupnp/device_list.c \
../../src/mupnp/action_list.c \
../../src/mupnp/io/file_list.c \
../../src/mupnp/io/file.c \
../../src/mupnp/service.c \
../../src/mupnp/service_std_dcp.c

libmupnpincludedir = $(includedir)/mupnp
nobase_libmupnpinclude_HEADERS = \
Expand Down
Loading

0 comments on commit ec9a7ad

Please sign in to comment.