Update of /cvs/fresco/Fresco/Fresco-Test/config
In directory purcel:/tmp/cvs-serv13351/Fresco-Test/config
Modified Files:
Fresco-Test-build-config.in Fresco-Test-config.in
Log Message:
Remove duplicate flags from the *-config scripts (closing bug283)
Index: Fresco-Test-build-config.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Test/config/Fresco-Test-build-config.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Fresco-Test-build-config.in 5 Apr 2003 22:37:34 -0000 1.3
+++ Fresco-Test-build-config.in 12 Nov 2003 22:38:13 -0000 1.4
@@ -39,13 +39,15 @@
echo @PACKAGE_VERSION@
;;
--cppflags)
- echo @CPPFLAGS@ -I@abs_top_builddir@/include
+ echo @CPPFLAGS@ -I@abs_top_builddir@/include |\
+ sed -e "s/ /\n/g" | sort -u | xargs echo -n
;;
--cxxflags)
echo @CXXFLAGS@
;;
--libs)
- echo -L@abs_top_builddir@/lib -lFresco-Test @LIBS@
+ echo -L@abs_top_builddir@/lib -lFresco-Test @LIBS@ |\
+ sed -e "s/ /\n/g" | sort -u | xargs echo -n
;;
--test-runner)
echo $prefix/bin/run_tests.sh
Index: Fresco-Test-config.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Test/config/Fresco-Test-config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Fresco-Test-config.in 5 Apr 2003 22:37:34 -0000 1.2
+++ Fresco-Test-config.in 12 Nov 2003 22:38:13 -0000 1.3
@@ -39,13 +39,15 @@
echo @PACKAGE_VERSION@
;;
--cppflags)
- echo @INSTALL_CPPFLAGS@ -I@includedir@
+ echo @INSTALL_CPPFLAGS@ -I@includedir@ |\
+ sed -e "s/ /\n/g" | sort -u | xargs echo -n
;;
--cxxflags)
echo @CXXFLAGS@
;;
--libs)
- echo -L@libdir@ -lFresco-Test @INSTALL_LIBS@
+ echo -L@libdir@ -lFresco-Test @INSTALL_LIBS@ |\
+ sed -e "s/ /\n/g" | sort -u | xargs echo -n
;;
--test-runner)
echo $prefix/bin/run_tests.sh
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|