This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
freeipa
Watch
3
Star
0
Fork
0
You've already forked freeipa
mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced
2024-12-26 00:41:25 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1357eade4c
freeipa
/
autogen.sh
4 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu>
0000-12-31 18:09:24 -05:50
#!/bin/sh
build tweaks - use automake's foreign mode, avoid creating empty files to satisfy gnu mode - run autoreconf -f to ensure that everything matches
2010-11-24 16:39:46 -06:00
autoreconf -i -f
Add support for building internationalized translations. A new directory install/po has been added which contains all the translations for all files in IPA. The build has been agumented to build these files. Also the autogen.sh script was mostly replaced by autoreconf, the preferred method. The old autogen.sh sript also had some serious bugs in the way it compared versions which caused it to run old versions of some of the tools, using standared autoreconf is much better.
2010-02-09 12:14:25 -06:00
./configure
${
1
+
"
$@
"
}
Reference in New Issue
Copy Permalink