X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=MCONFIG.in;h=4c73edacdd2c44d4b67d5fe59f98f0990e268037;hb=8d4197bb9ba5bbcef21409231ed8903b0cac353a;hp=f3ab85f4444ca60d98e0d008ed5bb91b5334c3e4;hpb=1227625a12a66e0ded78a1997c2d23f23202a382;p=dump.git diff --git a/MCONFIG.in b/MCONFIG.in index f3ab85f..4c73eda 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -2,6 +2,9 @@ VPATH= $(srcdir) top_builddir= @top_builddir@ +VERSION= dump 0.4b7 +DATE= October 8, 1999 + AR= @AR@ CC= @CC@ INSTALL= @INSTALL@ @@ -24,10 +27,11 @@ INSTALLMAN= $(INSTALL) -o $(MANOWNER) -g $(MANGRP) -m $(MANMODE) BINDIR= /sbin MANDIR= /usr/man/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,7 +42,7 @@ 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)