Uncomment fucking autogen shit from rules
authorFaheem Pervez <trippin1@gmail.com>
Fri, 26 Mar 2010 16:32:16 +0000 (16:32 +0000)
committerFaheem Pervez <trippin1@gmail.com>
Fri, 26 Mar 2010 16:32:16 +0000 (16:32 +0000)
debian/rules

index f1943e5..1cbd1e6 100755 (executable)
@@ -24,7 +24,7 @@ configure: configure-stamp
 configure-stamp:
        dh_testdir
 
-#      ./autogen.sh
+       ./autogen.sh
        ./configure --enable-maintainer-mode --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
        touch $@
@@ -43,7 +43,7 @@ clean:
        dh_testroot
        rm -f build-stamp configure-stamp
 
-#      -./antigen.sh
+       -./antigen.sh
        -$(MAKE) clean
 
        dh_clean