mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:43:41 +03:00
moved the src/config.h stuff to the bottom, as automake were adding include
stuff to ../src in the lib directory's Makefile.in otherwise!
This commit is contained in:
parent
03a56b3e56
commit
a513e97464
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
dnl $Id$
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(lib/urldata.h)
|
||||
AM_CONFIG_HEADER(config.h src/config.h)
|
||||
AM_INIT_AUTOMAKE(curl,"7.3")
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE(curl,"7.4-pre3")
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl
|
||||
|
|
@ -554,6 +554,7 @@ AC_OUTPUT( Makefile \
|
|||
docs/Makefile \
|
||||
include/Makefile \
|
||||
include/curl/Makefile \
|
||||
src/config.h \
|
||||
src/Makefile \
|
||||
lib/Makefile )
|
||||
dnl perl/checklinks.pl \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue