Changeset 167
- Timestamp:
- Aug 26, 2006, 12:38:52 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootstrap
r149 r167 27 27 28 28 mkdir -p autotools 29 libtoolize --automake 29 30 aclocal 30 31 autoheader -
trunk/configure.ac
r164 r167 40 40 AC_PROG_CXX 41 41 AC_PROG_INSTALL 42 AC_PROG_LIBTOOL 42 43 AC_PROG_RANLIB 43 44 AC_CHECK_PROG([GNUPLOT],[gnuplot],[ok]) -
trunk/lib/Makefile.am
r164 r167 23 23 # 02111-1307, USA. 24 24 25 noinst_L IBRARIES = libsvndigest.a25 noinst_LTLIBRARIES = libsvndigest.la 26 26 27 27 noinst_HEADERS = Directory.h File.h Gnuplot.h GnuplotFE.h Node.h \ 28 28 Parser.h rmdirhier.h Stats.h SVN.h SVNblame.h SVNinfo.h utility.h 29 29 30 libsvndigest_ a_SOURCES = Directory.cc File.cc Gnuplot.cc GnuplotFE.cc \31 Node.cc Parser.cc rmdirhier.cc Stats.cc SVN.cc SVNblame.cc 30 libsvndigest_la_SOURCES = Directory.cc File.cc Gnuplot.cc GnuplotFE.cc \ 31 Node.cc Parser.cc rmdirhier.cc Stats.cc SVN.cc SVNblame.cc \ 32 32 SVNinfo.cc utility.cc 33 33
Note: See TracChangeset
for help on using the changeset viewer.