[Assorted-commits] SF.net SVN: assorted: [539] throttled-repeater/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 08:13:47
|
Revision: 539 http://assorted.svn.sourceforge.net/assorted/?rev=539&view=rev Author: yangzhang Date: 2008-02-29 00:13:45 -0800 (Fri, 29 Feb 2008) Log Message: ----------- svn mv configure.{in,ac} Added Paths: ----------- throttled-repeater/trunk/configure.ac Removed Paths: ------------- throttled-repeater/trunk/configure.in Copied: throttled-repeater/trunk/configure.ac (from rev 473, throttled-repeater/trunk/configure.in) =================================================================== --- throttled-repeater/trunk/configure.ac (rev 0) +++ throttled-repeater/trunk/configure.ac 2008-02-29 08:13:45 UTC (rev 539) @@ -0,0 +1,10 @@ +AC_PREREQ(2.59) + +AC_INIT([threp], [0.1], [yaaang at gmail]) + +AM_INIT_AUTOMAKE([1.9 foreign]) + +AC_PROG_CC + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT Deleted: throttled-repeater/trunk/configure.in =================================================================== --- throttled-repeater/trunk/configure.in 2008-02-29 08:11:13 UTC (rev 538) +++ throttled-repeater/trunk/configure.in 2008-02-29 08:13:45 UTC (rev 539) @@ -1,10 +0,0 @@ -AC_PREREQ(2.59) - -AC_INIT([threp], [0.1], [yaaang at gmail]) - -AM_INIT_AUTOMAKE([1.9 foreign]) - -AC_PROG_CC - -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |