[FriBidi-commit] fribidi configure.ac,1.12,1.13

Behdad Esfahbod behdad at pdx.freedesktop.org
Wed Jun 9 07:59:23 PDT 2004


Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv19464

Modified Files:
	configure.ac 
Log Message:
Redundant and compatibility stuff removed.  A few macros added, to compile
AbiWord from CVS.  The most important is the FRIBIDI_TYPE_PRIVATE in
fribidi-bidi-types.h


Index: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- a/configure.ac	4 Jun 2004 09:41:11 -0000	1.12
+++ b/configure.ac	9 Jun 2004 14:59:21 -0000	1.13
@@ -110,6 +110,7 @@
 AC_C_INLINE
 AC_C_STRINGIZE
 AC_CHECK_SIZEOF(int)
+SIZEOF_INT=$ac_cv_sizeof_int
 AC_SUBST(SIZEOF_INT)
 AC_CHECK_SIZEOF(short)
 AC_CHECK_SIZEOF(void *)
@@ -118,14 +119,7 @@
 # Checks for compiler characteristics.
 changequote(,)dnl
 if test "x$GCC" = "xyes"; then
-  case " $CFLAGS " in
-  *[\ \	]-Wall[\ \	]*) ;;
-  *) CFLAGS="$CFLAGS -Wall " ;;
-  esac
-  case " $CFLAGS " in
-  *[\ \	]-pedantic[\ \	]*) ;;
-  *) CFLAGS="$CFLAGS -pedantic " ;;
-  esac
+  CFLAGS="$CFLAGS -Wall -pedantic -ansi "
 fi
 changequote([,])dnl
 




More information about the FriBidi-Commit mailing list