projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485edb7
)
moved the config.h to lib/config.h
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 19 Feb 2002 01:06:56 +0000
(
01:06
+0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 19 Feb 2002 01:06:56 +0000
(
01:06
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index ba7d0c3d64d1fded9934298db8c2461fe034c4fd..8b6ee9c194d44b35a453c5dfab033b39f1e3c2b4 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-8,7
+8,7
@@
AC_PREREQ(2.50)
dnl First some basic init macros
AC_INIT
AC_CONFIG_SRCDIR([lib/urldata.h])
-AM_CONFIG_HEADER(config.h src/config.h)
+AM_CONFIG_HEADER(
lib/
config.h src/config.h)
dnl figure out the libcurl version
VERSION=`sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' ${srcdir}/include/curl/curl.h`