sawfish r4346 - trunk



Author: chrisb
Date: Tue Dec 30 22:35:50 2008
New Revision: 4346
URL: http://svn.gnome.org/viewvc/sawfish?rev=4346&view=rev

Log:
Don't forget AC_PROG_INSTALL ...


Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Dec 30 22:35:50 2008
@@ -31,7 +31,7 @@
 version="1.5.0"
 subversion=""
 
-SUBDIRS="src lisp screenshotter scripts themes sounds man po"
+SUBDIRS="src lisp scripts themes sounds man po"
 AC_SUBST(SUBDIRS)
 
 dnl Remove trailing slash in $prefix if necessary
@@ -302,6 +302,8 @@
 AC_MSG_RESULT($LINGUAS)
 AC_SUBST(LINGUAS)
 
+AC_PROG_INSTALL
+
 dnl Nonstandard exported symbols
 AC_SUBST(version)
 AC_SUBST(subversion)



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