fix path for configure inputs
authorBdale Garbee <bdale@gag.com>
Wed, 16 May 2012 17:11:26 +0000 (11:11 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 16 May 2012 17:11:26 +0000 (11:11 -0600)
debian/rules

index 017ec5edfd590bee6684f657a0bbf35433e88493..2a37b303863ead6ebb0d78f57815cc19d8788489 100755 (executable)
@@ -13,8 +13,8 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
 endif
 
 reconf-stamp:
-       cp -f /usr/share/misc/config.sub build-aux/config.sub
-       cp -f /usr/share/misc/config.guess build-aux/config.guess
+       cp -f /usr/share/misc/config.sub config.sub
+       cp -f /usr/share/misc/config.guess config.guess
        autoreconf -v
        touch $@