]> git.wh0rd.org - dump.git/blobdiff - MCONFIG.in
Regenerate configure.
[dump.git] / MCONFIG.in
index 5e3ba3304473d8e4d08b7e5954a8342916d3ee83..64cb0160958135fa0cbc776fd33e41522456cbc1 100644 (file)
@@ -1,9 +1,5 @@
-VPATH=         $(srcdir)
-
-top_builddir=  @top_builddir@
-
-VERSION=       0.4b28pre1
-DATE=          April 4, 2002
+VERSION=       0.4b44
+DATE=          June 10, 2011
 
 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::