removed obsolete configure option
Closes https://github.com/mate-desktop/mate-terminal/pull/80master-1.22
parent
bb659a752e
commit
30f1d23ea4
|
@ -5,7 +5,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = \
|
DISTCHECK_CONFIGURE_FLAGS = \
|
||||||
--disable-scrollkeeper \
|
|
||||||
--disable-schemas-install \
|
--disable-schemas-install \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--with-gtk=2.0
|
--with-gtk=2.0
|
||||||
|
@ -59,11 +58,6 @@ MAINTAINERCLEANFILES = \
|
||||||
`find "$(srcdir)" -type f -name Makefile.in -print` \
|
`find "$(srcdir)" -type f -name Makefile.in -print` \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# hack from sound-juicer to get around scrollkeeper's leaving a big
|
|
||||||
# mess behind.
|
|
||||||
distuninstallcheck_listfiles = \
|
|
||||||
find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print
|
|
||||||
|
|
||||||
# Build ChangeLog from GIT history
|
# Build ChangeLog from GIT history
|
||||||
dist-hook:
|
dist-hook:
|
||||||
@if test -d "$(srcdir)/.git"; \
|
@if test -d "$(srcdir)/.git"; \
|
||||||
|
|
2
README
2
README
|
@ -25,7 +25,7 @@ Command line options -
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
./autogen.sh --prefix=/usr --sysconfdir=/etc \
|
./autogen.sh --prefix=/usr --sysconfdir=/etc \
|
||||||
--disable-static --localstatedir=/var --disable-scrollkeeper --with-gnu-ld
|
--disable-static --localstatedir=/var --with-gnu-ld
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue