From: Vadim Zeitlin Date: Sat, 16 Oct 2004 11:45:06 +0000 (+0000) Subject: replace post-linking commands with true, not #, for the platforms for which they... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/68e24a7b28751a689591919cceb1bf766e8b06f6?ds=inline replace post-linking commands with true, not #, for the platforms for which they don't make sense: this allows to use things like wx-config --rezflags directly in makefiles and not only with autoconf git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index aaecc87202..b5db6e1c2c 100644 --- a/configure.in +++ b/configure.in @@ -3429,14 +3429,14 @@ if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then fi else dnl default value is to (silently) do nothing in the makefile - MACSETFILE="@#" - MACRESWXCONFIG="#" + MACSETFILE="@true" + MACRESWXCONFIG="@true" dnl confusingly, wxOS2 also uses MACRESCOMP in its post-link step if test "$wxUSE_PM" = 1; then MACRESCOMP="emxbind -ep" else - MACRESCOMP="@#" + MACRESCOMP="@true" fi fi