]> git.wh0rd.org Git - nano.git/commitdiff
Fix aclocal call for m4/ directory.
authorJordi Mallach <jordi@gnu.org>
Wed, 26 Dec 2001 03:34:02 +0000 (03:34 +0000)
committerJordi Mallach <jordi@gnu.org>
Wed, 26 Dec 2001 03:34:02 +0000 (03:34 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@948 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

autogen.sh

index 18cbb541c752c9ec916c7f4affefdb35bd1eb743..e8e26cec65e1efcc6fcccaf8a890e1a6484d9319 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Generate configure & friends for CVS users.
 
-aclocal
+aclocal -I ./m4
 automake --add-missing
 autoheader
 autoconf