SF.net SVN: gar:[23478] csw/mgar/pkg/screen/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Tue Apr 22 23:58:17 CEST 2014
Revision: 23478
http://sourceforge.net/p/gar/code/23478
Author: chninkel
Date: 2014-04-22 21:58:15 +0000 (Tue, 22 Apr 2014)
Log Message:
-----------
screen/trunk: we must use the provided autogen.sh and not directly autoconf
Modified Paths:
--------------
csw/mgar/pkg/screen/trunk/Makefile
Modified: csw/mgar/pkg/screen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/screen/trunk/Makefile 2014-04-22 21:39:03 UTC (rev 23477)
+++ csw/mgar/pkg/screen/trunk/Makefile 2014-04-22 21:58:15 UTC (rev 23478)
@@ -65,9 +65,9 @@
include gar/category.mk
-# Only configure.in is provided so we must run autoconf
+# Only configure.in is provided so we must run autogen.sh
pre-configure-modulated:
- cd $(WORKSRC) && $(prefix)/bin/autoconf
+ cd $(WORKSRC) && ./autogen.sh
post-merge:
for FILE in $(DOCFILES); do \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list