diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-11-29 17:29:04 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-11-29 17:29:04 +0000 |
commit | 4f7c64e3e2bbafd378277f1648de28573c263878 (patch) | |
tree | c3a4ee8ff19a6c3f83a2761c77b62f3956198100 /src/Makefile | |
parent | 77c4cc40647f91852ccf2225d178ad77286ac376 (diff) |
moved configuration from compiler-arguments into zexyconf.h
only build regex if there is a regex.h in the system
svn path=/trunk/externals/zexy/; revision=4080
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 8344c47..86e0a23 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,6 +9,8 @@ SOURCES=$(sort $(filter %.c, $(wildcard *.c))) Make.config: Make.config.in configure ./configure +zexyconf.h: zexyconf.h.in configure + ./configure configure: configure.ac autoconf |