From 4f7c64e3e2bbafd378277f1648de28573c263878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 29 Nov 2005 17:29:04 +0000 Subject: 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 --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') 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 -- cgit v1.2.1