summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2014-08-20 05:25:50 +0300
committerRobert Roth <robert.roth.off@gmail.com>2014-08-20 05:25:50 +0300
commited1b3f5834d51c1b874f2109dfa1b985361e36bf (patch)
tree6cf0986d5d2b53d54fea74241801b1f1dc0b4bb6 /debian
parent7a3414d00233be4248b11a473a9b9529311352e8 (diff)
downloadlibgtop-ed1b3f5834d51c1b874f2109dfa1b985361e36bf.tar.gz
Use configure.ac instead of configure.in
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.in b/debian/rules.in
index 47a4d1ae..49b97437 100755
--- a/debian/rules.in
+++ b/debian/rules.in
@@ -10,7 +10,7 @@
i=$(shell pwd)/debian/tmp
b=$(shell pwd)/debian/build
-configure: configure.in
+configure: configure.ac
@echo "--- Making configure script and configuring"
chmod +x autogen.sh
./autogen.sh --prefix=/@PREFIX@ --with-gnome=/@GNOMEPREFIX@ \