diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-01 21:52:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-01 21:52:41 +0000 |
commit | 3c7093a608c4a093516a75b6a0d1987be95cbf72 (patch) | |
tree | b5ae6f36cf1a20703f722b9a5f3339953bc5cd90 /graphics | |
parent | * do not configure X11 driver when NO_X11 is defined. (diff) |
forgot to cvs add/remove patches
Notes
Notes:
svn path=/head/; revision=27253
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/aalib/files/patch-ae b/graphics/aalib/files/patch-ae new file mode 100644 index 000000000000..b80aec147566 --- /dev/null +++ b/graphics/aalib/files/patch-ae @@ -0,0 +1,11 @@ +--- aclocal.m4.orig Wed Nov 12 05:17:00 1997 ++++ aclocal.m4 Tue Dec 7 03:26:34 1999 +@@ -10,7 +10,7 @@ + dnl AM_INIT_AUTOMAKE(package,version, [no-define]) + + AC_DEFUN(AM_INIT_AUTOMAKE, +-[AC_REQUIRE([AM_PROG_INSTALL]) ++[AC_REQUIRE([AC_PROG_INSTALL]) + PACKAGE=[$1] + AC_SUBST(PACKAGE) + VERSION=[$2] |