Forcing use of /usr/local on FreeBSD by LDFLAGS and CPPFLAGS

Este commit está contenido en:
Thomas Schmitt 2010-02-04 08:31:31 +00:00
padre a6bd4c24db
commit 580ca08cc5
Se han modificado 3 ficheros con 14 adiciones y 1 borrados

Ver fichero

@ -1,3 +1,14 @@
AC_DEFUN([LIBBURNIA_SET_FLAGS],
[
case $target_os in
freebsd*)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
;;
esac
])
AC_DEFUN([TARGET_SHIZZLE],
[
ARCH=""

Ver fichero

@ -1 +1 @@
#define Cdrskin_timestamP "2010.01.23.104423"
#define Cdrskin_timestamP "2010.02.04.083315"

Ver fichero

@ -5,6 +5,8 @@ dnl AC_CONFIG_HEADER([config.h])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
LIBBURNIA_SET_FLAGS
AM_INIT_AUTOMAKE([subdir-objects])
dnl Notes by ts A71207 - B00122 :