From 980387655fb34349581d981831d2fdebc707467f Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 2 Jun 2003 08:53:04 +0000 Subject: [PATCH] Update build. (Logical change 1.138) --- Makefile.am | 9 +-------- autogen.sh | 8 ++++---- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/Makefile.am b/Makefile.am index b5fb130c..e541a194 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,9 @@ -# Need this to enable 64-bit (device) file access functions and parameters. -if DEBUG -AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -g -DDEBUG -Wall -else -AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -endif - SUBDIRS = doc include libntfs ntfsprogs EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \ INSTALL NEWS README autogen.sh ntfsprogs.spec.in \ - TODO.ntfsprogs + TODO.ntfsprogs getgccver AUTOMAKE_OPTIONS = gnu diff --git a/autogen.sh b/autogen.sh index a0e59514..6bcdeaa6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,7 +15,7 @@ fi DIE=1 } -(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && { +(grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && { (libtool --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have \`libtool' installed to compile Linux-NTFS." @@ -60,7 +60,7 @@ xlc ) am_opt=--include-deps;; esac -for coin in `find $srcdir -name configure.in -print` +for coin in `find $srcdir -name configure.ac -print` do dr=`dirname $coin` if test -f $dr/NO-AUTO-GEN; then @@ -76,7 +76,7 @@ do aclocalinclude="$aclocalinclude -I $k" fi done - if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then + if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then if test -z "$NO_LIBTOOLIZE" ; then echo "Running libtoolize..." libtoolize --force --copy @@ -93,7 +93,7 @@ do exit 1 } - if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then + if grep "^AM_CONFIG_HEADER" configure.ac >/dev/null; then echo "Running autoheader..." autoheader || { echo "**Error**: autoheader failed."; exit 1; } fi