mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
* configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
* Makefile.am (SUBDIRS): Remove all GNOME-related directories.
This commit is contained in:
parent
d0ae217d83
commit
621a8f2391
@ -1,5 +1,8 @@
|
|||||||
2001-08-24 Pavel Roskin <proski@gnu.org>
|
2001-08-24 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
|
||||||
|
* Makefile.am (SUBDIRS): Remove all GNOME-related directories.
|
||||||
|
|
||||||
* lib/startup.links: Remove.
|
* lib/startup.links: Remove.
|
||||||
* lib/README.desktop: Likewise.
|
* lib/README.desktop: Likewise.
|
||||||
* lib/Makefile.am: Remove all references to DESKTOP_FILES.
|
* lib/Makefile.am: Remove all references to DESKTOP_FILES.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
## Process this file with automake to create Makefile.in.
|
## Process this file with automake to create Makefile.in.
|
||||||
|
|
||||||
SUBDIRS = intl po vfs slang edit src lib doc syntax pc \
|
SUBDIRS = intl po vfs slang edit src lib doc syntax pc
|
||||||
gtkedit gnome new_icons idl doc-gnome
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I macros
|
ACLOCAL_AMFLAGS = -I macros
|
||||||
|
|
||||||
|
43
configure.in
43
configure.in
@ -408,41 +408,6 @@ AC_ARG_WITH(hsc,
|
|||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl
|
|
||||||
dnl Check for Gnome
|
|
||||||
dnl
|
|
||||||
mx=""
|
|
||||||
libgtkedit=""
|
|
||||||
xvers="none"
|
|
||||||
|
|
||||||
GNOME_INIT_HOOK([
|
|
||||||
mx=mx
|
|
||||||
libgtkedit="libgtkedit.a"
|
|
||||||
if test x"$xvers" = xnone; then
|
|
||||||
xvers="Gnome"
|
|
||||||
else
|
|
||||||
xvers="Gnome+$xvers"
|
|
||||||
fi
|
|
||||||
gnomeicondir=`gnome-config --datadir`/pixmaps
|
|
||||||
|
|
||||||
dnl Check for new enough gnome-libs
|
|
||||||
CFLAGS_save=$CFLAGS
|
|
||||||
LIBS_save=$LIBS
|
|
||||||
CFLAGS=`gnome-config --cflags gnomeui`
|
|
||||||
LIBS=`gnome-config --libs gnomeui`
|
|
||||||
|
|
||||||
AC_CHECK_LIB(gnomeui, gnome_window_icon_set_default_from_file,
|
|
||||||
[AC_DEFINE(HAVE_GNOME_WINDOW_ICON)])
|
|
||||||
|
|
||||||
CFLAGS=$CFLAGS_save
|
|
||||||
LIBS=$LIBS_save
|
|
||||||
])
|
|
||||||
AC_SUBST(gnomeicondir)
|
|
||||||
AC_SUBST(mx)
|
|
||||||
AC_SUBST(libgtkedit)
|
|
||||||
AC_SUBST(GNOMEGNORBA_LIBS)
|
|
||||||
AM_CONDITIONAL(GNOME, [test x"$mx" = xmx])
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Check for the -mandoc package
|
dnl Check for the -mandoc package
|
||||||
dnl
|
dnl
|
||||||
@ -961,21 +926,13 @@ Make.common
|
|||||||
Makefile
|
Makefile
|
||||||
mc.spec
|
mc.spec
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc-gnome/Makefile
|
|
||||||
doc-gnome/C/Makefile
|
|
||||||
doc-gnome/C/figs/Makefile
|
|
||||||
vfs/Makefile:vfs/Make-mc.in
|
vfs/Makefile:vfs/Make-mc.in
|
||||||
vfs/extfs/Makefile
|
vfs/extfs/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
gnome/Makefile
|
|
||||||
gnome/mc.keys.in
|
|
||||||
idl/Makefile
|
|
||||||
src/Makefile
|
src/Makefile
|
||||||
slang/Makefile
|
slang/Makefile
|
||||||
edit/Makefile
|
edit/Makefile
|
||||||
gtkedit/Makefile
|
|
||||||
syntax/Makefile
|
syntax/Makefile
|
||||||
new_icons/Makefile
|
|
||||||
pc/Makefile
|
pc/Makefile
|
||||||
|
|
||||||
lib/mc.ext
|
lib/mc.ext
|
||||||
|
Loading…
Reference in New Issue
Block a user