X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=MCONFIG.in;h=e2799431830b5d8c044c7fbab7e4b9c8355c71a6;hp=f3ab85f4444ca60d98e0d008ed5bb91b5334c3e4;hb=7f7d329e78edfcea92bff630c3e942d3410fdaab;hpb=1227625a12a66e0ded78a1997c2d23f23202a382 diff --git a/MCONFIG.in b/MCONFIG.in index f3ab85f..e279943 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -1,6 +1,5 @@ -VPATH= $(srcdir) - -top_builddir= @top_builddir@ +VERSION= 0.4b41 +DATE= January 2, 2006 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::