mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
bf9f3bac95
* configure.ac : Use AC_CONFIG_AUX_DIR to put autoconf products in ./auotconf. * autogen.sh : Use --copy to avoid symlinks, remove error redirection, run aclocal before libtoolize. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@180 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
9 lines
174 B
Bash
Executable File
9 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal -I config &&
|
|
libtoolize --automake --copy
|
|
autoheader &&
|
|
automake --add-missing --include-deps --copy 2>/dev/null
|
|
autoconf
|
|
rm -rf autom4te.cache aclocal.m4
|