projects
/
chaz
/
yoink
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
60c29b2
)
don't look for win32 directory in a package
author
Charles McGarvey
<chazmcgarvey@brokenzipper.com>
Sat, 5 Dec 2009 07:14:56 +0000
(
00:14
-0700)
committer
Charles McGarvey
<chazmcgarvey@brokenzipper.com>
Sat, 5 Dec 2009 07:14:56 +0000
(
00:14
-0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d78c666b3d0182dc1bec5102bea2710fe9252505..fe599a8d8d443173cd846a740a3ef00ee38c9737 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-355,9
+355,15
@@
AC_SUBST([DATA_FILES])
AC_CONFIG_FILES([Makefile
data/Makefile
- src/Makefile
- doc/Makefile doc/yoink.6
- win32/Makefile win32/build-installer.sh])
+ doc/Makefile
+ doc/yoink.6
+ src/Makefile])
+
+if test x$WIN32 = xyes
+then
+ AC_CONFIG_FILES([win32/Makefile win32/build-installer.sh])
+fi
+
AC_CONFIG_HEADERS([src/config.h])
This page took
0.018154 seconds
and
4
git commands to generate.