[AD] allegro-config.in patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
This is patch for misc/allegro-config.in to be able to run with SunOS
5.5.1 sh :
--- allegro-config.in.orig Sun Jan 30 22:46:56 2000
+++ allegro-config.in Fri Feb 4 18:43:06 2000
@@ -18,7 +18,7 @@
static_libs=@LINK_WITH_STATIC_LIBS@
lib_type=@LIB_TO_LINK@
-allegro_libs=$(echo "@LDFLAGS@ @LIBS@" | sed -e "s/ -s //")
+allegro_libs=`echo "@LDFLAGS@ @LIBS@" | sed -e "s/ -s //"`
allegro_cflags=""
usage()
Stepan Roh