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

Re: autoconf&automake&libtool



* Gergely Risko 

| Hello!
| 
| I wanted to commit your changes, but it broke also cdebconf and anna if I
| probed fakeroot debian/rules binary, I think you didn't modified debian/rules
| as it is needed. Or am I bad, and it is not a problem?

You are right - patch attached for cdebconf.

Joey Hess seemed to be against automake/autoconf support for anna so I
guess there isn't any need to fix that one.

diff -u debian-installer/tools/cdebconf/debian/control debian-installer.work/tools/cdebconf/debian/control
--- debian-installer/tools/cdebconf/debian/control      Sat Dec  9 23:34:14 2000
+++ debian-installer.work/tools/cdebconf/debian/control Sun Dec 31 16:00:57 2000
@@ -2,6 +2,7 @@
 Section: devel
 Priority: standard
 Maintainer: Randolph Chung <tausq@debian.org>
+Build-Depends: autoconf, libtool, automake
 Standards-Version: 3.1.1
 
 Package: cdebconf
diff -u debian-installer/tools/cdebconf/debian/rules debian-installer.work/tools/cdebconf/debian/rules
--- debian-installer/tools/cdebconf/debian/rules        Sun Dec 10 02:26:46 2000
+++ debian-installer.work/tools/cdebconf/debian/rules   Sun Dec 31 15:59:47 2000
@@ -31,6 +31,10 @@
 
 build-udeb: build-udeb-stamp
 build-udeb-stamp:
+       aclocal
+       autoconf
+       libtoolize
+       automake --foreign -a
        dh_testdir
        [ -d $(udebbuild) ] || mkdir -p $(udebbuild)
        (cd $(udebbuild); CFLAGS="-Os -fomit-frame-pointer" \
@@ -42,6 +46,10 @@
 
 build: build-stamp
 build-stamp:
+       aclocal
+       autoconf
+       libtoolize
+       automake --foreign -a
        dh_testdir
        [ -d $(debbuild) ] || mkdir -p $(debbuild)
        (cd $(debbuild); CFLAGS="-O2" \

-- 

Tollef Fog Heen
Unix _IS_ user friendly... It's just selective about who its friends are.



Reply to: