X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=MCONFIG.in;h=e20399ee3e3061e1ca7fec1d63e2d3ee102ee3eb;hp=f3ab85f4444ca60d98e0d008ed5bb91b5334c3e4;hb=dba36a3e9b1fb9e7c207ab8b5f7cb7f502867780;hpb=1227625a12a66e0ded78a1997c2d23f23202a382 diff --git a/MCONFIG.in b/MCONFIG.in index f3ab85f..e20399e 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -1,6 +1,5 @@ -VPATH= $(srcdir) - -top_builddir= @top_builddir@ +VERSION= 0.4b37 +DATE= July 7, 2004 AR= @AR@ CC= @CC@ @@ -21,13 +20,16 @@ MANMODE= @MANMODE@ INSTALLBIN= $(INSTALL) -o $(BINOWNER) -g $(BINGRP) -m $(BINMODE) INSTALLMAN= $(INSTALL) -o $(MANOWNER) -g $(MANGRP) -m $(MANMODE) -BINDIR= /sbin -MANDIR= /usr/man/man8 +prefix= @prefix@ +exec_prefix= @exec_prefix@ +SBINDIR= @sbindir@ +MANDIR= @mandir@/man8 +DUMPDATESPATH= @DUMPDATESPATH@ # # Global include directories # -GINC= -I/usr/include/bsd -I$(top_builddir) -I$(top_srcdir)/compat/include +GINC= -I$(top_builddir) -I$(top_srcdir)/compat/include # indicate where the ext2fs library can be found (this is not needed if you # have run `make install-libs' in the e2fsprogs source directory). #GINC+= -I/usr/src/e2fsprogs-0.5c/lib @@ -38,12 +40,12 @@ GINC= -I/usr/include/bsd -I$(top_builddir) -I$(top_srcdir)/compat/include # indicate where the ext2fs library can be found (this is not needed if you # have run `make install-libs' in the e2fsprogs source directory). #GLIBDIR= -L/usr/src/e2fsprogs-0.5c/lib -GLIBS= -lbsd $(GLIBDIR) -L../compat/lib -lcompat -lext2fs -lcom_err +GLIBS= $(GLIBDIR) -L../compat/lib -lcompat -lext2fs -lcom_err # # Definitions (don't change them unless you know what you are doing) # -DEFS= -DRDUMP -DRRESTORE -D_BSD_SOURCE -D_USE_BSD_SIGNAL -DLINUX_FORK_BUG +DEFS= -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"$(DUMPDATESPATH)\" -D_DUMP_VERSION=\"$(VERSION)\" @OPTDEFS@ all::