projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a77c12a
)
Smake: Add a rule to update the gl directory without doing all the other stuff
author
John Darrington
<john@darrington.wattle.id.au>
Wed, 27 Oct 2010 12:58:02 +0000
(14:58 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Wed, 27 Oct 2010 12:58:02 +0000
(14:58 +0200)
Smake
patch
|
blob
|
history
diff --git
a/Smake
b/Smake
index 3ca1187520fc4baebe45af5b51a37d1141a32618..7855ce1e9826e92c66de497f0b3d4b72edadcbb6 100644
(file)
--- a/
Smake
+++ b/
Smake
@@
-104,6
+104,13
@@
all:
autoheader
automake --add-missing --copy --no-force
+gnulib:
+ $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \
+ --source-base=gl --lib=libgl --tests-base=tests \
+ --doc-base=gl/doc --aux-dir=build-aux --import \
+ --libtool $(GNULIB_MODULES)
+
+
gettextize:
test -d m4 || mkdir m4
touch m4/Makefile.am