- Fixed building with automake 1.6.3, by adding the 'CCASFLAGS' and 'CCAS'

substitutions to configure.ac
 - Fixed building with autoconf 2.5, by making autogen.sh run aclocal and
   autoconf also in libltdl. I'm not sure if it is all-right in all cases;
   please have a look at it.
 - Added some things to .cvsignore.

Question: shouldn't stamp-h.in be removed from libltdl and imlib2_loaders? If
it's needed, it will be autogenerated anyway. To my opinion evas1 should also
be removed from SPLIT, as it isn't used anymore there, comments?


SVN revision: 6412
This commit is contained in:
Sytse Wielinga 2002-10-06 18:09:43 +00:00
parent 0cd1745ace
commit 6e9aea25d7
4 changed files with 14 additions and 0 deletions

View File

@ -27,3 +27,6 @@ dox
install-sh
missing
mkinstalldirs
build-stamp
configure-stamp
stamp-h1

View File

@ -36,6 +36,8 @@ for EACHDIR in $SUBDIRS ; do
autoheader || abort "autoheader"
automake --foreign --add-missing || abort "automake"
autoconf || abort "autoconf"
(cd libltdl && aclocal) || abort "in libltdl, aclocal"
(cd libltdl && autoconf) || abort "in libltdl, autoconf"
done
if test -z "$*"; then

View File

@ -72,6 +72,11 @@ AS=$CC
AC_SUBST(ASFLAGS)
AC_SUBST(AS)
CCASFLAGS="$ASFLAGS"
CCAS="$AS"
AC_SUBST(CCASFLAGS)
AC_SUBST(CCAS)
AC_MSG_CHECKING(whether fopen accepts "b" mode)
AC_CACHE_VAL([ag_cv_func_fopen_binary],

View File

@ -4,6 +4,7 @@ config.log
libtool
config.h
config.status
stamp-h.in
stamp-h
Makefile.am
Makefile.in
@ -19,3 +20,6 @@ aclocal.m4
config.h.in
COPYING.LIB
README
autom4te.cache
config-h.in
stamp-h1