[Pkg-mc-commits] r179 - trunk/debian

winnie at alioth.debian.org winnie at alioth.debian.org
Mon Feb 2 21:38:21 UTC 2009


Author: winnie
Date: 2009-02-02 21:38:21 +0000 (Mon, 02 Feb 2009)
New Revision: 179

Modified:
   trunk/debian/rules
Log:
This shouldn't be in post-patches


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-02-02 17:18:35 UTC (rev 178)
+++ trunk/debian/rules	2009-02-02 21:38:21 UTC (rev 179)
@@ -126,6 +126,7 @@
 ## deb-post-patches).  It is, as its name implies, a good place to run
 ## GNU configure scripts or the like.
 deb-common-configure:
+	if [ -x ./autogen.sh ]; then export PREFIX="/usr"; sh ./autogen.sh; fi
 	if [ -x ./configure ]; then $(DEB_CONFIGURE_INVOKE) --prefix=$(DEB_CONFIGURE_PREFIX) --mandir=$(DEB_CONFIGURE_MANDIR) --infodir=$(DEB_CONFIGURE_INFODIR) --sysconfdir=$(DEB_CONFIGURE_SYSCONFDIR) --localstatedir=$(DEB_CONFIGURE_LOCALSTATEDIR) --libexecdir=$(DEB_CONFIGURE_LIBEXECDIR) --disable-maintainer-mode $(DEB_CONFIGURE_EXTRA_FLAGS) $(DEB_USER_CONFIGURE_FLAGS); fi
 
 ## This target is for configuring a specific package.  It is called




More information about the Pkg-mc-commits mailing list