|
From: Garrett R. <ro...@el...> - 2002-07-30 23:53:21
|
could someone with commit access to /clients/rapidsvn please commit
src/Makefile.in. configure.in needs it, and when xela committed the
autoconf patch he forgot to 'svn add' it.
also, when i run the configure script produced from configure.in, i
get an error because it tries to run 'wx-config --ldflags', and at
least on my system (FreeBSD, with wxWindows 2.3.2 installed from
ports), it doesn't have such a flag.
here's a quick patch.
Index: ./configure.in
===================================================================
--- ./configure.in
+++ ./configure.in Tue Jul 30 19:42:16 2002
@@ -53,7 +53,6 @@
;;
esac
CXXFLAGS="$CXXFLAGS `$WXCONFIG --cxxflags`"
-LDFLAGS="$LDFLAGS `$WXCONFIG --ldflags`"
WX_LIBS="`$WXCONFIG --libs`"
AC_OUTPUT(src/Makefile)
we should also add 'configure, config.status, and config.log' to
svn:ignore in trunk, and either add autom4te.cache to it as well or
put in an autogen.sh script that cleans it out as part of the step of
running autoconf. (that's what subversion does in it's autogen.sh,
and i think it's reasonable)
-garrett
--
garrett rooney Remember, any design flaw you're
ro...@el... sufficiently snide about becomes
http://electricjellyfish.net/ a feature. -- Dan Sugalski
|