mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
raimi's yesterday change
stefan requested the changed Makefile.am
This commit is contained in:
parent
329a900ed4
commit
9c226ebc0a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user