X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=MCONFIG.in;h=1fd65d14a49dfa770387bc423e91eb5684e8056a;hp=ed54a05f488582cb52b2d19437e3249ea38bdfb5;hb=1a394135e58799a4fa48e87ab32e85a4d0bf5139;hpb=9081ea909f4c55c9344fee512c509caf4f2f64b8 diff --git a/MCONFIG.in b/MCONFIG.in index ed54a05..1fd65d1 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -1,9 +1,5 @@ -VPATH= $(srcdir) - -top_builddir= @top_builddir@ - -VERSION= 0.4b22 -DATE= May 12, 2001 +VERSION= 0.4b43 +DATE= June 11, 2010 AR= @AR@ CC= @CC@ @@ -36,7 +32,7 @@ DUMPDATESPATH= @DUMPDATESPATH@ 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 +GINC+= @EXT2FS_CFLAGS@ # # Global libraries @@ -44,12 +40,12 @@ 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). #GLIBDIR= -L/usr/src/e2fsprogs-0.5c/lib -GLIBS= $(GLIBDIR) -L../compat/lib -lcompat -lext2fs -lcom_err +GLIBS= $(GLIBDIR) -L../compat/lib -lcompat @EXT2FS_LIBS@ # # 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 -D_PATH_DUMPDATES=\"$(DUMPDATESPATH)\" -D_DUMP_VERSION=\"$(VERSION)\" @OPTDEFS@ +DEFS= -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"$(DUMPDATESPATH)\" -D_DUMP_VERSION=\"$(VERSION)\" @OPTDEFS@ all::