raimi's yesterday change

stefan requested the changed Makefile.am
This commit is contained in:
raimi 2004-11-25 18:58:51 +00:00
parent 329a900ed4
commit 9c226ebc0a
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2004-11-24 <raimi@lkcc.org>
* autogen.sh: Make aclocal and automake program be overridable
with environment variable. Need this so i can easily build on
debian woody, I hope nobody takes offense.
PS: While Stefan is away, I will commit his stuff.
2004-11-11 Stefan Jahn <stefan@lkcc.org>
* qucs-edit/qucsedit.cpp (slotAbout): Added proper copyright

View File

@ -32,5 +32,4 @@ EXTRA_DIST = autogen.sh depcomp PLATFORMS RELEASE
CLEANFILES = *~
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
stamp-h.in stamp-h[0-9].in
DISTCLEANFILES = config.cache config.log *.gz aclocal.m4 config.h.in \
configure
DISTCLEANFILES = config.cache config.log

View File

@ -26,13 +26,13 @@ here=`pwd`
cd `dirname $0`
echo -n "Creating aclocal.m4... "
aclocal
${ACLOCAL:-aclocal}
echo "done."
echo -n "Creating config.h.in... "
autoheader
echo "done."
echo -n "Creating Makefile.in(s)... "
automake
${AUTOMAKE:-automake}
echo "done."
echo -n "Creating configure... "
autoconf