summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-09-12 13:33:26 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-09-12 13:33:26 +0000
commitf84c3a6a0cc572ef29e3df40c682074b3d655737 (patch)
tree43a3356d23b7103a1953ae1c7d899fe764d4a219 /autogen.sh
parent2907cf36ad35d422bee89871ea56e87679abb73d (diff)
downloadlibtiff-git-f84c3a6a0cc572ef29e3df40c682074b3d655737.tar.gz
Applied patch from Patrick Welche (all scripts moved in the 'config' and 'm4'
directories).
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 33c1053f..56338850 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -x
libtoolize --force --copy
-aclocal -I .
+aclocal -I ./m4
autoheader
automake --foreign --add-missing --copy
autoconf