projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4e54658
)
Break autoreconf call into calls to individual programs, to make it
author
Ben Pfaff
<blp@gnu.org>
Sun, 14 May 2006 21:06:44 +0000
(21:06 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 14 May 2006 21:06:44 +0000
(21:06 +0000)
easier to figure out what's going wrong when something does.
Smake
patch
|
blob
|
history
diff --git
a/Smake
b/Smake
index d9fd0d316cb2bd8f3ff80fde789e8882d0160e6c..764044cb82b162db076039bb0a1542fdbf018157 100644
(file)
--- a/
Smake
+++ b/
Smake
@@
-58,7
+58,11
@@
all: po/POTFILES.in
$(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
--source-base=gl --lib=libgl --tests-base=tests \
--import $(GNULIB_MODULES)
- autoreconf --install
+ autopoint
+ aclocal -I m4 -I gl/m4
+ autoconf
+ autoheader
+ automake --add-missing --copy --no-force
gettextize:
test -d m4 || mkdir m4