mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: REGEX_O variable removed - always use our regex
This commit is contained in:
parent
3cce6a7720
commit
a406b17b96
@ -1,5 +1,7 @@
|
||||
2000-09-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: REGEX_O variable removed - always use our regex
|
||||
|
||||
* configure.in: MCFGR variable removed
|
||||
|
||||
2000-09-12 Pavel Roskin <proski@gnu.org>
|
||||
|
@ -149,13 +149,6 @@ AC_HEADER_DIRENT
|
||||
AC_SHORT_D_NAME_LEN
|
||||
AC_HEADER_STDC
|
||||
|
||||
|
||||
#Let me check for an incompatible regcomp in HP-UX before making this
|
||||
#the default
|
||||
|
||||
REGEX_O="regex.o"
|
||||
AC_SUBST(REGEX_O)
|
||||
|
||||
dnl Missing structure components
|
||||
AC_STRUCT_ST_BLKSIZE
|
||||
AC_STRUCT_ST_BLOCKS
|
||||
|
@ -139,7 +139,7 @@ OOBJS = dlg.o screen.o widget.o wtools.o boxes.o \
|
||||
panelize.o hotlist.o background.o dir.o util.o \
|
||||
win.o color.o profile.o user.o ext.o setup.o \
|
||||
subshell.o terms.o fsusage.o mountlist.o \
|
||||
@REGEX_O@ complete.o command.o \
|
||||
regex.o complete.o command.o \
|
||||
cmd.o utilunix.o xslint.o gdialogs.o filenot.o \
|
||||
fileopctx.o treestore.o
|
||||
|
||||
|
@ -43,7 +43,7 @@ OBJS = dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o \
|
||||
ext.o mouse.o setup.o dlg.o option.o tree.o widget.o chmod.o \
|
||||
mad.o wtools.o info.o cons.handler.o chown.o subshell.o \
|
||||
terms.o boxes.o hotlist.o achown.o layout.o fsusage.o \
|
||||
mountlist.o @XCURSES@ @REGEX_O@ complete.o slint.o command.o \
|
||||
mountlist.o @XCURSES@ regex.o complete.o slint.o command.o \
|
||||
cmd.o main.o panelize.o learn.o listmode.o utilunix.o \
|
||||
background.o rxvt.o text.o popt.o findme.o poptparse.o \
|
||||
poptconfig.o popthelp.o filegui.o filenot.o fileopctx.o \
|
||||
|
Loading…
Reference in New Issue
Block a user