This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
pacman
Watch
1
Star
0
Fork
0
You've already forked pacman
mirror of
https://github.com/moparisthebest/pacman
synced
2024-10-31 15:45:03 -04:00
Code
Issues
Releases
Wiki
Activity
41da225336
pacman
/
autogen.sh
7 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
Trying to fix up this autotools stuff a bit more. * Greatly simplify and de-obfuscate the autogen and autoclean code. * Add a bunch of the autotools required files to the repository. This will give us consistency (a novel idea) across all builds, and allow for much more recent versions of config.guess and config.sub to be used.
2007-03-06 01:38:20 -05:00
#!/bin/sh -xu
Final frugalware changes commit
2006-10-15 15:38:02 -04:00
Update build system (automake, autoconf, libtool) Unfortunately this patch is hard to split up into smaller chunks. Our build system and the associated automake/autoconf/libtool macros has been left untouched for a while, and could use a refresher. * Upgrade ltmain.sh to the latest version * Move away from a huge acinclude.m4 directory to using individual files in the m4/ subdirectory, suggested by upstream automake documentation * Update all macros to their latest available version * Adjust Makefile.am and autogen.sh to accommodate m4/ subdirectory Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-23 10:10:47 -04:00
aclocal -I m4 --install
Trying to fix up this autotools stuff a bit more. * Greatly simplify and de-obfuscate the autogen and autoclean code. * Add a bunch of the autotools required files to the repository. This will give us consistency (a novel idea) across all builds, and allow for much more recent versions of config.guess and config.sub to be used.
2007-03-06 01:38:20 -05:00
autoheader
automake --foreign
autoconf
Reference in New Issue
Copy Permalink