nautilus-open-terminal r171 - trunk



Author: wbolster
Date: Thu Feb 28 22:55:11 2008
New Revision: 171
URL: http://svn.gnome.org/viewvc/nautilus-open-terminal?rev=171&view=rev

Log:
Add dummy ChangeLog file with a notice that no ChangeLog file is used. Remove ChangeLog generation (with incorrect message btw) from autogen.sh.


Added:
   trunk/ChangeLog
Modified:
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Thu Feb 28 22:55:11 2008
@@ -7,17 +7,12 @@
 PKG_NAME="nautilus-open-terminal"
 REQUIRED_AUTOMAKE_VERSION=1.7
 
-(test -f $srcdir/ChangeLog) || {
-    echo -n "Dummy Makefile (to satisfy automake)" > $srcdir/ChangeLog
-}
-
 (test -f $srcdir/configure.in) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level $PKG_NAME directory"
     exit 1
 }
 
-
 which gnome-autogen.sh || {
     echo "You need to install gnome-common from the GNOME CVS"
     exit 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]