bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #16173] should support non-GNU make


From: Ben Pfaff
Subject: PSPP-BUG: [bug #16173] should support non-GNU make
Date: Fri, 14 Jul 2006 08:28:47 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1)

Follow-up Comment #3, bug #16173 (project pspp):

A few comments:

The autoconf manual says:

>`mkdir'
>     None of `mkdir''s options are portable.  Instead of `mkdir -p
>     FILENAME', you should use use `AS_MKDIR_P(FILENAME)' (*note
>     Programming in M4sh::).

although it's not the right syntax to use in a Makefile.  There's another use
of mkdir -p later in the patch.

+# Kludge to get around automake deficiency.
+am__TEXINFO_TEX_DIR=./doc

Should we be using AC_CONFIG_AUX_DIR(build-aux) and put texinfo.tex, among
other files, in build-aux/?  (Would that solve the problem?)

Otherwise looks good to me, as long as it works (and it sounds like it
does).

When this is committed, the README should be updated to drop the requirement
for GNU make.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16173>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]