1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS

This commit is contained in:
Yang Tse 2008-07-27 16:37:02 +00:00
parent 1ac1212925
commit c8fe5f485c
2 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@
# $Id$
###########################################################################
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist curl-config.in \
curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat libcurl.pc.in

View File

@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
lib_LTLIBRARIES = libcares.la
man_MANS = $(MANPAGES)