openbsd-ports/www/minimo/patches/patch-build_autoconf_altoptions_m4
jolan 35944f86f2 minimo-20050524, mini mozilla
this is smaller than firefox and has special handling for small screens
which is useful for machines like the zaurus.  unfortunately, it's not
there yet, see the TODO.  please don't add this to the www Makefile yet.
2005-05-25 06:59:10 +00:00

19 lines
716 B
Plaintext

$OpenBSD: patch-build_autoconf_altoptions_m4,v 1.1.1.1 2005/05/25 06:59:10 jolan Exp $
--- build/autoconf/altoptions.m4.orig 2001-10-29 23:59:28.000000000 +0100
+++ build/autoconf/altoptions.m4 2003-12-12 15:43:28.000000000 +0100
@@ -127,14 +127,3 @@ echo "
[$3]
fi
])
-
-dnl MOZ_READ_MYCONFIG() - Read in 'myconfig.sh' file
-AC_DEFUN(MOZ_READ_MOZCONFIG,
-[AC_REQUIRE([AC_INIT_BINSH])dnl
-# Read in '.mozconfig' script to set the initial options.
-# See the mozconfig2configure script for more details.
-_AUTOCONF_TOOLS_DIR=`dirname [$]0`/[$1]/build/autoconf
-. $_AUTOCONF_TOOLS_DIR/mozconfig2configure])
-
-dnl This gets inserted at the top of the configure script
-MOZ_READ_MOZCONFIG(MOZ_TOPSRCDIR)