]> git.pld-linux.org Git - packages/blackbox.git/blob - blackbox-lowcase_name.patch
- many small fixes, inspired by kloczek
[packages/blackbox.git] / blackbox-lowcase_name.patch
1 diff -uNr blackbox-0.61.1.orig/configure.in blackbox-0.61.1/configure.in
2 --- blackbox-0.61.1.orig/configure.in   Tue Aug 22 22:11:54 2000
3 +++ blackbox-0.61.1/configure.in        Mon Feb  5 11:51:46 2001
4 @@ -1,7 +1,7 @@
5 -dnl configure.in for Blackbox 0.61.1  - an X11 Window manager
6 +dnl configure.in for blackbox 0.61.1  - an X11 Window manager
7  dnl Initialize autoconf and automake
8  AC_INIT(src/blackbox.cc)
9 -AM_INIT_AUTOMAKE(Blackbox,0.61.1,no-define)
10 +AM_INIT_AUTOMAKE(blackbox,0.61.1,no-define)
11  
12  dnl Determine default prefix
13  test x$prefix = "xNONE" && prefix="$ac_default_prefix"
This page took 0.043372 seconds and 3 git commands to generate.