add requested macro, hence more things to clean. add autogen.sh to dist

SVN revision: 34316
This commit is contained in:
doursse 2008-04-19 21:40:32 +00:00 committed by doursse
parent 44004d8357
commit e8ce230a28
2 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,8 @@ SUBDIRS = src
MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \
Makefile.in \ Makefile.in \
aclocal.m4 \ aclocal.m4 \
autom4te.cache \
compile \
config.guess \ config.guess \
config.h.in \ config.h.in \
config.sub \ config.sub \
@ -24,16 +26,16 @@ EXTRA_DIST = \
AUTHORS \ AUTHORS \
COPYING \ COPYING \
COPYING-PLAIN \ COPYING-PLAIN \
autogen.sh \
eet.c.in \ eet.c.in \
README.in \
README \
eet.pc.in \ eet.pc.in \
eet.spec.in \ eet.spec.in \
eet.spec \ eet.spec \
README.in \
README \
Doxyfile \ Doxyfile \
doc \ doc \
gendoc gendoc
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = eet.pc pkgconfig_DATA = eet.pc

View File

@ -15,6 +15,7 @@ AC_PROG_CC
AM_PROG_CC_STDC AM_PROG_CC_STDC
AC_HEADER_STDC AC_HEADER_STDC
AC_C_CONST AC_C_CONST
AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_WIN32_DLL
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl